cpython/Lib/distutils/command
Greg Ward a233d86638 Yet another complete rewrite. Hopefully the *last* complete rewrite of
this command for a while; this implements roughly the plan cooked up by
Guido, Fred, and me.  Seems to strike a nice balance between usability in
the common cases (just set one option), expandability for more types of
files to install in future, and customizability of installation
directories.

This revision isn't completely working: standard and alternate
installations work fine, but there are still some kinks to work out of
customized installations.
2000-03-22 00:15:45 +00:00
..
__init__.py Simplified doc string. 2000-03-18 17:36:09 +00:00
build.py Renamed 'build_lib' command to 'build_clib': 2000-03-02 01:57:12 +00:00
build_clib.py Catch up with change to CCompiler API: call 'create_static_lib()', not 2000-03-10 02:02:44 +00:00
build_ext.py Took out what looks like old debugging code that probably should never 2000-03-22 00:11:21 +00:00
build_py.py Typo fix. 2000-03-03 03:00:27 +00:00
clean.py Tweaked all over: 2000-03-18 17:33:18 +00:00
install.py Yet another complete rewrite. Hopefully the *last* complete rewrite of 2000-03-22 00:15:45 +00:00
install_ext.py Fix how we set 'build_dir' and 'install_dir' options from 'install' options -- 2000-03-22 00:12:51 +00:00
install_lib.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
install_py.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
sdist.py Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: 2000-03-18 15:43:42 +00:00