0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib/distutils/command
Greg Ward 17dc6e7ed8 Basically a complete rewrite to support dealing with modules in whole
packages and searching for source files by 'package_dir'.
1999-09-21 18:22:34 +00:00
..
__init__.py
build_ext.py Added support for 'package' option, including where to link the 1999-09-13 13:55:34 +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 Now run 'build_ext'. 1999-09-13 13:52:12 +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 Straightened up the selection of installation directories for platform- 1999-09-13 13:57:26 +00:00