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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-132108: Add Buffer Protocol support to int.from_bytes to improve performan...
Cody Maloney
3 days
1
-8/+27
*
gh-143189: fix insertdict() for non-Unicode key (#143285)
Inada Naoki
4 days
1
-2/+5
*
gh-128335: Make slice generic at runtime (#128336)
James Hilton-Balfe
5 days
1
-0/+1
*
Remove outdated comment about `excess_args` warning in `object.__init__` (#14...
Manuel Jacob
5 days
1
-6/+0
*
gh-143006: Fix and optimize mixed comparison of float and int (GH-143084)
Serhiy Storchaka
7 days
1
-47/+32
*
gh-120321: Make gen.gi_frame.clear() thread-safe (gh-143112)
Sam Gross
8 days
2
-20/+38
*
gh-143089: Fix ParamSpec default examples to use list instead of tuple (#143179)
VanshAgarwal24036
8 days
1
-2/+2
*
gh-132070: Fix PyObject_Realloc thread-safety in free threaded Python (gh-143...
Sam Gross
10 days
1
-1/+38
*
gh-129824: Fix data race in _PyBuiltins_AddExceptions with subinterpreters (g...
Sam Gross
10 days
1
-23/+16
*
gh-41779: Allow defining any __slots__ for a class derived from tuple (GH-141...
Serhiy Storchaka
10 days
1
-3/+11
*
gh-143003: Fix possible shared buffer overflow in bytearray.extend() (GH-143086)
Serhiy Storchaka
2025-12-28
1
-2/+2
*
gh-142557: fix UAF in `bytearray.__mod__` when object is mutated while format...
Bénédikt Tran
2025-12-27
1
-1/+9
*
gh-142664: fix `PyObject_Hash` invokation post GH-143217 (#143223)
Bénédikt Tran
2025-12-27
1
-2/+2
*
gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` ...
Bénédikt Tran
2025-12-27
1
-3/+10
*
gh-143195: fix UAF in `{bytearray,memoryview}.hex(sep)` via re-entrant `sep._...
Bénédikt Tran
2025-12-27
2
-2/+14
*
Remove redundant pycore_optimizer.h includes (#143184)
Yongtao Huang
2025-12-26
1
-1/+0
*
gh-120321: Fix TSan reported races on gi_frame_state (gh-143128)
Sam Gross
2025-12-24
1
-1/+1
*
gh-143100: Fix memcpy data race in setobject.c (gh-143127)
Sam Gross
2025-12-24
1
-0/+16
*
GH-139922: Tail calling for MSVC (VS 2026) (GH-143068)
Chris Eibl
2025-12-22
1
-0/+8
*
gh-129069: fix more thread safety issues in `list` (#143019)
Kumar Aditya
2025-12-22
1
-5/+5
*
gh-120321: Avoid `-Wunreachable-code` warning on Clang (gh-143022)
Sam Gross
2025-12-20
1
-1/+2
*
gh-129069: Fix listobject.c data races due to memmove (gh-142957)
Sam Gross
2025-12-19
1
-41/+62
*
gh-120321: Fix TSan reported race in gen_clear_frame (gh-142995)
Sam Gross
2025-12-19
1
-1/+1
*
gh-120321: Make gi_frame_state transitions atomic in FT build (gh-142599)
Sam Gross
2025-12-19
1
-235/+283
*
gh-142560: prevent use-after-free in search-like methods by exporting buffer ...
wangxiaolei
2025-12-19
1
-42/+71
*
gh-129068: Make range iterators thread-safe (gh-142886)
Sam Gross
2025-12-18
2
-32/+249
*
gh-142890: remove unnecessary interp parameter from dict functions and `_PyDi...
Kumar Aditya
2025-12-18
1
-63/+42
*
gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
Donghee Na
2025-12-18
1
-1/+1
*
gh-142766: Clear frame when `generator.close()` is called (gh-142838)
Sam Gross
2025-12-17
1
-0/+1
*
gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)
Bartosz Sławecki
2025-12-15
1
-0/+1
*
gh-134584: Remove custom float decref ops (GH-142576)
Ken Jin
2025-12-15
1
-7/+0
*
gh-142472: Clean-up _PyStackRef functions (gh-142479)
Sam Gross
2025-12-15
1
-1/+1
*
gh-139871: Optimize bytearray construction with encoding (#142243)
Cody Maloney
2025-12-15
1
-1/+16
*
gh-132657: Use stronger memory ordering for so->mask. (gh-142735)
Neil Schemenauer
2025-12-15
1
-5/+5
*
gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (#142673)
Bénédikt Tran
2025-12-14
1
-2/+2
*
gh-132657: Add lock-free set contains implementation (#132290)
Neil Schemenauer
2025-12-13
2
-116/+317
*
gh-142217: Deprecate the private _Py_Identifier C API (#142221)
Victor Stinner
2025-12-12
2
-0/+6
*
gh-142534: Avoid TSan warnings in dictobject.c (gh-142544)
Sam Gross
2025-12-11
1
-6/+6
*
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)
Sam Gross
2025-12-11
1
-2/+6
*
gh-123241: Don't modify ref count during visitation (GH-142232)
Dino Viehland
2025-12-11
1
-13/+29
*
gh-142433: Move deref to below the error when checking for laststring (#142402)
AZero13
2025-12-10
1
-1/+2
*
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na
2025-12-08
1
-0/+2
*
gh-141732: Fix `ExceptionGroup` repr changing when original exception sequenc...
dr-carlos
2025-12-07
1
-11/+76
*
gh-142218: Fix split table dictionary crash (gh-142229)
Sam Gross
2025-12-03
1
-3/+7
*
gh-142038: Expand guard for types_world_is_stopped() to fix debug builds with...
Uwe L. Korn
2025-12-03
1
-1/+1
*
gh-142217: Remove internal _Py_Identifier functions (#142219)
Victor Stinner
2025-12-03
4
-116/+0
*
gh-139165: Make Py_SIZE, Py_IS_TYPE,Py_ SET_SIZE regular functions in stable ...
Petr Viktorin
2025-11-25
1
-18/+13
*
gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
Petr Viktorin
2025-11-24
1
-0/+17
*
gh-139871: Optimize small takes in bytearray.take_bytes (GH-141741)
Cody Maloney
2025-11-20
1
-1/+13
*
gh-41779: Allow defining the __dict__ and __weakref__ __slots__ for any class...
Serhiy Storchaka
2025-11-19
1
-13/+16
[next]