summaryrefslogtreecommitdiffstats
path: root/Lib/sysconfig
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-128696: Add arm64 to the get_platform return val description (GH-12...Miss Islington (bot)2025-02-031-1/+2
* [3.13] gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (GH-1...Miss Islington (bot)2025-01-201-0/+3
* [3.13] GH-126789: fix some sysconfig data on late site initializationsMiss Islington (bot)2024-11-171-4/+14
* [3.13] gh-115382: Fix cross compiles when host and target use same SOABIMiss Islington (bot)2024-10-201-1/+14
* [3.13] gh-120831: Correct default minimum iOS version. (GH-122339) (#122341)Miss Islington (bot)2024-07-271-1/+1
* [3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293...Miss Islington (bot)2024-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-110786: suppress BrokenPipeError on the sysconfig CLI (#110791)Filipe Laíns2023-10-131-1/+4
* GH-103480: make sysconfig a package (GH-110785)Filipe Laíns2023-10-122-0/+902