cpython/Lib/distutils/command
Greg Ward a4adafd55b Changed the semantics of the 'sub_commands' list: instead of function
objects, it now has method names.
Added three methods, 'has_lib()', 'has_scripts()', and 'has_data()'
  to determine if we need to run each of the three possible sub-commands.
Added 'get_sub_commands()' to take care of finding the methods named
  in 'sub_commands', running them, and interpreting the results to
  build a list of sub-commands that actually have to be run.
2000-05-20 15:17:09 +00:00
..
__init__.py Harry Henry Gebel: add 'bdist_rpm' command. 2000-05-13 01:48:15 +00:00
bdist.py Added the 'bdist_base' option, the base temp directory for all bdist commands. 2000-05-13 03:08:28 +00:00
bdist_dumb.py Drastically simplified by taking advantage of the "install" command's 2000-05-13 03:06:56 +00:00
bdist_rpm.py Contribution from Harry Henry Gebel: the 'bdist_rpm' command. 2000-05-13 03:11:40 +00:00
build.py Fix from Lyle Johnson: add the '--compiler' option. 2000-05-12 00:33:14 +00:00
build_clib.py Fix from Lyle Johnson: add the '--compiler' option. 2000-05-12 00:33:14 +00:00
build_ext.py Harry Henry Gebel: get extra compiler flags from the CFLAGS environment 2000-05-13 01:52:14 +00:00
build_py.py Delete some debugging print statements. 2000-04-10 01:31:58 +00:00
clean.py Rename 'build_bdist' to 'bdist_base', and get it by default from the 2000-05-13 02:30:15 +00:00
command_template Changed default developer name. 2000-05-13 03:35:05 +00:00
install.py Changed the semantics of the 'sub_commands' list: instead of function 2000-05-20 15:17:09 +00:00
install_data.py List data files are listed in the Distribution attribute 'data_files', 2000-05-13 03:09:50 +00:00
install_lib.py Check if the claimed build directory doesn't exist, and warn that we don't 2000-05-20 15:08:57 +00:00
install_scripts.py Added 'get_inputs()' methods, needed by the "install" command's 2000-05-13 03:07:53 +00:00
sdist.py Supply short form for --manifest-only (-o) and --force-manifest (-f) 2000-04-26 01:14:33 +00:00