COMMITS
/ Lib/distutils/util.py April 16, 2021
V
bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning (GH-25406)
Victor Stinner committed
December 15, 2019
M
bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)
Michael Felt committed
June 12, 2019
P
bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)
Paul Monson committed
April 25, 2019
P
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson committed
December 20, 2018
S
bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921)
Serhiy Storchaka committed
December 18, 2018
V
bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931)
Victor Stinner committed
September 29, 2017
B
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson committed
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