COMMITS
/ Lib/distutils/util.py September 6, 2017
Z
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware committed
September 4, 2017
B
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson committed
January 18, 2016
V
subprocess._optim_args_from_interpreter_flags()
Victor Stinner committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 12, 2014
É
Merge 3.3 (#4931)
Éric Araujo committed
É
Avoid “error: None” messages from distutils (#4931).
Éric Araujo committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 15, 2013
B
Issue #17177: Stop using imp in distutils
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
October 10, 2012
J
Closes #16135: Removal of OS/2 support (distutils)
Jesus Cea committed
July 21, 2012
N
Issue #15184: Ensure consistent results of OS X configuration
Ned Deily committed
June 30, 2012
D
- Issue #14330: For cross builds, don't use host python, use host search paths
doko@ubuntu.com committed
January 18, 2012
J
J
J
October 8, 2011
É
Fix docstring of distutils.util.byte_compile (followup for #11254)
Éric Araujo committed
October 7, 2011
É
Fix distutils byte-compilation to comply with PEP 3147 (#11254).
Éric Araujo committed
July 28, 2011
May 15, 2011
R
Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell.
Ronald Oussoren committed
November 6, 2010
É
Remove traces of Mac OS 9 support, again (#9508).
Éric Araujo committed
November 5, 2010
É
Always close files in distutils code and tests (#10252).
Éric Araujo committed
July 22, 2010
May 5, 2010
R
Remove traces of MacOS9 support.
Ronald Oussoren committed
January 29, 2010
T
Merged revisions 77759,77761 via svnmerge from
Tarek Ziadé committed
T
Merged revisions 77704,77752 via svnmerge from
Tarek Ziadé committed
December 24, 2009
R
Merged revisions 77026 via svnmerge from
Ronald Oussoren committed
December 6, 2009
T
Merged revisions 76684 via svnmerge from
Tarek Ziadé committed
October 25, 2009
T
Merged revisions 75669-75671 via svnmerge from
Tarek Ziadé committed
September 15, 2009
R
Merged revisions 74806 via svnmerge from
Ronald Oussoren committed
July 16, 2009
T
Merged revisions 74024 via svnmerge from
Tarek Ziadé committed
July 2, 2009
T
Merged revisions 73762 via svnmerge from
Tarek Ziadé committed
March 31, 2009
December 30, 2008
B
Merged revisions 67982,67988,67990 via svnmerge from
Benjamin Peterson committed
December 1, 2008
M
Issue #4073: Add 2to3 support to build_scripts, refactor that support
Martin v. Löwis committed
August 19, 2008
A
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou committed
July 16, 2008
G
Merged revisions 63955 via svnmerge from
Georg Brandl committed
April 9, 2008
January 6, 2008
G
Missed one because of indirection.
Georg Brandl committed
August 30, 2007
N
Stop using the find function on the string module, use the string method.
Neal Norwitz committed
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
August 24, 2007
G
Merged revisions 57221-57391 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 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
March 17, 2006
N
Remove apply()
Neal Norwitz committed
July 18, 2004
T
Whitespace normalization, via reindent.py.
Tim Peters committed
March 25, 2004
M
Defer compilation of regular expressions until first use.
Martin v. Löwis committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed