cpython/Lib/distutils/command
Guido van Rossum be19ed77dd Fix most trivially-findable print statements.
There's one major and one minor category still unfixed:
doctests are the major category (and I hope to be able to augment the
refactoring tool to refactor bona fide doctests soon);
other code generating print statements in strings is the minor category.

(Oh, and I don't know if the compiler package works.)
2007-02-09 05:37:30 +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 Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 2004-11-10 22:23:15 +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 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
bdist_rpm.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
bdist_wininst.py Make dist_files a triple, with the Python target version included, 2005-03-23 18:54:36 +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 Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 2004-11-10 22:23:15 +00:00
build_ext.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
build_py.py Remove apply() 2006-03-17 08:00:19 +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 Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
install.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
install_data.py Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 2004-11-10 22:23:15 +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 Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). 2004-12-02 20:14:16 +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 Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
sdist.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +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