summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a1v3.15.0a1Hugo van Kemenade2025-10-141-2/+2
* gh-125996: fix thread safety of `collections.OrderedDict` (#133734)Kumar Aditya2025-10-131-0/+6
* gh-112075: Remove _PyObject_SetManagedDict() function (#139737)Victor Stinner2025-10-122-2/+2
* gh-111489: Remove _PyTuple_FromArray() alias (#139973)Victor Stinner2025-10-111-3/+0
* gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function wat...Dino Viehland2025-10-101-1/+2
* gh-139353: Add Objects/unicode_format.c file (#139491)Victor Stinner2025-10-101-0/+26
* gh-111489: Add PyTuple_FromArray() function (#139691)Victor Stinner2025-10-102-1/+7
* gh-70030: Remove _PyCode_ConstantKey() function (#139735)Victor Stinner2025-10-082-9/+9
* gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)Victor Stinner2025-10-081-15/+38
* gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)Victor Stinner2025-10-082-4/+4
* gh-79315: Add Include/cpython/structseq.h header (#139730)Victor Stinner2025-10-072-9/+15
* gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)Victor Stinner2025-10-075-40/+29
* gh-79315: Add Include/cpython/sliceobject.h header (#139729)Victor Stinner2025-10-072-19/+26
* gh-79315: Add Include/cpython/marshal.h header (#139725)Victor Stinner2025-10-072-18/+22
* gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)Sergey Miryanov2025-10-032-5/+3
* gh-90949: expose Expat API to tune exponential expansion protections (#139368)Bénédikt Tran2025-09-281-0/+5
* gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (#...Bénédikt Tran2025-09-261-0/+5
* gh-133059: Increase the small positive integer cache to 1024 (GH-133160)dgpb2025-09-243-1/+1537
* gh-139156: Optimize the UTF-7 encoder (#139253)Victor Stinner2025-09-241-2/+0
* gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)Victor Stinner2025-09-241-0/+20
* gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)Bénédikt Tran2025-09-242-18/+0
* gh-133171: Re-enable JUMP_BACKWARD to free-threading build (gh-137800)Donghee Na2025-09-241-0/+6
* gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)Victor Stinner2025-09-231-87/+4
* gh-138709: Implement CPU time profiling in profiling.sample (#138710)Pablo Galindo Salgado2025-09-194-0/+7
* gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)Peter Bierma2025-09-181-0/+1
* GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)Mark Shannon2025-09-183-213/+214
* GH-138355: Remove trash_delete_later from _gc_runtime_state (#138767)Sergey Miryanov2025-09-172-6/+5
* gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)Donghee Na2025-09-173-29/+49
* GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)Adam Turner2025-09-174-0/+49
* gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (...Dino Viehland2025-09-178-32/+38
* gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten ...Hood Chatham2025-09-171-6/+0
* gh-71679: Share the repr implementation between bytes and bytearray (GH-138181)Serhiy Storchaka2025-09-171-0/+3
* gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)Sam Gross2025-09-161-3/+1
* gh-129813, PEP 782: Add PyBytesWriter.overallocate (#138941)Victor Stinner2025-09-151-0/+9
* gh-137956: Guard against non-free-threaded extensions in free-threaded builds...Petr Viktorin2025-09-151-0/+3
* gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FormatEx() (#138839)Victor Stinner2025-09-151-1/+1
* gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)Pablo Galindo Salgado2025-09-151-0/+1
* gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)sobolevn2025-09-151-2/+0
* gh-138661: fix data race in `PyCode_Addr2Line` (#138664)Kumar Aditya2025-09-121-0/+2
* gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)Victor Stinner2025-09-121-0/+4
* gh-129813, PEP 782: Add PyBytesWriter C API (#138822)Victor Stinner2025-09-123-0/+45
* gh-138349: Fix crash when combining module-level annotation and listcomp (#13...Jelle Zijlstra2025-09-101-1/+3
* gh-136006: fix `Py_NAN` expansion on Solaris systems (#136575)Bénédikt Tran2025-09-101-1/+16
* gh-133143: Use _Py_ID for the other literals in sys (GH-138698)Petr Viktorin2025-09-094-0/+14
* gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh...Donghee Na2025-09-091-1/+1
* gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)Adam Turner2025-09-084-0/+14
* gh-137210: Move PYTHON_API_VERSION & PYTHON_ABI_VERSION to patchlevel.h (GH-1...Petr Viktorin2025-09-082-53/+16
* gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-...Petr Viktorin2025-09-054-1/+88
* gh-138431: JIT Optimizer --- Fix round-tripping references for str and tuple ...Ken Jin2025-09-031-0/+6
* gh-137136: Suppress build warnings when build on Windows with --experimental-...AN Long2025-09-031-2/+2