cpython/Lib/distutils/command
Greg Ward 1561ae13b6 Use 'get_python_inc()' to figure out the Python include directories
rather than cobbling them togethere here.
2000-04-14 00:50:49 +00:00
..
__init__.py Added 'bdist' and 'bdist_dumb'. 2000-03-31 03:14:51 +00:00
bdist.py Oops, got a little too enthusiastic deleting code in that last revision: 2000-03-31 05:21:27 +00:00
bdist_dumb.py Added code to blow away the pseudo-installation tree and a 'keep_tree' 2000-03-31 05:22:47 +00:00
build.py Delete some debugging print statements. 2000-04-10 01:31:58 +00:00
build_clib.py Added '--force' option -- very clear what it means for building (ignore 2000-04-10 00:19:42 +00:00
build_ext.py Use 'get_python_inc()' to figure out the Python include directories 2000-04-14 00:50:49 +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 Fixed 'get_outputs()' so it actually works. 2000-03-31 02:52:02 +00:00
install_lib.py Added 'get_inputs()'. 2000-03-31 02:53:07 +00:00
sdist.py Coerce all paths in the manifest template to the local path syntax with 2000-04-14 00:49:30 +00:00