summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* gh-114626: Add again _PyCFunctionFastWithKeywords name (GH-115561)Victor Stinner2024-02-191-1/+1
* gh-111968: Split _Py_async_gen_asend_freelist out of _Py_async_gen_fr… (gh-...Donghee Na2024-02-171-4/+9
* gh-115103: Implement delayed memory reclamation (QSBR) (#115180)Sam Gross2024-02-168-2/+207
* gh-114271: Make `thread._rlock` thread-safe in free-threaded builds (#115102)mpage2024-02-164-0/+46
* gh-112529: Make the GC scheduling thread-safe (#114880)Sam Gross2024-02-162-0/+8
* gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objimpl.h (#1...Victor Stinner2024-02-162-19/+17
* gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)Donghee Na2024-02-161-8/+15
* gh-113743: Use per-interpreter locks for types (#115541)Dino Viehland2024-02-161-1/+1
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-02-1511-2/+100
|\
| * gh-113743: Make the MRO cache thread-safe in free-threaded builds (#113930)Dino Viehland2024-02-157-2/+65
| * gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)monkeyman1922024-02-154-0/+6
| * gh-115432: Add critical section variant that handles a NULL object (#115433)Sam Gross2024-02-151-0/+29
* | Post 3.13.0a4Thomas Wouters2024-02-151-1/+1
* | Python 3.13.0a4v3.13.0a4Thomas Wouters2024-02-151-2/+2
|/
* gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)David Hewitt2024-02-151-4/+11
* gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830)mpage2024-02-151-0/+2
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-141-0/+2
* gh-112529: Use _PyThread_Id() in mimalloc in free-threaded build (#115488)Sam Gross2024-02-142-4/+13
* gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046)mpage2024-02-141-0/+35
* gh-115441: Fix missing braces warning (#115460)Sam Gross2024-02-141-11/+0
* gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)Donghee Na2024-02-146-40/+34
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)Eric Snow2024-02-133-0/+42
* GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248)Mark Shannon2024-02-132-2/+5
* GH-113710: Backedge counter improvements. (GH-115166)Mark Shannon2024-02-132-5/+11
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-134-10/+20
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-134-0/+60
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-121-1/+35
* gh-114271: Make `PyInterpreterState.threads.count` thread-safe in free-thread...mpage2024-02-121-1/+1
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-123-48/+75
* GH-113710: Fix updating of dict version tag and add watched dict stats (GH-11...Mark Shannon2024-02-122-2/+6
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-121-1/+2
* gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g...Donghee Na2024-02-109-26/+10
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-095-0/+84
* gh-114828: parenthesize non-atomic macro definitions in pycore_symtable.h (#1...Carl Meyer2024-02-071-12/+12
* GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...Mark Shannon2024-02-073-34/+33
* gh-112075: Add critical sections for most dict APIs (#114508)Dino Viehland2024-02-061-0/+46
* gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)Sam Gross2024-02-062-6/+11
* gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)Sam Gross2024-02-061-0/+10
* gh-91602: Add iterdump() support for filtering database objects (#114501)Mariusz Felisiak2024-02-064-0/+6
* gh-112075: Add gc shared bits (#114931)Dino Viehland2024-02-051-0/+17
* GH-108362: Incremental GC implementation (GH-108038)Mark Shannon2024-02-053-33/+34
* GH-113462: Limit the number of versions that a single class can use. (GH-114900)Mark Shannon2024-02-051-0/+1
* gh-104530: Enable native Win32 condition variables by default (GH-104531)Andrew Rogers2024-02-021-5/+5
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-021-0/+1
* GH-113710: Add a "globals to constants" pass (GH-114592)Mark Shannon2024-02-028-9/+32
* GH-113655 Lower C recursion limit from 4000 to 3000 on Windows. (GH-114896)Mark Shannon2024-02-021-1/+1
* gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)Donghee Na2024-02-015-22/+17
* gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...Sam Gross2024-02-012-11/+21
* Fix comment in pycore_runtime.h (GH-110540)He Weidong2024-02-011-1/+1
* gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)Donghee Na2024-01-312-1/+6