0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Lib/distutils/command
Greg Ward b4c850c928 Added code to blow away the pseudo-installation tree and a 'keep_tree'
option to disable this (by default, it's false and we clean up).
2000-03-31 05:22:47 +00:00
..
__init__.py Added 'bdist' and 'bdist_dumb'. 2000-03-31 03:14:51 +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
bdist.py Oops, got a little too enthusiastic deleting code in that last revision: 2000-03-31 05:21:27 +00:00
build_clib.py Removed some old test code: don't set 'plat' when calling 'new_compiler()'. 2000-03-31 04:37:40 +00:00
build_ext.py Patch (mostly) from Thomas Heller for building on Windows: 2000-03-31 03:50:23 +00:00
build_py.py
build.py
clean.py
install_lib.py
install.py
sdist.py