cpython/Lib/distutils/command
Gregory P. Smith b2e3bb3d6a Patch from Bastien Kleineidam:
adds the 'install_data' and 'install_scripts' commands; these two
are trivial thanks to the 'install_misc' base class in cmd.py.
(Minor tweaks and commentary by me; the code is untested so far.)
2000-05-12 00:52:23 +00:00
..
__init__.py Patch from Bastien Kleineidam: 2000-05-12 00:52:23 +00:00
bdist.py Don't use 'set_option()' or 'get_option()' method -- direct attribute access, 2000-05-07 15:32:13 +00:00
bdist_dumb.py Harry Henry Gebel: import exception classes. 2000-04-26 02:29:51 +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 Fix from Lyle Johnson: add the '--compiler' option. 2000-05-12 00:34:12 +00:00
build_py.py Delete some debugging print statements. 2000-04-10 01:31:58 +00:00
clean.py Tweaked all over: 2000-03-18 17:33:18 +00:00
install.py Patch from Bastien Kleineidam: 2000-05-12 00:52:23 +00:00
install_data.py Patch from Bastien Kleineidam: 2000-05-12 00:52:23 +00:00
install_lib.py Don't use 'set_option()' or 'get_option()' method -- direct attribute access, 2000-05-07 15:32:13 +00:00
install_scripts.py Patch from Bastien Kleineidam: 2000-05-12 00:52:23 +00:00
sdist.py Supply short form for --manifest-only (-o) and --force-manifest (-f) 2000-04-26 01:14:33 +00:00