cpython/Lib/distutils/command
Greg Ward 6a647bb910 Added the "--root" option as a sort of meta-install-base; if supplied,
it is forcibly prepended onto all installation directories, even if
  they are already absolute.
Added 'dump_dirs()' to clean up the debug output a bit.
2000-04-27 01:56:38 +00:00
..
__init__.py Added 'bdist' and 'bdist_dumb'. 2000-03-31 03:14:51 +00:00
bdist.py Harry Henry Gebel: 2000-04-25 01:38:20 +00:00
bdist_dumb.py Harry Henry Gebel: import exception classes. 2000-04-26 02:29:51 +00:00
build.py Delete some debugging print statements. 2000-04-10 01:31:58 +00:00
build_clib.py Cleaned up/simplified error-handling: 2000-04-15 22:15:07 +00:00
build_ext.py Cleaned up/simplified error-handling: 2000-04-15 22:15:07 +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 Added the "--root" option as a sort of meta-install-base; if supplied, 2000-04-27 01:56:38 +00:00
install_lib.py Added 'get_inputs()'. 2000-03-31 02:53:07 +00:00
sdist.py Supply short form for --manifest-only (-o) and --force-manifest (-f) 2000-04-26 01:14:33 +00:00