index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.15.0a1
v3.15.0a1
Hugo van Kemenade
2025-10-14
1
-2/+2
*
gh-125996: fix thread safety of `collections.OrderedDict` (#133734)
Kumar Aditya
2025-10-13
1
-0/+6
*
gh-112075: Remove _PyObject_SetManagedDict() function (#139737)
Victor Stinner
2025-10-12
2
-2/+2
*
gh-111489: Remove _PyTuple_FromArray() alias (#139973)
Victor Stinner
2025-10-11
1
-3/+0
*
gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function wat...
Dino Viehland
2025-10-10
1
-1/+2
*
gh-139353: Add Objects/unicode_format.c file (#139491)
Victor Stinner
2025-10-10
1
-0/+26
*
gh-111489: Add PyTuple_FromArray() function (#139691)
Victor Stinner
2025-10-10
2
-1/+7
*
gh-70030: Remove _PyCode_ConstantKey() function (#139735)
Victor Stinner
2025-10-08
2
-9/+9
*
gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)
Victor Stinner
2025-10-08
1
-15/+38
*
gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)
Victor Stinner
2025-10-08
2
-4/+4
*
gh-79315: Add Include/cpython/structseq.h header (#139730)
Victor Stinner
2025-10-07
2
-9/+15
*
gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)
Victor Stinner
2025-10-07
5
-40/+29
*
gh-79315: Add Include/cpython/sliceobject.h header (#139729)
Victor Stinner
2025-10-07
2
-19/+26
*
gh-79315: Add Include/cpython/marshal.h header (#139725)
Victor Stinner
2025-10-07
2
-18/+22
*
gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)
Sergey Miryanov
2025-10-03
2
-5/+3
*
gh-90949: expose Expat API to tune exponential expansion protections (#139368)
Bénédikt Tran
2025-09-28
1
-0/+5
*
gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (#...
Bénédikt Tran
2025-09-26
1
-0/+5
*
gh-133059: Increase the small positive integer cache to 1024 (GH-133160)
dgpb
2025-09-24
3
-1/+1537
*
gh-139156: Optimize the UTF-7 encoder (#139253)
Victor Stinner
2025-09-24
1
-2/+0
*
gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)
Victor Stinner
2025-09-24
1
-0/+20
*
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
Bénédikt Tran
2025-09-24
2
-18/+0
*
gh-133171: Re-enable JUMP_BACKWARD to free-threading build (gh-137800)
Donghee Na
2025-09-24
1
-0/+6
*
gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)
Victor Stinner
2025-09-23
1
-87/+4
*
gh-138709: Implement CPU time profiling in profiling.sample (#138710)
Pablo Galindo Salgado
2025-09-19
4
-0/+7
*
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
Peter Bierma
2025-09-18
1
-0/+1
*
GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
Mark Shannon
2025-09-18
3
-213/+214
*
GH-138355: Remove trash_delete_later from _gc_runtime_state (#138767)
Sergey Miryanov
2025-09-17
2
-6/+5
*
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
Donghee Na
2025-09-17
3
-29/+49
*
GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)
Adam Turner
2025-09-17
4
-0/+49
*
gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (...
Dino Viehland
2025-09-17
8
-32/+38
*
gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten ...
Hood Chatham
2025-09-17
1
-6/+0
*
gh-71679: Share the repr implementation between bytes and bytearray (GH-138181)
Serhiy Storchaka
2025-09-17
1
-0/+3
*
gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)
Sam Gross
2025-09-16
1
-3/+1
*
gh-129813, PEP 782: Add PyBytesWriter.overallocate (#138941)
Victor Stinner
2025-09-15
1
-0/+9
*
gh-137956: Guard against non-free-threaded extensions in free-threaded builds...
Petr Viktorin
2025-09-15
1
-0/+3
*
gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FormatEx() (#138839)
Victor Stinner
2025-09-15
1
-1/+1
*
gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)
Pablo Galindo Salgado
2025-09-15
1
-0/+1
*
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
sobolevn
2025-09-15
1
-2/+0
*
gh-138661: fix data race in `PyCode_Addr2Line` (#138664)
Kumar Aditya
2025-09-12
1
-0/+2
*
gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)
Victor Stinner
2025-09-12
1
-0/+4
*
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
Victor Stinner
2025-09-12
3
-0/+45
*
gh-138349: Fix crash when combining module-level annotation and listcomp (#13...
Jelle Zijlstra
2025-09-10
1
-1/+3
*
gh-136006: fix `Py_NAN` expansion on Solaris systems (#136575)
Bénédikt Tran
2025-09-10
1
-1/+16
*
gh-133143: Use _Py_ID for the other literals in sys (GH-138698)
Petr Viktorin
2025-09-09
4
-0/+14
*
gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh...
Donghee Na
2025-09-09
1
-1/+1
*
gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)
Adam Turner
2025-09-08
4
-0/+14
*
gh-137210: Move PYTHON_API_VERSION & PYTHON_ABI_VERSION to patchlevel.h (GH-1...
Petr Viktorin
2025-09-08
2
-53/+16
*
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-...
Petr Viktorin
2025-09-05
4
-1/+88
*
gh-138431: JIT Optimizer --- Fix round-tripping references for str and tuple ...
Ken Jin
2025-09-03
1
-0/+6
*
gh-137136: Suppress build warnings when build on Windows with --experimental-...
AN Long
2025-09-03
1
-2/+2
[next]