summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-211-0/+2
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-0/+2
* [3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#...Miss Islington (bot)2024-06-041-0/+1
* [3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH...Miss Islington (bot)2024-05-301-7/+7
* [3.13] gh-119538: Add missing expat build dependencies (GH-119647) (#119685)Miss Islington (bot)2024-05-281-1/+3
* [3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362)Lysandros Nikolaou2024-05-221-0/+1
* gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)John Sirois2024-05-071-1/+2
* Set a DerivedData path for iOS test builds. (GH-118621)Russell Keith-Magee2024-05-061-1/+1
* Correct timing sensitivity in iOS testing Makefile target. (GH-118620)Russell Keith-Magee2024-05-061-1/+1
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+1
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-0/+1
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-0/+2
* gh-117139: Add header for tagged pointers (GH-118330)Ken Jin2024-04-301-0/+1
* gh-117860: Add tests for resolving names when import rebind names (GH-118176)Serhiy Storchaka2024-04-301-0/+2
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-3/+3
* gh-116984: Install mimalloc headers (#116985)Yichen Yan2024-04-231-0/+19
* gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...Dino Viehland2024-04-191-0/+1
* gh-117494: extract the Instruction Sequence data structure into a separate fi...Irit Katriel2024-04-041-3/+9
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-041-0/+1
* gh-76785: Add PyInterpreterConfig Helpers (gh-117170)Eric Snow2024-04-021-0/+5
* gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)Sam Gross2024-03-291-0/+1
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-6/+24
* gh-76785: Drop PyInterpreterID_Type (gh-117101)Eric Snow2024-03-211-3/+0
* gh-117089: Apply changes from importlib_metadata 7.1.0 (#117094)Jason R. Coombs2024-03-211-0/+5
* gh-117089: Move importlib.metadata tests to their own package (#117092)Jason R. Coombs2024-03-201-1/+2
* gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)Victor Stinner2024-03-191-1/+2
* gh-116869: Add test_cext test: build a C extension (#116954)Victor Stinner2024-03-181-0/+1
* gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)Guido van Rossum2024-03-181-40/+3
* gh-106259: Add minimal help target to Makefile (#106260)Skip Montanaro2024-03-071-0/+24
* Parallelize regen-cases (#116446)Guido van Rossum2024-03-071-11/+44
* gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)Russell Keith-Magee2024-03-071-1/+43
* gh-108562: Revert enabling -fstrict-overflow for libmpdec (GH-116302)Sergey B Kirpichev2024-03-041-1/+1
* gh-108562: Fix compiler warnings for libmpdec (#114751)Sergey B Kirpichev2024-03-031-1/+1
* gh-71052: Fix several Android build issues (#115955)Malcolm Smith2024-02-291-4/+2
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-271-0/+1
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-261-5/+5
* gh-114099: Add configure and Makefile targets to support iOS compilation. (GH...Russell Keith-Magee2024-02-261-3/+53
* gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)Seth Michael Larson2024-02-221-2/+2
* gh-111225: Link extension modules against libpython on Android (#115780)Malcolm Smith2024-02-211-2/+2
* gh-115737: Correct libpython install name for macOS shared library builds. (g...Russell Keith-Magee2024-02-211-1/+1
* gh-115103: Implement delayed memory reclamation (QSBR) (#115180)Sam Gross2024-02-161-0/+2
* gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046)mpage2024-02-141-0/+1
* gh-115421: Update the list of installed test subdirectories. (#115422)T. Wouters2024-02-131-3/+9
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)Eric Snow2024-02-131-0/+8
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-1/+7
* gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...Nikita Sobolev2024-02-131-0/+1
* gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks...Russell Keith-Magee2024-02-121-5/+6
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-091-0/+2
* gh-114505: Add missing header file dependencies (#114513)Skip Montanaro2024-02-071-241/+259
* gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884)Zachary Ware2024-02-031-1/+12