summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* GH-118093: Add tier two support to several instructions (GH-121884)Brandt Bucher2024-07-184-26/+61
* GH-120024: Use pointer for stack pointer (GH-121923)Mark Shannon2024-07-181-20/+25
* gh-121621: Move asyncio_running_loop to private struct (#121939)Sam Gross2024-07-172-2/+2
* gh-121528: Fix _PyObject_Init() assertion for stable ABI (#121725)Victor Stinner2024-07-171-2/+26
* GH-121583: Remove dependency from pystats.h to internal header file (GH-121587)Michael Droettboom2024-07-161-5/+5
* gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)Tian Gao2024-07-161-0/+4
* gh-121621: Move asyncio running loop to thread state (GH-121695)Ken Jin2024-07-165-7/+2
* gh-121546: Disable contextvar caching on free-threading build (GH-121740)Ken Jin2024-07-151-0/+2
* gh-121700 Emscripten trampolines not quite right since #106219 (GH-121701)Hood Chatham2024-07-141-7/+1
* gh-120642: Move _PyCode_CODE() to the internal C API (#121644)Victor Stinner2024-07-132-3/+3
* gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)Eric Snow2024-07-111-0/+1
* gh-121554: remove unnecessary internal functions in compile.c (#121555)Irit Katriel2024-07-101-9/+0
* gh-119786: fix broken links in docs and comment (#121601)Irit Katriel2024-07-101-1/+1
* gh-120198: Stop the world when setting __class__ on free-threaded build (GH-1...Ken Jin2024-07-102-8/+2
* 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-085-4/+30
* gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488)Marc Mueller2024-07-081-2/+6
* gh-106597: Remove unnecessary CFrame offsets (#121369)Gabriele N. Tornetta2024-07-041-7/+0
* gh-121352: use _Py_SourceLocation in symtable (#121353)Irit Katriel2024-07-041-6/+1
* gh-112136: Restore removed _PyArg_Parser (#121262)Victor Stinner2024-07-034-24/+32
* gh-121263: Macro-ify most stackref functions for MSVC (GH-121270)Ken Jin2024-07-031-58/+30
* gh-106597: Add more offsets to _Py_DebugOffsets (#121311)Gabriele N. Tornetta2024-07-032-0/+18
* gh-115773: Add sizes to debug offset structure (#120112)Pablo Galindo Salgado2024-07-022-0/+19
* gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)Sam Gross2024-07-022-1/+2
* GH-116017: Get rid of _COLD_EXITs (GH-120960)Brandt Bucher2024-07-015-141/+122
* gh-117657: Fix data races reported by TSAN in some set methods (#120914)AN Long2024-07-011-0/+14
* gh-113565: Improve and harden detection of curses dependencies (#119816)Erlend E. Aasland2024-07-011-5/+13
* gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178)Yureka2024-06-301-7/+3
* gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)Steve Dower2024-06-281-2/+5
* Check for compiler warnings in test_cext on Windows (#121088)Victor Stinner2024-06-281-1/+2
* gh-120686: remove unused internal c api functions (#120687)Irit Katriel2024-06-274-23/+0
* gh-121040: Use __attribute__((fallthrough)) (#121044)Victor Stinner2024-06-272-14/+36
* gh-117139: Convert the evaluation stack to stack refs (#118450)Ken Jin2024-06-268-154/+253
* gh-120593: Fix const qualifier in _PyLong_CompactValue() (#121053)Victor Stinner2024-06-262-4/+4
* 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-267-190/+182
* gh-107803: fix thread safety issue in double linked list implementation (#12...Kumar Aditya2024-06-261-2/+2
* gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)Eric Snow2024-06-253-12/+10
* gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)Victor Stinner2024-06-241-0/+4
* gh-119521: Use `PyAPI_DATA`, not `extern`, for `_PyExc_IncompleteInputError` ...Petr Viktorin2024-06-241-1/+2
* gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...Pablo Galindo Salgado2024-06-242-1/+4
* gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)Irit Katriel2024-06-244-40/+47
* GH-107803: double linked list implementation for asyncio tasks (GH-107804)Kumar Aditya2024-06-224-0/+7
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-214-150/+219
* gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)Victor Stinner2024-06-211-0/+10
* gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...Petr Viktorin2024-06-215-818/+1549
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-208-75/+89
* Fix typos in comments (#120481)Xie Yanbo2024-06-202-2/+2
* GH-119462: Enforce invariants of type versioning (GH-120731)Mark Shannon2024-06-191-1/+1
* gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)Victor Stinner2024-06-181-9/+19