cpython/Lib/distutils/command
Guido van Rossum 572dbf8f13 Checkpoint. Manipulated things so that string literals are always
unicode, and a few other compensating changes, e.g. str <- unicode,
chr <- unichr, and repr() of a unicode string no longer starts
with 'u'.  Lots of unit tests are broken, but some basic things
work, in particular distutils works so the extensions can be built,
and test_builtin.py works.
2007-04-27 23:53:51 +00:00
..
__init__.py Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 2004-11-10 22:23:15 +00:00
bdist.py Remove functions in string module that are also string methods. Also remove: 2007-04-17 08:48:32 +00:00
bdist_dumb.py Make dist_files a triple, with the Python target version included, 2005-03-23 18:54:36 +00:00
bdist_msi.py Remove functions in string module that are also string methods. Also remove: 2007-04-17 08:48:32 +00:00
bdist_rpm.py Remove functions in string module that are also string methods. Also remove: 2007-04-17 08:48:32 +00:00
bdist_wininst.py Remove functions in string module that are also string methods. Also remove: 2007-04-17 08:48:32 +00:00
build.py Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 2004-11-10 22:23:15 +00:00
build_clib.py Checkpoint. Manipulated things so that string literals are always 2007-04-27 23:53:51 +00:00
build_ext.py Checkpoint. Manipulated things so that string literals are always 2007-04-27 23:53:51 +00:00
build_py.py Checkpoint. Manipulated things so that string literals are always 2007-04-27 23:53:51 +00:00
build_scripts.py Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 2004-11-10 22:23:15 +00:00
clean.py Patch #1104111: Alter setup.py --help and --help-commands. 2005-03-03 08:12:27 +00:00
command_template
config.py Checkpoint. Manipulated things so that string literals are always 2007-04-27 23:53:51 +00:00
install.py Checkpoint. Manipulated things so that string literals are always 2007-04-27 23:53:51 +00:00
install_data.py Checkpoint. Manipulated things so that string literals are always 2007-04-27 23:53:51 +00:00
install_egg_info.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
install_headers.py Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 2004-11-10 22:23:15 +00:00
install_lib.py Remove functions in string module that are also string methods. Also remove: 2007-04-17 08:48:32 +00:00
install_scripts.py Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 2004-11-10 22:23:15 +00:00
register.py Remove functions in string module that are also string methods. Also remove: 2007-04-17 08:48:32 +00:00
sdist.py Remove functions in string module that are also string methods. Also remove: 2007-04-17 08:48:32 +00:00
upload.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
wininst-6.exe Recompiled after source changes. 2005-02-03 20:48:26 +00:00
wininst-7.1.exe Recompiled after source changes. 2005-02-03 20:48:26 +00:00
wininst-8.exe Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00