cpython/Lib/distutils/command
Gregory P. Smith ba0506b349 Drastically simplified by taking advantage of the "install" command's
new flexibility, specifically the 'root' option.  Now, we just use
"install" to do a fake installation into a temporary directory
(the 'bdist_dir' option, which derives from the 'bdist_base' option of
"bdist"), and then tar/zip up that directory.  This means that dumb
built distributions are now relative to the root directory, rather than
the prefix or exec-prefix; this is probably a feature, but does make
them slightly less flexible.
2000-05-13 03:06:56 +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 Drastically simplified by taking advantage of the "install" command's 2000-05-13 03:06:56 +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 Rename 'build_bdist' to 'bdist_base', and get it by default from the 2000-05-13 02:30:15 +00:00
install.py Made the '--record' option take an argument, which is the name of the 2000-05-13 02:16:45 +00:00
install_data.py Added comment/docstring/revision header. 2000-05-12 01:58:29 +00:00
install_lib.py Added '_bytecode_filenames()' method, and use it in 'get_outputs()' 2000-05-13 02:11:10 +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