cpython/Lib/distutils/command
Greg Ward 36e68e21b4 Now run 'build_ext'.
Default platform-specific build directory changed to 'build/platlib'.
1999-09-13 13:52:12 +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 Changed to reflect the new "command options" regime -- in particular, 1999-09-08 02:42:30 +00:00
build_py.py Changed to reflect the new "command options" regime -- in particular, 1999-09-08 02:42:30 +00:00
install.py Oops, call 'os.path.join()'! 1999-08-19 20:02:10 +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