COMMITS
/ Lib/distutils/msvccompiler.py July 15, 2021
L
Remove unnecessary pass statement in msvccompiler.py (GH-27123)
Leonardo Freua committed
April 30, 2020
V
bpo-40443: Remove unused imports in distutils (GH-19802)
Victor Stinner committed
September 6, 2017
Z
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware committed
November 22, 2014
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
July 28, 2011
July 22, 2010
December 21, 2009
T
Merged revisions 76956 via svnmerge from
Tarek Ziadé committed
May 25, 2008
G
#2879: rename _winreg to winreg.
Georg Brandl committed
April 9, 2008
December 3, 2007
C
Merged revisions 59275-59303 via svnmerge from
Christian Heimes committed
November 17, 2007
C
The _winreg module returns bytes which must be decoded to unicode, not encoded.
Christian Heimes committed
August 30, 2007
C
Fix a typo in the distutils cleanup.
Collin Winter committed
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
April 17, 2007
N
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 20, 2006
N
Get rid of a bunch more has_key() uses. We *really* need a tool for this.
Neal Norwitz committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
February 20, 2006
T
Whitespace normalization.
Tim Peters committed
M
Detect Win64 builds.
Martin v. Löwis committed
M
Let the SDK setup override distutils logic.
Martin v. Löwis committed
August 7, 2005
M
Patch #827386: Support absolute source paths in msvccompiler.py.
Martin v. Löwis committed
March 12, 2005
T
Port bugfix from 2.4 maint.
Tim Peters committed
March 5, 2005
B
Remove some more tab usage to prevent an error when run as ``python -tt``.
Brett Cannon committed
B
Remove a tab so that whitespace usage is consistent.
Brett Cannon committed
March 4, 2005
M
Patch #1075887: Don't require MSVC in distutils if there is nothing
Martin v. Löwis committed
November 28, 2004
T
Whitespace normalization.
Tim Peters committed
November 24, 2004
F
SF patch #1071739 (by Christos Georgiou)
Fredrik Lundh committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
T
Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug
Thomas Heller 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
November 28, 2003
T
See SF #848614: distutils' msvccompiler now tries to detect that MSVC6
Thomas Heller committed
July 17, 2003
J
Patch from John Anderson to enable VC 7.1 support.
Jeremy Hylton committed
May 14, 2003
M
Restore Python 1.5.2 compatibility.
Marc-André Lemburg committed
May 9, 2003
J
Replace line somehow deleted before last checkin.
Jeremy Hylton committed
J
Variant of SF patch 614770: MSVC 7 support
Jeremy Hylton committed
January 31, 2003
T
Pass the preprocessor options also to the resource compiler
Thomas Heller 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 5, 2002
G
This patch fixes the following bugs:
Gustavo Niemeyer committed
June 18, 2002
J
Define NDEBUG for releae builds, just like Python.
Jeremy Hylton committed
June 13, 2002
J
Refactor compile() method implementations.
Jeremy Hylton committed
June 4, 2002
J
Make setup.py less chatty by default.
Jeremy Hylton committed
April 25, 2002
T
Pass the full pathname to MSVC when compiling a debug version. This
Thomas Heller committed
February 8, 2002
T
Make it 1.5.2 compatible again.
Thomas Heller committed
January 29, 2002
M
Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate.
Martin v. Löwis committed