cpython/Lib/distutils/command
Andrew M. Kuchling 246c425964 Fix for NameError caught by PyChecker.
(This command seems to be essentially untested; should fix that...)
2001-08-13 13:56:24 +00:00
..
__init__.py
bdist.py
bdist_dumb.py
bdist_rpm.py Fix typo caught by PyChecker 2001-08-10 19:00:15 +00:00
bdist_wininst.py
build.py
build_clib.py [Bug #414032] Make the 'sdist' command work when the distribution contains 2001-08-10 20:24:33 +00:00
build_ext.py Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. 2001-07-26 13:41:06 +00:00
build_py.py
build_scripts.py Remove unused variable 2001-08-10 19:00:41 +00:00
clean.py
command_template
config.py Fix for NameError caught by PyChecker. 2001-08-13 13:56:24 +00:00
install.py Add forgotten import 2001-08-10 18:59:59 +00:00
install_data.py
install_headers.py
install_lib.py
install_scripts.py
sdist.py