0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Lib/distutils/command
Greg Ward e1664bdc59 The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is
the command that actually creates "dumb" binary distributions, ie.
tarballs and zip files that you just unpack under <prefix> or <exec-prefix>.
Very limited, but it's a start.
2000-03-31 02:56:34 +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_dumb.py The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is 2000-03-31 02:56:34 +00:00
bdist.py The 'bdist' command, for creating "built" (binary) distributions. 2000-03-31 02:55: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 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
build.py Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' 2000-03-29 02:14:21 +00:00
clean.py Tweaked all over: 2000-03-18 17:33:18 +00:00
install_lib.py Added 'get_inputs()'. 2000-03-31 02:53:07 +00:00
install.py Fixed 'get_outputs()' so it actually works. 2000-03-31 02:52:02 +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