Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-126789: fix some sysconfig data on late site initializations (#127729) | Filipe Laíns 🇵🇸 | 2024-12-08 | 1 | -5/+13 |
| | |||||
* | GH-127429: fix sysconfig data generation on cross-builds (#127430) | Filipe Laíns 🇵🇸 | 2024-12-02 | 1 | -13/+36 |
| | |||||
* | GH-126985: move pyvenv.cfg detection from site to getpath (#126987) | Filipe Laíns 🇵🇸 | 2024-11-26 | 1 | -14/+4 |
| | |||||
* | GH-126920: fix Makefile overwriting sysconfig.get_config_vars | Filipe Laíns 🇵🇸 | 2024-11-17 | 1 | -1/+2 |
| | |||||
* | GH-126789: fix some sysconfig data on late site initializations | Filipe Laíns 🇵🇸 | 2024-11-17 | 1 | -4/+14 |
| | |||||
* | gh-115382: Fix cross compiles when host and target use same SOABI | Vincent Fazio | 2024-10-16 | 1 | -1/+14 |
| | | | | Co-authored-by: Erlend E. Aasland <erlend@python.org> | ||||
* | gh-120831: Correct default minimum iOS version. (#122339) | Russell Keith-Magee | 2024-07-27 | 1 | -1/+1 |
| | | | Correct default minimum iOS version. | ||||
* | gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293) | Sam Gross | 2024-07-11 | 1 | -13/+20 |
| | | | | | 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. | ||||
* | gh-116622: Android sysconfig updates (#118352) | Malcolm Smith | 2024-05-01 | 1 | -4/+16 |
| | |||||
* | gh-114099: Additions to standard library to support iOS (GH-117052) | Russell Keith-Magee | 2024-03-28 | 1 | -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 Pandey | 2023-12-29 | 1 | -35/+39 |
| | | | | | | (#103709) | ||||
* | gh-86179: Implement realpath() on Windows for getpath.py calculations ↵ | Steve Dower | 2023-12-13 | 1 | -10/+1 |
| | | | | (GH-113033) | ||||
* | gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) | Steve Dower | 2023-12-13 | 1 | -1/+10 |
| | |||||
* | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -1/+1 |
| | | | Rename Py_NOGIL to Py_GIL_DISABLED | ||||
* | GH-103480: make sysconfig a package (GH-110785) | Filipe Laíns | 2023-10-12 | 1 | -0/+657 |