cpython/Lib/distutils/command
Andrew M. Kuchling f4aa684132 [Bug #414032] Make the 'sdist' command work when the distribution contains
libraries.  This is done by adding a .get_source_files() method,
    contributed by Rene Liebscher and slightly modified.
Remove an unused local variable spotted by PyChecker
2001-08-10 20:24:33 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Untabified. 2000-10-14 04:06:40 +00:00
bdist_dumb.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
bdist_rpm.py Fix typo caught by PyChecker 2001-08-10 19:00:15 +00:00
bdist_wininst.py dummy checkin for testing, please ignore 2001-07-04 16:52:02 +00:00
build.py Untabified. 2000-10-14 04:06:40 +00:00
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 Added the ability to do byte-compilation at build time, currently off 2000-10-02 02:19:04 +00:00
build_scripts.py Remove unused variable 2001-08-10 19:00:41 +00:00
clean.py Untabified. 2000-10-14 04:06:40 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding 2000-10-14 03:56:42 +00:00
install.py Add forgotten import 2001-08-10 18:59:59 +00:00
install_data.py Patch #103587: Fix typo that broke the install_data command; caught by 2001-02-05 17:43:11 +00:00
install_headers.py Expect a tuple (dest_name, copied) from 'copy_file()'. 2000-09-30 17:34:50 +00:00
install_lib.py Remove some debugging prints. 2000-10-03 03:32:37 +00:00
install_scripts.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
sdist.py Call the write_pkg_info method 2001-03-22 03:10:05 +00:00