cpython/Lib/distutils/command
Jeremy Hylton cd8a1148e1 Make setup.py less chatty by default.
This is a conservative version of SF patch 504889.  It uses the log
module instead of calling print in various places, and it ignores the
verbose argument passed to many functions and set as an attribute on
some objects.  Instead, it uses the verbosity set on the logger via
the command line.

The log module is now preferred over announce() and warn() methods
that exist only for backwards compatibility.

XXX This checkin changes a lot of modules that have no test suite and
aren't exercised by the Python build process.  It will need
substantial testing.
2002-06-04 20:14:43 +00:00
..
__init__.py Patch #531901 by Mark W. Alexander: adds a new distutils packager 2002-04-17 20:30:10 +00:00
bdist.py Patch #531901 by Mark W. Alexander: adds a new distutils packager 2002-04-17 20:30:10 +00:00
bdist_dumb.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
bdist_packager.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
bdist_pkgtool.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
bdist_rpm.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
bdist_sdux.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
bdist_wininst.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
build.py Fix for 2001-12-10 15:28:30 +00:00
build_clib.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
build_ext.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
build_py.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
build_scripts.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
clean.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
install.py Revert part of previous patch: several install_* subcommands expect 2002-03-22 15:35:17 +00:00
install_data.py [Bug #444589] Record empty directories in the install_data command 2001-09-04 20:42:08 +00:00
install_headers.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
install_lib.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
install_scripts.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00
sdist.py Make setup.py less chatty by default. 2002-06-04 20:14:43 +00:00