This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fbf8affca1a5eb139e794ae91c14ae6ccef2fc19
cpython
/
Lib
/
distutils
/
command
History
Greg Ward
d4b8429fc5
Added docstring, brought __all__ up-to-date.
1999-09-21 18:33:09 +00:00
..
__init__.py
Added docstring, brought __all__ up-to-date.
1999-09-21 18:33:09 +00:00
build_ext.py
Some option changes:
1999-09-21 18:27:12 +00:00
build_py.py
Basically a complete rewrite to support dealing with modules in whole
1999-09-21 18:22:34 +00:00
build.py
Only run build_py if we have pure Python modules, and build_ext if we
1999-09-21 18:27:55 +00:00
install_ext.py
New command -- install_ext to install extension modules.
1999-09-13 03:10:25 +00:00
install_lib.py
Changed selection of installation directories (in 'set_final_options()')
1999-09-13 13:58:34 +00:00
install_py.py
Changed selection of installation directories (in 'set_final_options()')
1999-09-13 13:58:34 +00:00
install.py
Added 'install_path' option for giving non-packagized module
1999-09-21 18:31:14 +00:00