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-21 03:44:14 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ab64787dcaf4e310cfb77317ff65d103cd22c47c
cpython
/
Lib
/
distutils
/
command
T
History
Greg Ward
f84fb660cb
Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for
...
easier extensibility).
2000-09-23 01:20:19 +00:00
..
__init__.py
…
bdist_dumb.py
Renamed --keep-tree option to --keep-temp.
2000-09-16 15:53:41 +00:00
bdist_rpm.py
Renamed --clean to --no-keep-temp and --noclean to --keep-temp.
2000-09-16 15:54:18 +00:00
bdist_wininst.py
Tweak what happens when run on non-Windows platforms: set install prefix
2000-09-22 01:32:34 +00:00
bdist.py
Rene Liebscher: if we have to run the same sub-command multiple times
2000-09-16 16:04:59 +00:00
build_clib.py
…
build_ext.py
Fixed to respect 'define_macros' and 'undef_macros' on Extension object.
2000-09-17 00:54:58 +00:00
build_py.py
Typo fix.
2000-09-06 02:06:27 +00:00
build_scripts.py
…
build.py
Tweaked the build temp dir names again.
2000-09-16 02:06:45 +00:00
clean.py
Bastian Kleineidam: fix so it cleans up the temporary script-building
2000-09-12 00:07:49 +00:00
command_template
…
config.py
…
install_data.py
Added 'warn_dir' option so other code can sneak in and disable
2000-09-15 01:21:07 +00:00
install_headers.py
Added --force (-f) option to force installation (including bytecode
2000-09-13 01:02:25 +00:00
install_lib.py
Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for
2000-09-23 01:20:19 +00:00
install_scripts.py
Added --force (-f) option to force installation (including bytecode
2000-09-13 01:02:25 +00:00
install.py
Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added
2000-09-22 01:31:08 +00:00
sdist.py
Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).
2000-09-18 00:41:10 +00:00