0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
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
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
build.py
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
install.py Oops, call 'os.path.join()'! 1999-08-19 20:02:10 +00:00