summaryrefslogtreecommitdiffstats
path: root/Include/cpython
Commit message (Expand)AuthorAgeFilesLines
* gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)Victor Stinner2024-09-041-0/+4
* gh-107954, PEP 741: Add PyInitConfig C API (#123502)Victor Stinner2024-09-031-0/+41
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-021-0/+8
* gh-122854: Add Py_HashBuffer() function (#122855)Victor Stinner2024-08-301-0/+2
* gh-121645: Add PyBytes_Join() function (#121646)Victor Stinner2024-08-301-3/+4
* gh-121485: Always use 64-bit integers for integers bits count (GH-121486)Serhiy Storchaka2024-08-301-2/+2
* gh-122417: Implement per-thread heap type refcounts (#122418)Sam Gross2024-08-061-0/+3
* gh-120593: Make _PyLong_CompactValue() parameter const again (#122367)Victor Stinner2024-07-281-4/+4
* gh-121489: Export private _PyBytes_Join() again (#122267)Marc Mueller2024-07-251-0/+4
* gh-120973: Fix thread-safety issues with `threading.local` (#121655)mpage2024-07-191-0/+8
* gh-121621: Move asyncio_running_loop to private struct (#121939)Sam Gross2024-07-171-2/+0
* GH-121583: Remove dependency from pystats.h to internal header file (GH-121587)Michael Droettboom2024-07-161-5/+5
* gh-121621: Move asyncio running loop to thread state (GH-121695)Ken Jin2024-07-161-0/+2
* gh-120642: Move _PyCode_CODE() to the internal C API (#121644)Victor Stinner2024-07-131-3/+0
* gh-89364: Export PySignal_SetWakeupFd() function (#121537)Victor Stinner2024-07-101-1/+1
* gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)Sam Gross2024-07-084-0/+26
* gh-112136: Restore removed _PyArg_Parser (#121262)Victor Stinner2024-07-031-0/+26
* gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)Steve Dower2024-06-281-2/+5
* gh-120593: Fix const qualifier in _PyLong_CompactValue() (#121053)Victor Stinner2024-06-261-2/+2
* gh-120593: Fix const qualifier in pyatomic.h (#121055)Victor Stinner2024-06-261-4/+4
* gh-120642: Move private PyCode APIs to the internal C API (#120643)Victor Stinner2024-06-262-187/+0
* gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)Eric Snow2024-06-251-4/+5
* gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)Victor Stinner2024-06-241-0/+4
* gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)Irit Katriel2024-06-241-30/+3
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-211-0/+134
* gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)Victor Stinner2024-06-211-0/+10
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-202-1/+64
* gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)Sam Gross2024-06-181-0/+2
* gh-119182: Add PyUnicodeWriter C API (#119184)Victor Stinner2024-06-171-2/+35
* gh-83754: Use the Py_TYPE() macro (#120599)Victor Stinner2024-06-171-2/+2
* Fix typos in comments (#120188)Xie Yanbo2024-06-072-2/+2
* gh-116560: Add PyLong_GetSign() public function (#116561)Sergey B Kirpichev2024-06-031-3/+7
* gh-112026: Deprecate _PyDict_GetItemStringWithError() function (#119855)Victor Stinner2024-06-031-1/+2
* gh-119336: Restore removed _PyLong_NumBits() function (#119418)Ethan Smith2024-05-301-0/+9
* gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds...Brett Simmers2024-05-231-1/+3
* gh-119180: PEP 649: Add __annotate__ attributes (#119209)Jelle Zijlstra2024-05-221-0/+1
* gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...Irit Katriel2024-05-211-3/+3
* gh-111389: Add PyHASH_MULTIPLIER constant (#119214)Victor Stinner2024-05-211-2/+3
* gh-118771: Ensure names defined in optimizer.h start with Py/_Py (GH-118825)Petr Viktorin2024-05-101-35/+6
* gh-118789: Restore hidden `_PyWeakref_ClearRef` (#118797)Sam Gross2024-05-101-0/+2
* gh-112075: use per-thread dict version pool (#118676)Dino Viehland2024-05-071-0/+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-065-0/+29
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-042-0/+8
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-0/+250
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-021-0/+10
* GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-...Mark Shannon2024-05-021-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