cpython/Lib/distutils/command
Greg Ward c9c011cd96 Straightened up the selection of installation directories for platform-
specific files; it was somewhat broken, and the comments were dead
  wrong.
Now runs 'install_ext' command after 'install_py'.
1999-09-13 13:57:26 +00:00
..
__init__.py First checkin of real Distutils command modules. 1999-03-22 14:55:25 +00:00
build.py Now run 'build_ext'. 1999-09-13 13:52:12 +00:00
build_ext.py Added support for 'package' option, including where to link the 1999-09-13 13:55:34 +00:00
build_py.py Comment addition. 1999-09-13 13:54:06 +00:00
install.py Straightened up the selection of installation directories for platform- 1999-09-13 13:57:26 +00:00
install_ext.py New command -- install_ext to install extension modules. 1999-09-13 03:10:25 +00:00
install_lib.py Patch from Perry Stoll: typo fix, make sure we only compile .py files. 1999-08-29 18:19:37 +00:00
install_py.py Patch from Perry Stoll: typo fix, make sure we only compile .py files. 1999-08-29 18:19:37 +00:00