cpython/Lib/distutils/command
Greg Ward 4f08e4facb Unfinished, untested implementation of the lovely baroque installation scheme
cooked up by Fred Drake and me.  Only saved for posterity (whoever posterity
is), as it is about to be ditched in favour of GvR's much simpler design.
2000-02-26 00:49:04 +00:00
..
__init__.py Changed 'dist' to 'sdist'. 2000-02-18 00:11:52 +00:00
build.py Renamed 'set_default_options()' to 'initialize_options()', and 2000-02-18 00:35:22 +00:00
build_clib.py Renamed 'set_default_options()' to 'initialize_options()', and 2000-02-18 00:35:22 +00:00
build_ext.py Renamed 'set_default_options()' to 'initialize_options()', and 2000-02-18 00:35:22 +00:00
build_lib.py Renamed 'set_default_options()' to 'initialize_options()', and 2000-02-18 00:35:22 +00:00
build_py.py Renamed 'set_default_options()' to 'initialize_options()', and 2000-02-18 00:35:22 +00:00
install.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
install_ext.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
install_lib.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
install_py.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
sdist.py Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. 2000-02-24 03:17:43 +00:00