summaryrefslogtreecommitdiffstats
path: root/Lib/sysconfig/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* gh-115382: Fix cross compiles when host and target use same SOABIVincent Fazio2024-10-161-1/+14
* gh-120831: Correct default minimum iOS version. (#122339)Russell Keith-Magee2024-07-271-1/+1
* gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)Sam Gross2024-07-111-13/+20
* gh-116622: Android sysconfig updates (#118352)Malcolm Smith2024-05-011-4/+16
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-6/+14
* gh-103708: Make directory layout in sysconfig implementation configurable (#1...Ankit Kumar Pandey2023-12-291-35/+39
* gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113...Steve Dower2023-12-131-10/+1
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-131-1/+10
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* GH-103480: make sysconfig a package (GH-110785)Filipe LaĆ­ns2023-10-121-0/+657