COMMITS
/ Lib/distutils/extension.py April 24, 2016
S
Removed unused imports.
Serhiy Storchaka committed
July 22, 2014
S
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka committed
March 27, 2014
G
Minor cosmetic enhancement to provide a more readable repr()esentation of Extension instances:
Giampaolo Rodola' 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
December 21, 2009
T
Merged revisions 76956 via svnmerge from
Tarek Ziadé committed
July 22, 2009
T
Merged revisions 74163 via svnmerge from
Tarek Ziadé committed
June 3, 2009
T
Merged revisions 73170 via svnmerge from
Tarek Ziadé committed
T
Merged revisions 73166 via svnmerge from
Tarek Ziadé committed
March 31, 2009
T
Merged revisions 70910 via svnmerge from
Tarek Ziadé committed
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 7, 2007
G
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
April 17, 2007
N
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz committed
October 14, 2004
A
Patch 1046644 - improved distutils support for SWIG.
Anthony Baxter committed
January 27, 2003
A
Remove the recently-added get_distutil_options(), and just
Andrew M. Kuchling committed
November 27, 2002
A
[Part of patch #641685] Add .dylib as an extension for shared libraries
Andrew M. Kuchling committed
November 20, 2002
A
Add missing import
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 13, 2002
A
Allow unknown keyword arguments to the Extension class, and warn about them.
Andrew M. Kuchling committed
November 5, 2002
G
This patch fixes the following bugs:
Gustavo Niemeyer committed
June 12, 2002
J
Add a new definition to Extension objects: depends.
Jeremy Hylton committed
March 29, 2002
A
[Patch #536769] Add -Xcompiler flag for adding arguments and switches for
Andrew M. Kuchling committed
December 21, 2001
A
Suggested by Pete Shinners: treat .m and .mm files as source code.
Andrew M. Kuchling committed
December 6, 2001
F
Whitespace normalization.
Fred Drake committed
March 22, 2001
A
Back out conversion to string methods; the Distutils is intended to work
Andrew M. Kuchling committed
February 9, 2001
E
String method conversion.
Eric S. Raymond committed
September 17, 2000
G
Added 'read_setup_file()' to read old-style Setup files. Could make life
Greg Ward committed
August 13, 2000
G
Rene Liebscher: ext.export_symbols is now always a list (added 'or []').
Greg Ward committed
G
Typo fix in docstring.
Greg Ward committed
August 2, 2000
G
Removed 'export_symbol_file'.
Greg Ward committed
June 24, 2000
G
Revised docstring so 'sources' isn't necessarily all C/C++ files (to
Greg Ward committed
May 31, 2000
G
Provides the Extension class, a nicer way to describe C/C++ extensions than
Greg Ward committed