summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)Victor Stinner2023-11-011-4/+4
* gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)Serhiy Storchaka2023-10-311-0/+2
* gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)Victor Stinner2023-10-311-3/+0
* GH-111485: Remove some special cases from the code generator and bytecodes.c ...Mark Shannon2023-10-311-17/+19
* GH-111485: Increment `next_instr` consistently at the start of the instructio...Mark Shannon2023-10-311-5/+6
* gh-109329: Count tier2 opcode misses (#110561)Michael Droettboom2023-10-312-2/+3
* gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)Eric Snow2023-10-305-109/+141
* gh-90815: Fix mimalloc atomic.h on Windows arm64 (#111527)Victor Stinner2023-10-301-1/+1
* gh-110481: Fix _Py_ThreadId for non-free-threaded mode (gh-111503)Donghee Na2023-10-301-3/+1
* gh-110481: Implement biased reference counting (gh-110764)Sam Gross2023-10-304-16/+280
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-309-2/+3095
* gh-106168: Check allocated instead of size index bounds in PyList_SET_ITEM() ...scoder2023-10-301-1/+1
* GH-111339: Fix initialization and finalization of static optimizer types (GH-...Savannah Ostrowski2023-10-291-0/+5
* gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...gsallam2023-10-273-3/+5
* gh-111354: define names for RESUME oparg values (#111365)Irit Katriel2023-10-261-0/+6
* gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)Irit Katriel2023-10-264-26/+16
* gh-67224: Show source lines in tracebacks when using the -c option when runni...Pablo Galindo Salgado2023-10-261-0/+3
* gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)scoder2023-10-254-49/+43
* GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)Brandt Bucher2023-10-241-2/+2
* gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-1...Radislav Chugunov2023-10-231-0/+1
* GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...Mark Shannon2023-10-232-0/+27
* gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)Victor Stinner2023-10-202-14/+11
* gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)Victor Stinner2023-10-202-21/+19
* gh-76785: Clean Up the Channels Module (gh-110568)Eric Snow2023-10-171-1/+1
* gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)Eric Snow2023-10-171-0/+6
* gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)Eric Snow2023-10-171-0/+15
* gh-109693: Remove pycore_atomic.h (gh-110992)Donghee Na2023-10-173-557/+4
* gh-85283: Add PySys_Audit() to the limited C API (#108571)Victor Stinner2023-10-172-14/+20
* gh-85283: Build winsound extension with limited C API (#110978)Victor Stinner2023-10-174-18/+0
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-173-79/+92
* gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969)Victor Stinner2023-10-171-2/+4
* gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)Victor Stinner2023-10-172-6/+11
* gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)Donghee Na2023-10-165-2/+58
* gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)Lysandros Nikolaou2023-10-161-18/+19
* gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)Ɓukasz Langa2023-10-141-0/+6
* gh-109693: Update pyruntimestate._finalizing to use pyatomic.h (gh-110837)Donghee Na2023-10-131-4/+3
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2023-10-132-1/+12
|\
| * gh-110805: Allow the repl to show source code and complete tracebacks (#110775)Pablo Galindo Salgado2023-10-132-1/+12
* | Post 3.13.0a1Thomas Wouters2023-10-131-1/+1
* | Python 3.13.0a1v3.13.0a1Thomas Wouters2023-10-131-2/+2
|/
* gh-109693: Update _gil_runtime_state.last_holder to use pyatomic.h (#110605)Donghee Na2023-10-131-2/+2
* gh-110721: Use the traceback module for PyErr_Display() and fallback to the C...Pablo Galindo Salgado2023-10-121-3/+2
* gh-109094: remove redundant arg to _PyFrame_PushTrampolineUnchecked (GH-110759)Irit Katriel2023-10-121-2/+2
* GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-...Mark Shannon2023-10-121-4/+4
* gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725)Victor Stinner2023-10-111-4/+9
* gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...Serhiy Storchaka2023-10-111-0/+9
* gh-109693: Update pycore_interp.h to use pyatomic.h (#110604)Donghee Na2023-10-101-4/+3
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-101-0/+2
* gh-109693: Use pyatomic.h for signal module (gh-110480)Donghee Na2023-10-091-9/+7
* gh-76785: Add SendChannel.send_buffer() (#110246)Eric Snow2023-10-094-2/+39