aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/sysconfig
Commit message (Expand)AuthorAge
* gh-127405: Add ABIFLAGS to sysconfig variables on Windows (GH-131799)Xuehai Pan2025-04-11
* GH-107956: install build-details.json (PEP 739) (#130069)Filipe Laíns 🇵🇸2025-02-13
* GH-127178: improve compatibility in `_sysconfig_vars_(...).json` (#128558)Filipe Laíns 🇵🇸2025-01-29
* GH-92897: schedule the check_home deprecation to 3.15 (#129102)Filipe Laíns 🇵🇸2025-01-20
* GH-129064: deprecate sysconfig.expand_makefile_vars (#129082)Filipe Laíns 🇵🇸2025-01-20
* gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (#128979)Bénédikt Tran2025-01-20
* gh-128696: Add arm64 to the get_platform return val description (#128701)RUANG (James Roy)2025-01-11
* gh-127146: Fix test_sysconfigdata_json for Emscripten (#128556)Hood Chatham2025-01-06
* GH-126789: fix some sysconfig data on late site initializations (#127729)Filipe Laíns 🇵🇸2024-12-08
* GH-127429: fix sysconfig data generation on cross-builds (#127430)Filipe Laíns 🇵🇸2024-12-02
* GH-127178: install a _sysconfig_vars_(...).json file in the stdlib directory ...Filipe Laíns 🇵🇸2024-11-27
* GH-126985: move pyvenv.cfg detection from site to getpath (#126987)Filipe Laíns 🇵🇸2024-11-26
* GH-126920: fix Makefile overwriting sysconfig.get_config_varsFilipe Laíns 🇵🇸2024-11-17
* GH-126789: fix some sysconfig data on late site initializationsFilipe Laíns 🇵🇸2024-11-17
* gh-115382: Fix cross compiles when host and target use same SOABIVincent Fazio2024-10-16
* gh-120831: Correct default minimum iOS version. (#122339)Russell Keith-Magee2024-07-27
* gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)Sam Gross2024-07-11
* gh-116622: Android sysconfig updates (#118352)Malcolm Smith2024-05-01
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-28
* gh-103708: Make directory layout in sysconfig implementation configurable (#1...Ankit Kumar Pandey2023-12-29
* gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113...Steve Dower2023-12-13
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-13
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-20
* GH-110786: suppress BrokenPipeError on the sysconfig CLI (#110791)Filipe Laíns2023-10-13
* GH-103480: make sysconfig a package (GH-110785)Filipe Laíns2023-10-12