cpython/Lib/distutils/command
Greg Ward 0f77f9569c The 'bdist' command, for creating "built" (binary) distributions.
Initial revision is pretty limited; it only knows how to generate "dumb"
binary distributions, i.e. a tarball on Unix and a zip file on Windows.
Also, due to limitations in the installation code, it only knows how to
distribute Python library code.  But hey, it's a start.
2000-03-31 02:55:12 +00:00
..
__init__.py Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. 2000-03-29 02:18:39 +00:00
bdist.py The 'bdist' command, for creating "built" (binary) distributions. 2000-03-31 02:55:12 +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 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 Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods 2000-03-31 02:50:04 +00:00