cpython/Lib/distutils/tests
Fred Drake d04573fef0 This allows additional commands to be provided for existing setup.py
scripts without modifying either the distutils installation or the
setup.py scripts of packages with which the new commands will be used.

Specifically, an option is added to distutils that allows additional
packages to be searched for command implementations in addition to
distutils.command.  The additional packages can be specified on the
command line or via the installation or personal configuration files
already loaded by distutils.

For discussion, see the thread starting with:

http://mail.python.org/pipermail/distutils-sig/2004-August/004112.html

This closes SF patch #102241.
2004-08-03 16:37:40 +00:00
..
__init__.py
support.py
test_build_py.py elaborate package data test to make sure get_outputs() gives the right 2004-07-21 18:53:06 +00:00
test_build_scripts.py
test_dist.py This allows additional commands to be provided for existing setup.py 2004-08-03 16:37:40 +00:00
test_install.py Make distutils "install --home" support all platforms. 2004-06-25 23:02:59 +00:00
test_install_scripts.py