cpython/Lib/distutils/command
Greg Ward 71d55835b3 Oops: 'build_extensions()' no longer takes an 'extensions' list. 2000-03-30 19:47:22 +00:00
..
__init__.py Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. 2000-03-29 02:18:39 +00:00
build.py Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' 2000-03-29 02:14:21 +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 Oops: 'build_extensions()' no longer takes an 'extensions' list. 2000-03-30 19:47:22 +00:00
build_py.py Deleted some crufty comments and code. 2000-03-29 02:10:51 +00:00
clean.py Tweaked all over: 2000-03-18 17:33:18 +00:00
install.py Changed so the sub-commands we rely on to do the real work is specified 2000-03-29 02:15:57 +00:00
install_lib.py Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: 2000-03-29 03:29:34 +00:00
sdist.py Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util 2000-03-29 02:47:29 +00:00