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-13 16:08:19 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c8a95c8d5e24202ab561b68b72198d0603a8c708
cpython
/
Lib
/
distutils
/
command
T
History
Greg Ward
c27d800251
Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'
...
before storing or using.
2000-01-17 16:25:59 +00:00
..
__init__.py
Added docstring, brought __all__ up-to-date.
1999-09-21 18:33:09 +00:00
build_ext.py
Changed 'build_extensions()' so 'sources' can be a list or tuple; and
1999-12-12 17:01:01 +00:00
build_py.py
Ditch unneeded imports.
2000-01-17 16:25:17 +00:00
build.py
Renamed many options to be consistent across commands.
1999-09-29 12:38:18 +00:00
dist.py
Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places.
2000-01-09 22:39:32 +00:00
install_ext.py
Renamed many options to be consistent across commands.
1999-09-29 12:38:18 +00:00
install_lib.py
Tweaked verbosity messages for byte-compilation.
1999-10-03 21:03:26 +00:00
install_py.py
Tweaked verbosity messages for byte-compilation.
1999-10-03 21:03:26 +00:00
install.py
Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'
2000-01-17 16:25:59 +00:00