COMMITS
/ Lib/sysconfig.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
June 28, 2017
I
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki committed
April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
September 11, 2016
X
Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME
Xavier de Gaye committed
September 10, 2016
X
Issue #28046: Fix get_sysconfigdata_name().
Xavier de Gaye committed
Z
Issue #28046: Remove platform-specific directories from sys.path
Zachary Ware committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
June 14, 2016
D
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
doko@ubuntu.com committed
February 11, 2016
S
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka committed
January 11, 2016
D
- Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars
doko@ubuntu.com committed
February 14, 2015
S
Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)
Steve Dower committed
November 22, 2014
November 26, 2013
S
Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.
Serhiy Storchaka committed
November 22, 2013
B
A fix for issue 19555 on Windows.
Barry Warsaw committed
November 21, 2013
B
- Issue #19555: Restore sysconfig.get_config_var('SO'), with a
Barry Warsaw committed
October 19, 2013
A
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Antoine Pitrou committed
A
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Antoine Pitrou committed
October 11, 2013
C
Issue #19205: Don't import the 're' module in site and sysconfig module to
Christian Heimes committed
June 15, 2013
B
Issue #17177: Stop using imp in sysconfig
Brett Cannon committed
March 21, 2013
D
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com committed
D
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com committed
D
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
November 18, 2012
C
Remove sys.platform == 'riscos' checks from some Python and test files. #16501
Christian Heimes committed
October 17, 2012
T
Merge issue #15298.
Trent Nelson committed
T
Issue #15298: refactor previous fix from 66959d419369.
Trent Nelson committed
T
Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.
Trent Nelson committed
T
Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.
Trent Nelson committed
October 16, 2012
T
Merge issue #15298: ensure _sysconfigdata is generated in build directory,
Trent Nelson committed
T
Issue #15298: ensure _sysconfigdata is generated in build directory,
Trent Nelson committed
October 5, 2012
J
#16135: Removal of OS/2 support (Python code partial cleanup)
Jesus Cea committed
July 27, 2012
R
Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.
Richard Oudkerk committed
July 21, 2012
N
Issue #15184: Ensure consistent results of OS X configuration
Ned Deily committed
July 16, 2012
N
Issue #13590: Improve support for OS X Xcode 4:
Ned Deily committed
January 31, 2013
N
Issue #13590: OS X Xcode 4 - improve support for universal extension modules
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
D
- Issue #14330: For cross builds, don't use host python, use host search paths
doko@ubuntu.com committed
June 24, 2012
L
Issue #15164: Change return value of platform.uname() from a
Larry Hastings committed
É
Packaging removal: also revert introduction of sysconfig.cfg.
Éric Araujo committed
É
Remove packaging from the standard library.
Éric Araujo committed
May 27, 2012
V
Fixed _sys_home computation and added diagnostics for Windows buildbot failures.
Vinay Sajip committed
May 26, 2012
V
Addressed some buildbot errors and comments on the checkin by Antoine on python-dev.
Vinay Sajip committed
V
Implemented PEP 405 (Python virtual environments).
Vinay Sajip committed
January 18, 2012
J
J
J
November 7, 2011
É
Remove unnecessary version check
Éric Araujo committed
October 19, 2011
V
Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file
Victor Stinner committed