cpython/Lib/distutils/command
Greg Ward d644ca2120 Added a bunch of missing "=" signs in the option table.
Removed script options -- don't think they ever worked, weren't
  very well thought through, etc.
2000-09-25 01:53:01 +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 Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
build.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +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 Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
build_py.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +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 Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
install_data.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
install_headers.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
install_lib.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +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