cpython/Lib/distutils/command
Walter Dörwald 5de48bdd19 Simplify various spots where: str() is called on something
that already is a string or the existence of the str class
is checked or a check is done for str twice. These all stem
from the initial unicode->str replacement.
2007-06-11 21:38:39 +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 Simplify various spots where: str() is called on something 2007-06-11 21:38:39 +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 Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +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 Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Checkpoint. Manipulated things so that string literals are always 2007-04-27 23:53:51 +00:00
install.py Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +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 Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +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