cpython/Lib/distutils/command
Andrew M. Kuchling 4013cbd06b Include an empty body when checking for a header file
(Bugfix candidate for 2.2, and likely 2.1 as well)
2002-09-09 12:10:00 +00:00
..
__init__.py
bdist.py
bdist_dumb.py
bdist_packager.py
bdist_pkgtool.py This module broke on the Mac (where it can't work, but distutils seems to import it anyway) because it imported pwd and grp. Moved the import to inside the routine where they're used. 2002-06-26 15:00:29 +00:00
bdist_rpm.py Patch #543498: Use License: field instead of Copyright:. 2002-07-28 10:49:37 +00:00
bdist_sdux.py
bdist_wininst.py Massive changes from SF 589982 (tempfile.py rewrite, by Zack 2002-08-09 16:38:32 +00:00
build.py
build_clib.py
build_ext.py Only import msvccompiler on win32 platforms. 2002-06-18 18:40:54 +00:00
build_py.py
build_scripts.py
clean.py
command_template
config.py Include an empty body when checking for a header file 2002-09-09 12:10:00 +00:00
install.py
install_data.py
install_headers.py
install_lib.py
install_scripts.py
sdist.py