COMMITS
/ Lib/distutils/ccompiler.py February 24, 2016
N
Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.
Ned Deily committed
September 13, 2015
B
fix name of argument in docstring and the docs (closes #25076)
Benjamin Peterson committed
May 23, 2015
S
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
Steve Dower committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
October 10, 2012
J
Closes #16135: Removal of OS/2 support (distutils)
Jesus Cea committed
July 28, 2011
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
January 11, 2010
T
Merged revisions 77431 via svnmerge from
Tarek Ziadé committed
T
Merged revisions 77424 via svnmerge from
Tarek Ziadé committed
December 21, 2009
T
Merged revisions 76956 via svnmerge from
Tarek Ziadé committed
June 28, 2009
T
Merged revisions 73445 via svnmerge from
Tarek Ziadé committed
May 15, 2009
A
Merged revisions 72671 via svnmerge from
Antoine Pitrou committed
January 25, 2009
T
Merged revisions 68929 via svnmerge from
Tarek Ziadé committed
December 21, 2008
February 22, 2008
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
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
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
August 29, 2004
M
Patch #973204: Use -rpath instead of -R on Irix and Tru64.
Martin v. Löwis committed
July 18, 2004
T
Whitespace normalization, via reindent.py.
Tim Peters committed
December 5, 2003
T
Compile the files in the same order they are passed to the compiler.
Thomas Heller committed
April 24, 2003
S
new method: has_function() - returns a boolean indicating whether the
Skip Montanaro committed
February 26, 2003
A
[Bug #668662] Patch from Pearu Pearson: if a C source file is
Andrew M. Kuchling committed
December 29, 2002
A
Bug #599248: strip directories when building Python. Out-of-tree builds should work again.
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
A
[Bug #599248] ext module generation problem
Andrew M. Kuchling committed
November 5, 2002
J
Repair inconsistent use of tabs and spaces.
Jeremy Hylton committed
G
This patch fixes the following bugs:
Gustavo Niemeyer committed
October 1, 2002
S
save the verbose argument as an instance attributes. Subclasses of
Skip Montanaro committed
G
Commit fix for SF 603831.
Guido van Rossum committed
September 11, 2002
J
Use distutils.debug.DEBUG instead of distutils.core.DEBUG.
Jeremy Hylton committed
June 18, 2002
J
Add a default implementation of compile() to the base class.
Jeremy Hylton committed
June 13, 2002
J
Extend compiler() method with optional depends argument.
Jeremy Hylton committed
June 4, 2002
J
Make setup.py less chatty by default.
Jeremy Hylton committed
April 25, 2002
T
Fix trivial typo.
Thomas Heller committed
January 31, 2002
M
OS/2 patches by Andrew I MacIntyre for distutils.
Marc-André Lemburg committed
December 6, 2001
F
Whitespace normalization.
Fred Drake committed
August 27, 2001
J
Patch by Bill Noon: added 'dylib' as a library type along with
Jack Jansen committed
February 27, 2001
A
Patch #403947: On Cygwin, use the Unix compiler class, and not
Andrew M. Kuchling committed
February 19, 2001
M
This patch makes the default compiler determination more flexible
Marc-André Lemburg committed