summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* gh-115999: Specialize loading attributes from modules in free-threaded builds...mpage2024-12-133-78/+83
* gh-102471, PEP 757: Add PyLong import and export API (#121339)Victor Stinner2024-12-131-0/+38
* GH-126833: Dumps graphviz representation of executor graph. (GH-126880)Mark Shannon2024-12-135-0/+12
* gh-126868: Add freelist for compact int objects (GH-126865)Pieter Eendebak2024-12-132-0/+4
* GH-125174: Don't use `UINT32_MAX` in header file (GH-127863)Mark Shannon2024-12-131-1/+1
* gh-127879: Fix data race in `_PyFreeList_Push` (#127880)Sam Gross2024-12-121-1/+1
* GH-125174: Fix compiler warning (GH-127860)Mark Shannon2024-12-121-1/+1
* GH-125174: Mark objects as statically allocated. (#127797)Mark Shannon2024-12-113-11/+61
* GH-127058: Make `PySequence_Tuple` safer and probably faster. (#127758)Mark Shannon2024-12-111-1/+1
* gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)Peter Bierma2024-12-111-1/+0
* Add `extern "C"` around `PyTraceMalloc_` functions. (#127772)Peter Hawkins2024-12-111-0/+6
* gh-126925: Modify how iOS test results are gathered (#127592)Russell Keith-Magee2024-12-091-0/+3
* gh-127314: Don't mention the GIL when calling without a thread state on the f...Peter Bierma2024-12-061-0/+8
* gh-127582: Make object resurrection thread-safe for free threading. (GH-127612)Sam Gross2024-12-051-0/+44
* GH-126795: Increase the JIT side-exit threshold from 64 to 4096 (GH-127155)Brandt Bucher2024-12-041-4/+3
* gh-115999: Enable specialization of `CALL` instructions in free-threaded buil...mpage2024-12-031-0/+14
* gh-127271: Replace use of PyCell_GET/SET (gh-127272)Neil Schemenauer2024-12-032-2/+8
* gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensio...Daniele Parmeggiani2024-12-035-1/+419
* gh-127411: Fix invalid conversion of load of TLBC array when compiled in C++ ...mpage2024-12-022-2/+9
* gh-115999: Use light-weight lock for UNPACK_SEQUENCE_LIST (gh-127514)Donghee Na2024-12-022-2/+2
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-12-025-4/+16
* gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)Donghee Na2024-12-023-2/+5
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-262-0/+8
* gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)Jelle Zijlstra2024-11-261-0/+7
* gh-126612: Include stack effects of uops when computing maximum stack depth (...mpage2024-11-261-0/+925
* gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024)Sam Gross2024-11-221-4/+10
* gh-115999: Add free-threaded specialization for `UNPACK_SEQUENCE` (#126600)Kirill Podoprigora2024-11-222-2/+2
* gh-127117: Ensure the Correct Last Fields of PyInterpreterState and of _PyRun...Eric Snow2024-11-222-7/+10
* Improve comment for co_nlocalsplus (#126993)Jacob Bower2024-11-211-1/+2
* gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616)Donghee Na2024-11-211-0/+10
* gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)mpage2024-11-212-0/+26
* gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)Eric Snow2024-11-211-0/+9
* gh-124470: Fix crash when reading from object instance dictionary while repla...Dino Viehland2024-11-212-19/+15
* gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)Victor Stinner2024-11-214-0/+7
* gh-112136: Remove unused #include "pycore_lock.h" (#127093)Victor Stinner2024-11-211-2/+0
* GH-127010: Don't lazily track and untrack dicts (GH-127027)Mark Shannon2024-11-201-2/+0
* Merge remote-tracking branch 'upstream/main'Hugo van Kemenade2024-11-192-1/+6
|\
| * gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterSt...Eric Snow2024-11-192-1/+6
* | Post 3.14.0a2Hugo van Kemenade2024-11-191-1/+1
* | Python 3.14.0a2v3.14.0a2Hugo van Kemenade2024-11-191-2/+2
|/
* gh-126076: Account for relocated objects in tracemalloc (#126077)Pablo Galindo Salgado2024-11-191-5/+9
* Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...Hugo van Kemenade2024-11-196-17/+6
* gh-126986: Drop _PyInterpreterState_FailIfNotRunning() (gh-126988)Eric Snow2024-11-191-1/+1
* GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816)Brandt Bucher2024-11-181-4/+3
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-11-186-6/+17
* gh-125063: marshal: Add version 5, improve documentation (GH-126829)Petr Viktorin2024-11-151-1/+1
* gh-123619: Add an unstable C API function for enabling deferred reference cou...Peter Bierma2024-11-131-0/+7
* gh-126688: Reinit import lock after fork (#126692)Sam Gross2024-11-121-0/+1
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)Eric Snow2024-11-122-6/+36
* gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)RUANG (James Roy)2024-11-121-0/+18