cpython/Lib/distutils/command
Greg Ward 2dc139cc91 Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>:
use 'util.remove_tree()' instead of 'nuke_release_tree()'.
2000-03-18 15:43:42 +00:00
..
__init__.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
build.py Renamed 'build_lib' command to 'build_clib': 2000-03-02 01:57:12 +00:00
build_clib.py Catch up with change to CCompiler API: call 'create_static_lib()', not 2000-03-10 02:02:44 +00:00
build_ext.py In 'finalize_options()': if 'self.libs' is a string, make it a singleton list. 2000-03-18 15:21:03 +00:00
build_py.py Typo fix. 2000-03-03 03:00:27 +00:00
clean.py Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>: 2000-03-18 15:37:26 +00:00
install.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
install_ext.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
install_lib.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
install_py.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
sdist.py Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: 2000-03-18 15:43:42 +00:00