summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)Sam Gross2024-06-182-1/+3
* GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...Mark Shannon2024-06-187-136/+148
* gh-119182: Add PyUnicodeWriter C API (#119184)Victor Stinner2024-06-171-2/+35
* gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...Bénédikt Tran2024-06-171-5/+26
* GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)Mark Shannon2024-06-173-35/+35
* gh-83754: Use the Py_TYPE() macro (#120599)Victor Stinner2024-06-172-6/+6
* gh-117657: Make PyType_HasFeature (exported version) atomic (#120484)Ken Jin2024-06-151-1/+5
* gh-120161: Fix a Crash in the _datetime Module (gh-120182)Eric Snow2024-06-141-9/+15
* gh-117657: Make PyType_HasFeature atomic (GH-120210)Ken Jin2024-06-132-1/+4
* gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...neonene2024-06-124-0/+6
* gh-120029: remove unused macros in ``symtable.c`` (#120222)Bénédikt Tran2024-06-121-4/+0
* gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)Ken Jin2024-06-122-1/+12
* gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...Bénédikt Tran2024-06-121-1/+1
* gh-120326: Include <intrin.h> on Windows with Free Threading (#120329)Kirill Podoprigora2024-06-111-0/+4
* gh-119180: PEP 649 compiler changes (#119361)Jelle Zijlstra2024-06-116-8/+10