COMMITS
/ Lib/distutils/core.py July 28, 2015
R
Issue #23426: run_setup was broken in distutils.
Robert Collins committed
May 20, 2015
S
Issue #24245: Eliminated senseless expect clauses that have no any effect.
Serhiy Storchaka committed
March 12, 2014
É
Merge 3.3 (#4931)
Éric Araujo committed
É
Avoid “error: None” messages from distutils (#4931).
Éric Araujo committed
November 10, 2013
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
July 28, 2011
June 30, 2011
V
Issue #12451: distutils now opens the setup script in binary mode to read the
Victor Stinner committed
November 5, 2010
É
Always close files in distutils code and tests (#10252).
Éric Araujo committed
July 22, 2010
January 29, 2010
T
Merged revisions 77704,77752 via svnmerge from
Tarek Ziadé committed
December 21, 2009
T
Merged revisions 76956 via svnmerge from
Tarek Ziadé committed
October 27, 2009
T
Merged revisions 75893 via svnmerge from
Tarek Ziadé committed
May 16, 2008
April 5, 2008
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
August 12, 2007
N
Kill execfile(), use exec() instead
Neal Norwitz committed
July 17, 2007
C
Fix a bug in distutils.core's error handling.
Collin Winter committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 18, 2006
G
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum committed
March 20, 2005
F
PEP 314 implementation (client side):
Fred Drake committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
October 14, 2004
A
Patch 1046644 - improved distutils support for SWIG.
Anthony Baxter committed
October 13, 2004
A
Backing out the basic dependency checking (from pycon sprint).
Anthony Baxter committed
July 18, 2004
T
Whitespace normalization, via reindent.py.
Tim Peters committed
March 22, 2004
A
Basic dependency checking. setup() has two new optional arguments
Anthony Baxter committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
February 19, 2003
A
[Patch #683939] Add download_url field to metadata
Andrew M. Kuchling committed
January 27, 2003
A
Remove the recently-added get_distutil_options(), and just
Andrew M. Kuchling committed
November 19, 2002
A
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling committed
November 14, 2002
A
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Andrew M. Kuchling committed
November 8, 2002
A
[Bug #233259] Ugly traceback for DistutilsPlatformError
Andrew M. Kuchling committed
November 7, 2002
T
Fix a small bug when sys.argv[0] has an absolute path.
Thomas Heller committed
November 4, 2002
A
Add get_distutil_options(); future setup.py files can use this to check
Andrew M. Kuchling committed
September 11, 2002
J
Use distutils.debug.DEBUG instead of distutils.core.DEBUG.
Jeremy Hylton committed
June 4, 2002
J
Define DEBUG as early as possible to avoid import problems.
Jeremy Hylton committed
J
Fix unused local variables caught by pychecker.
Jeremy Hylton committed
J
Make setup.py less chatty by default.
Jeremy Hylton committed
December 6, 2001
F
Whitespace normalization.
Fred Drake committed
September 26, 2000
G
Standardize whitespace in function calls.
Greg Ward committed
September 1, 2000
G
Added 'run_setup()' to allow outsiders to run a setup script under
Greg Ward committed
August 29, 2000
G
Added 'script_name' and 'script_args' instance attributes to Distribution.
Greg Ward committed
June 21, 2000
G
Oops, import 'grok_environment_error()'.
Greg Ward committed
June 17, 2000
G
Changed to use the new 'grok_environment_error()' function instead of
Greg Ward committed
June 3, 2000
G
Catch DistutilSetupError from the Distribution constructor.
Greg Ward committed
June 2, 2000
G
Use Distribution method 'dump_option_dicts()' for debugging output, and only
Greg Ward committed
G
Reformatted and updated many docstrings.
Greg Ward committed
May 31, 2000
G
Import the new Extension class, so setup scripts can
Greg Ward committed