summaryrefslogtreecommitdiffstats
path: root/Lib/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) ↵Hugo van Kemenade2025-02-271-2/+9
| | | | | | (#130583) Co-authored-by: Filipe Laíns 🇵🇸 <lains@riseup.net>
* [3.13] gh-128696: Add arm64 to the get_platform return val description ↵Miss Islington (bot)2025-02-031-1/+2
| | | | | | | | | (GH-128701) (#128774) gh-128696: Add arm64 to the get_platform return val description (GH-128701) (cherry picked from commit 553cdc6d6856c1b4539a45eb90d0769f7c629355) Co-authored-by: RUANG (James Roy) <longjinyii@outlook.com>
* [3.13] gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` ↵Miss Islington (bot)2025-01-201-0/+3
| | | | | | | | | | (GH-128979) (#129065) gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (GH-128979) This fixes a regression introduced by 4a53a397c311567f05553bc25a28aebaba4f6f65. (cherry picked from commit df66ff14b49f4388625212f6bc86b754cb51d4eb) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* [3.13] GH-126789: fix some sysconfig data on late site initializationsMiss Islington (bot)2024-11-171-4/+14
| | | | Co-authored-by: Filipe Laíns 🇵🇸 <lains@riseup.net>
* [3.13] gh-115382: Fix cross compiles when host and target use same SOABIMiss Islington (bot)2024-10-201-1/+14
| | | | | Co-authored-by: Vincent Fazio <vfazio@gmail.com> Co-authored-by: Erlend E. Aasland <erlend@python.org>
* [3.13] gh-120831: Correct default minimum iOS version. (GH-122339) (#122341)Miss Islington (bot)2024-07-271-1/+1
| | | | | | | | gh-120831: Correct default minimum iOS version. (GH-122339) Correct default minimum iOS version. (cherry picked from commit 4a2607c1807982a107445b5a35240f587a61eb0d) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
* [3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` ↵Miss Islington (bot)2024-07-111-13/+20
| | | | | | | | | | (GH-121293) (#121631) On POSIX systems, excluding macOS framework installs, the lib directory for the free-threaded build now includes a "t" suffix to avoid conflicts with a co-located default build installation. (cherry picked from commit e8c91d90ba8fab410a27fad4f709cc73f6ffcbf4) Co-authored-by: Sam Gross <colesbury@gmail.com>
* 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
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org>
* gh-103708: Make directory layout in sysconfig implementation configurable ↵Ankit Kumar Pandey2023-12-291-35/+39
| | | | | | (#103709)
* gh-86179: Implement realpath() on Windows for getpath.py calculations ↵Steve Dower2023-12-131-10/+1
| | | | (GH-113033)
* 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
| | | Rename Py_NOGIL to Py_GIL_DISABLED
* 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