COMMITS
/ Lib/sysconfig/__init__.py April 4, 2026
R
gh-146541: Allow building the Android testbed for 32-bit targets (#146542)
Robert Kirkman committed
March 26, 2026
R
March 18, 2026
V
gh-145410: Add _sysconfig.get_platform() function (#146145)
Victor Stinner committed
October 10, 2025
P
Replace obsolete platforms with more recent examples (#132455)
partev committed
September 16, 2025
I
August 6, 2025
I
gh-84683: Check `<prefix>/share/zoneinfo` for zoneinfo files on Windows (GH-28495)
Isuru Fernando committed
May 19, 2025
May 7, 2025
Z
Test fixes for 3.15 (GH-133599)
Zachary Ware committed
April 11, 2025
X
gh-127405: Add ABIFLAGS to sysconfig variables on Windows (GH-131799)
Xuehai Pan committed
February 13, 2025
F
GH-107956: install build-details.json (PEP 739) (#130069)
Filipe Laíns 🇵🇸 committed
January 29, 2025
F
GH-127178: improve compatibility in `_sysconfig_vars_(...).json` (#128558)
Filipe Laíns 🇵🇸 committed
January 20, 2025
F
GH-92897: schedule the check_home deprecation to 3.15 (#129102)
Filipe Laíns 🇵🇸 committed
F
GH-129064: deprecate sysconfig.expand_makefile_vars (#129082)
Filipe Laíns 🇵🇸 committed
B
gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (#128979)
Bénédikt Tran committed
January 11, 2025
R
gh-128696: Add arm64 to the get_platform return val description (#128701)
RUANG (James Roy) committed
January 6, 2025
H
gh-127146: Fix test_sysconfigdata_json for Emscripten (#128556)
Hood Chatham committed
December 8, 2024
F
GH-126789: fix some sysconfig data on late site initializations (#127729)
Filipe Laíns 🇵🇸 committed
December 2, 2024
F
GH-127429: fix sysconfig data generation on cross-builds (#127430)
Filipe Laíns 🇵🇸 committed
November 26, 2024
F
GH-126985: move pyvenv.cfg detection from site to getpath (#126987)
Filipe Laíns 🇵🇸 committed
November 17, 2024
F
GH-126920: fix Makefile overwriting sysconfig.get_config_vars
Filipe Laíns 🇵🇸 committed
F
GH-126789: fix some sysconfig data on late site initializations
Filipe Laíns 🇵🇸 committed
October 16, 2024
V
gh-115382: Fix cross compiles when host and target use same SOABI
Vincent Fazio committed
July 27, 2024
R
gh-120831: Correct default minimum iOS version. (#122339)
Russell Keith-Magee committed
July 11, 2024
S
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
Sam Gross committed
May 1, 2024
M
gh-116622: Android sysconfig updates (#118352)
Malcolm Smith committed
March 28, 2024
R
gh-114099: Additions to standard library to support iOS (GH-117052)
Russell Keith-Magee committed
December 29, 2023
A
gh-103708: Make directory layout in sysconfig implementation configurable (#103709)
Ankit Kumar Pandey committed
December 13, 2023
S
gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113033)
Steve Dower committed
S
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower committed
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
October 12, 2023
F
GH-103480: make sysconfig a package (GH-110785)
Filipe Laíns committed