cpython/Lib/distutils/command
Greg Ward 4fb29e55f8 Some far-reaching naming changes:
* Command method 'find_peer()' -> 'get_finalized_command()'
  * Command method 'run_peer()' -> 'run_command()'
Also deleted the 'get_command_option()' method from Command, and
  fixed the one place where it was used (in "bdist_dumb").
2000-05-27 17:27:23 +00:00
..
__init__.py Added 'install_headers' command to install C/C++ header files. 2000-05-27 01:25:16 +00:00
bdist.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
bdist_dumb.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
bdist_rpm.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
build.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
build_clib.py Normalized all the end-of-class lines. 2000-05-25 01:10:04 +00:00
build_ext.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
build_py.py Fixed a couple of long-hidden bugs (amazing what you find when you 2000-05-26 00:44:06 +00:00
build_scripts.py Take the basename of the script before concatenating it with the build dir. 2000-05-25 20:05:52 +00:00
clean.py Normalized all the end-of-class lines. 2000-05-25 01:10:04 +00:00
command_template Changed default developer name. 2000-05-13 03:35:05 +00:00
install.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
install_data.py Fix to use 'change_root()' rather than directly mangling path. 2000-05-25 02:14:26 +00:00
install_headers.py Added 'install_headers' command to install C/C++ header files. 2000-05-27 01:25:16 +00:00
install_lib.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
install_scripts.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
sdist.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00