COMMITS
/ Lib/sysconfig.py September 7, 2021
P
Revert "bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)" (GH-28201)
Pablo Galindo Salgado committed
T
bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)
Tzu-ping Chung committed
T
Make sysconfig posix_user not depend on platlibdir (GH-27655)
Tzu-ping Chung committed
July 15, 2021
T
Fix osx_framework_user include to match distutils (#27093)
Tzu-ping Chung committed
May 24, 2021
P
bpo-41282: Fix broken `make install` (GH-26329)
Petr Viktorin committed
April 27, 2021
T
bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24644)
Tzu-ping Chung committed
April 23, 2021
L
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
Lumír 'Frenzy' Balhar committed
April 14, 2021
L
bpo-41282: (PEP 632) Load install schemes from sysconfig (GH-24549)
Lumír 'Frenzy' Balhar committed
April 6, 2021
I
bpo-43651: Fix EncodingWarning in sysconfig (GH-25192)
Inada Naoki committed
February 1, 2021
R
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341)
Ronald Oussoren committed
December 20, 2020
P
December 7, 2020
September 4, 2020
S
bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
Steve Dower committed
May 16, 2020
P
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle committed
March 21, 2020
S
bpo-24916: Remove an outdated comment. (GH-19101)
Serhiy Storchaka committed
March 10, 2020
V
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner committed
December 15, 2019
M
bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)
Michael Felt committed
September 25, 2019
V
bpo-38234: test_embed: test pyvenv.cfg and pybuilddir.txt (GH-16366)
Victor Stinner 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
February 5, 2019
S
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Steve Dower committed
July 16, 2018
A
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou 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
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