cpython/Lib/distutils/command
Greg Ward 71eb8644d7 Changed to reflect the new "command options" regime -- in particular,
we no longer explicitly pull distribution options out of our Distribution
object, but rather let the Distribution put them into the command object.
1999-09-08 02:42:30 +00:00
..
__init__.py First checkin of real Distutils command modules. 1999-03-22 14:55:25 +00:00
build.py Rearranged things so that compilation of .py files is the responsibility 1999-05-02 21:39:13 +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_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