cpython/Lib/distutils/command
Gregory P. Smith a190268bf6 Added the 'build_bdist' option and code to clean it up -- this is the
top-level temporary directory for creating built distributions.  (Won't
work yet, since the "build" command doesn't yet have a 'build_bdist'
option, and none of the "bdist" commands support it yet.)
2000-05-13 01:56:55 +00:00
..
__init__.py Harry Henry Gebel: add 'bdist_rpm' command. 2000-05-13 01:48:15 +00:00
bdist.py Harry Henry Gebel: add support for the 'bdist_rpm' command, specifically 2000-05-13 01:49:56 +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 Harry Henry Gebel: get extra compiler flags from the CFLAGS environment 2000-05-13 01:52:14 +00:00
build_py.py Delete some debugging print statements. 2000-04-10 01:31:58 +00:00
clean.py Added the 'build_bdist' option and code to clean it up -- this is the 2000-05-13 01:56:55 +00:00
install.py Fixed 'select_scheme()' so it doesn't override a directory attribute that's 2000-05-12 01:54:50 +00:00
install_data.py Added comment/docstring/revision header. 2000-05-12 01:58:29 +00:00
install_lib.py Added --skip-build option, so lazy debuggers/testers (mainly me) don't 2000-05-12 01:46:47 +00:00
install_scripts.py Added comment/docstring/revision header. 2000-05-12 01:58:29 +00:00
sdist.py Supply short form for --manifest-only (-o) and --force-manifest (-f) 2000-04-26 01:14:33 +00:00