cpython/Lib/distutils/command
Greg Ward e5dfba5e0f Be sure to run both 'build_py' and 'build_ext', now that this command
is responsible for installing all Python modules (pure and extensions).
Added 'get_outputs()' in preparation for the 'bdist' command, and
  '_mutate_outputs()' to support 'get_outputs()'.
2000-03-29 02:17:42 +00:00
..
__init__.py Simplified doc string. 2000-03-18 17:36:09 +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 Added 'get_outputs()' in prepartion for the 'bdist' command. 2000-03-29 02:13:09 +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 Be sure to run both 'build_py' and 'build_ext', now that this command 2000-03-29 02:17:42 +00:00
sdist.py Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: 2000-03-18 15:43:42 +00:00