cpython/Lib/distutils/command
Greg Ward 3e6d43801b Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. 2000-09-30 17:35:26 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Rene Liebscher: if we have to run the same sub-command multiple times 2000-09-16 16:04:59 +00:00
bdist_dumb.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
bdist_rpm.py Added a bunch of missing "=" signs in the option table. 2000-09-25 01:53:01 +00:00
bdist_wininst.py Removed the extra_dirs and path_file metadata options. 2000-09-29 11:36:55 +00:00
build.py Changed to use the 'sub-commands' machinery: 2000-09-30 17:08:12 +00:00
build_clib.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
build_ext.py Removed the implib_dir instance variable because it is unused. 2000-09-28 19:28:35 +00:00
build_py.py Changed 'build_module()' so it returns the result of 'copy_file()' 2000-09-30 17:33:05 +00:00
build_scripts.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
clean.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Added 'include_dirs' parameters all over the place. 2000-06-27 01:21:22 +00:00
install.py Moved some things around for better organization. 2000-09-30 17:05:37 +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 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. 2000-09-30 17:35:26 +00:00
install_scripts.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
sdist.py Renamed '--keep-tree' option to '--keep-temp', for consistency 2000-09-25 01:51:01 +00:00