cpython/Lib/distutils/command
Jeremy Hylton fcd7353863 Use distutils.debug.DEBUG instead of distutils.core.DEBUG.
Note that distutils.core.DEBUG still works if client code uses it, but
the core code avoids circular references by using distutils.debug.
2002-09-11 16:31:53 +00:00
..
__init__.py Patch #531901 by Mark W. Alexander: adds a new distutils packager 2002-04-17 20:30:10 +00:00
bdist.py Patch #531901 by Mark W. Alexander: adds a new distutils packager 2002-04-17 20:30:10 +00:00
bdist_dumb.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
bdist_packager.py ensure_filename() only takes one argument. 2002-06-04 20:45:17 +00:00
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 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. 2002-09-11 16:31:53 +00:00
bdist_sdux.py Replace bogus bare variables with attribute access. 2002-06-04 21:06:16 +00:00
bdist_wininst.py Massive changes from SF 589982 (tempfile.py rewrite, by Zack 2002-08-09 16:38:32 +00:00
build.py Fix for 2001-12-10 15:28:30 +00:00
build_clib.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
build_ext.py Only import msvccompiler on win32 platforms. 2002-06-18 18:40:54 +00:00
build_py.py Make None return explicit 2002-06-04 21:00:20 +00:00
build_scripts.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
clean.py Change warning to debug level; it's a very minor issue. 2002-06-06 14:54:56 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Include an empty body when checking for a header file 2002-09-09 12:10:00 +00:00
install.py Use distutils.debug.DEBUG instead of distutils.core.DEBUG. 2002-09-11 16:31:53 +00:00
install_data.py [Bug #444589] Record empty directories in the install_data command 2001-09-04 20:42:08 +00:00
install_headers.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
install_lib.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
install_scripts.py Fix bug in recent change to logging code. 2002-06-04 20:30:10 +00:00
sdist.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00