cpython/Lib/distutils/command
Thomas Heller 20d529be26 Recreated after installer source code changes.
This should close SF bug (patch)
http://sourceforge.net/patch/?func=detailpatch&patch_id=101844&group_id=5470
2000-10-12 19:31:13 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
bdist_dumb.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
bdist_rpm.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
bdist_wininst.py Recreated after installer source code changes. 2000-10-12 19:31:13 +00:00
build.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
build_clib.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
build_ext.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +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 Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
clean.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
install.py Fixed so --no-compile is a negative alias for --compile. 2000-10-03 03:31:52 +00:00
install_data.py Expect a tuple (dest_name, copied) from 'copy_file()'. 2000-09-30 17:34:50 +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 Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00