Changeset 388 for python/vendor/current/Tools/README
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Tools/README
r2 r388 21 21 freeze Create a stand-alone executable from a Python program. 22 22 23 gdb Python code to be run inside gdb, to make it easier to 24 debug Python itself (by David Malcolm). 25 23 26 i18n Tools for internationalization. pygettext.py 24 27 parses Python source code and generates .pot files, … … 26 29 from a catalog in text format. 27 30 28 modulator Interactively generate boiler plate for an extension29 module. Works easiest if you have Tk.30 31 31 pynche A Tkinter-based color editor. 32 32 33 scripts A number of useful single-file programs, e.g. tabnanny.py 34 (by Tim Peters), which checks for inconsistent mixing 35 of tabs and spaces. 33 scripts A number of useful single-file programs, e.g. tabnanny.py 34 by Tim Peters, which checks for inconsistent mixing of 35 tabs and spaces, and 2to3, which converts Python 2 code 36 to Python 3 code. 36 37 37 38 unicode Tools used to generate unicode database files for
Note:
See TracChangeset
for help on using the changeset viewer.