This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-15 08:59:27 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ab9d08ce654be8f555b2a8a08ae56c1e63ba2fec
cpython
/
Lib
/
distutils
/
command
T
History
Greg Ward
ab9d08ce65
Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'.
2000-03-29 02:18:39 +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_clib.py
…
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
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
Be sure to run both 'build_py' and 'build_ext', now that this command
2000-03-29 02:17:42 +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
sdist.py
Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>:
2000-03-18 15:43:42 +00:00