COMMITS
/ Lib/distutils/command/clean.py July 28, 2011
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
March 3, 2005
M
Patch #1104111: Alter setup.py --help and --help-commands.
Martin v. Löwis committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
November 19, 2002
A
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling committed
June 6, 2002
J
Change warning to debug level; it's a very minor issue.
Jeremy Hylton committed
June 4, 2002
J
Make setup.py less chatty by default.
Jeremy Hylton committed
October 14, 2000
G
Untabified.
Greg Ward committed
September 30, 2000
G
Standardized whitespace around function calls.
Greg Ward committed
September 25, 2000
G
Added 'boolean_options' list to support config file parsing.
Greg Ward committed
September 12, 2000
G
Bastian Kleineidam: fix so it cleans up the temporary script-building
Greg Ward committed
August 5, 2000
G
Fixed imports from '*util' modules to not just import everything from util.
Greg Ward committed
May 28, 2000
G
Moved warnings out of 'finalize_options()' into 'run()'.
Greg Ward committed
May 25, 2000
G
Normalized all the end-of-class lines.
Greg Ward committed
May 13, 2000
G
Rename 'build_bdist' to 'bdist_base', and get it by default from the
Gregory P. Smith committed
G
Added the 'build_bdist' option and code to clean it up -- this is the
Gregory P. Smith committed
March 18, 2000
G
Tweaked all over:
Greg Ward committed
G
Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>:
Greg Ward committed