summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* GH-118910: Less boilerplate in the tier 2 optimizer (#118913)Mark Shannon2024-05-101-6/+8
* gh-118771: Ensure names defined in optimizer.h start with Py/_Py (GH-118825)Petr Viktorin2024-05-102-35/+35
* gh-118895: Call PyType_Ready() on typing.NoDefault (#118897)Jelle Zijlstra2024-05-101-0/+1
* gh-117657: Fix QSBR race condition (#118843)Alex Turner2024-05-101-1/+1
* gh-118789: Restore hidden `_PyWeakref_ClearRef` (#118797)Sam Gross2024-05-102-2/+2
* Revert "gh-115432: Add critical section variant that handles a NULL object (#...Sam Gross2024-05-091-29/+0
* gh-116984: Make mimalloc header includes relative to the current file (#118808)Sam Gross2024-05-093-6/+6
* gh-117657: Fix data races when writing / reading `ob_gc_bits` (#118292)mpage2024-05-082-12/+44
* Python 3.14.0a0Thomas Wouters2024-05-081-4/+4
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-081-3/+3
* gh-116322: Enable the GIL while loading C extension modules (#118560)Brett Simmers2024-05-073-3/+73
* gh-112075: use per-thread dict version pool (#118676)Dino Viehland2024-05-072-2/+20
* gh-118527: Intern code consts in free-threaded build (#118667)Sam Gross2024-05-073-0/+14
* gh-112075: Fix race in constructing dict for instance (#118499)Dino Viehland2024-05-061-1/+1
* GH-115709: Invalidate executors when a local variable is changed via frame.f_...Mark Shannon2024-05-061-3/+9
* gh-118362: Fix thread safety around lookups from the type cache in the face o...Dino Viehland2024-05-067-0/+33
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-061-1/+1
* gh-118465: Add __firstlineno__ attribute to class (GH-118475)Serhiy Storchaka2024-05-064-0/+6
* gh-117549: Don't use designated initializers in headers (#118580)Guido van Rossum2024-05-051-2/+7
* gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)Victor Stinner2024-05-051-26/+2
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-052-0/+3
* gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)Davide Rizzo2024-05-041-5/+14
* gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)Eric Snow2024-05-041-1/+11
* gh-117139: Fix missing semicolon (GH-118573)Ken Jin2024-05-041-1/+1
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-044-8/+17
* GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...Mark Shannon2024-05-045-194/+245
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-044-32/+269
* GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)Mark Shannon2024-05-042-24/+19
* gh-117657: Disable the function/code cache in free-threaded builds (#118301)mpage2024-05-031-0/+7
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-032-1/+18
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-034-9/+17
* gh-116738: Make `_codecs` module thread-safe (#117530)Brett Simmers2024-05-022-4/+33
* gh-117657: Fix TSAN list set failure (#118260)Dino Viehland2024-05-021-0/+4
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-024-1/+22
* GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-...Mark Shannon2024-05-024-112/+107
* gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery ...Eric Snow2024-05-011-1/+31
* GH-118095: Make sure that progress is made if there are pending calls being h...Mark Shannon2024-05-011-1/+1
* gh-110850: Add PyTime_TimeRaw() function (#118394)Victor Stinner2024-05-011-0/+4
* GH-115802: Use the GHC calling convention in JIT code (GH-118287)Brandt Bucher2024-05-011-0/+1
* gh-116767: fix crash on 'async with' with many context managers (GH-118348)Irit Katriel2024-05-011-1/+1
* GH-118095: Make invalidating and clearing executors memory safe (GH-118459)Mark Shannon2024-05-011-1/+2
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-012-3/+3
* gh-117139: Add header for tagged pointers (GH-118330)Ken Jin2024-04-301-0/+195
* gh-118422: Fix run_fileexflags() test (#118429)Victor Stinner2024-04-301-0/+3
* gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)Victor Stinner2024-04-301-16/+33
* [gh-117657] Fix some issues with TSAN in typeobject (#118249)Dino Viehland2024-04-301-0/+8
* gh-118332: Fix deadlock involving stop the world (#118412)Sam Gross2024-04-301-2/+4
* gh-117657: Fix small issues with instrumentation and TSAN (#118064)Dino Viehland2024-04-301-2/+9
* gh-118272: Clear generator frame's locals when the generator is closed (#118277)Irit Katriel2024-04-301-0/+3
* GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)Mark Shannon2024-04-303-0/+6