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-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)
Bartosz Sławecki
11 days
1
-0/+1
*
gh-134584: Remove custom float decref ops (GH-142576)
Ken Jin
11 days
1
-7/+0
*
gh-142472: Clean-up _PyStackRef functions (gh-142479)
Sam Gross
11 days
1
-1/+1
*
gh-139871: Optimize bytearray construction with encoding (#142243)
Cody Maloney
11 days
1
-1/+16
*
gh-132657: Use stronger memory ordering for so->mask. (gh-142735)
Neil Schemenauer
12 days
1
-5/+5
*
gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (#142673)
Bénédikt Tran
12 days
1
-2/+2
*
gh-132657: Add lock-free set contains implementation (#132290)
Neil Schemenauer
13 days
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
*
gh-139103: fix free-threading `dataclass.__init__` perf issue (gh-141596)
Edward Xu
2025-11-19
1
-0/+12
*
gh-141070: Add PyUnstable_Object_Dump() function (#141072)
Victor Stinner
2025-11-18
2
-3/+4
*
GH-141312: Allow only integers to longrangeiter_setstate state (GH-141317)
Sergey Miryanov
2025-11-14
1
-0/+5
*
gh-131510: Use PyUnstable_Unicode_GET_CACHED_HASH() (GH-141520)
Victor Stinner
2025-11-14
2
-3/+2
*
gh-140550: Use a bool for the Py_mod_gil value (GH-141519)
Petr Viktorin
2025-11-14
1
-7/+8
*
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin
2025-11-13
3
-2/+11
*
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH...
Cody Maloney
2025-11-13
3
-85/+198
*
gh-141004: soft-deprecate Py_INFINITY macro (#141033)
Sergey B Kirpichev
2025-11-12
2
-5/+5
*
gh-141042: fix sNaN's packing for mixed floating-point formats (#141107)
Sergey B Kirpichev
2025-11-12
1
-4/+12
*
gh-140476: optimize `PySet_Add` for `frozenset` in free-threading (#140440)
Alper
2025-11-11
1
-9/+16
*
gh-132657: optimize `PySet_Contains` for `frozenset` (#141183)
Kumar Aditya
2025-11-11
1
-1/+3
*
gh-141376: Fix exported symbols (GH-141377)
Victor Stinner
2025-11-11
1
-8/+8
*
gh-111389: replace deprecated occurrences of `_PyHASH_*` macros (#141236)
Bénédikt Tran
2025-11-09
2
-20/+20
*
gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (#140957)
Stan Ulbrych
2025-11-06
1
-0/+1
*
gh-133467: Fix typeobject `tp_base` race in free threading (gh-140549)
Edward Xu
2025-11-05
1
-0/+10
*
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin
2025-11-05
2
-82/+301
*
gh-140815: Fix faulthandler for invalid/freed frame (#140921)
Victor Stinner
2025-11-04
1
-3/+20
*
gh-140348: Fix using | on unusual objects plus Unions (#140383)
Jelle Zijlstra
2025-11-03
1
-1/+16
*
gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED...
Sergey Miryanov
2025-11-02
1
-0/+14
*
gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767)
Mikhail Efimov
2025-10-31
1
-1/+2
*
gh-55531: Implement `normalize_encoding` in C (#136643)
Stan Ulbrych
2025-10-30
1
-7/+8
*
gh-139353: Add Objects/unicode_writer.c file (#139911)
Victor Stinner
2025-10-30
2
-638/+668
*
gh-129117: Add unicodedata.isxidstart() function (#140269)
Stan Ulbrych
2025-10-30
2
-0/+2
*
gh-140551: Fix `dict` crash if `clear` is called at `lookup` stage (#140558)
Mikhail Efimov
2025-10-29
1
-50/+32
*
Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (#140637)
Shamil
2025-10-27
1
-2/+0
*
gh-140544: use faster `_PyInterpreterState_GET` for type lock (#140584)
Kumar Aditya
2025-10-25
1
-1/+1
*
gh-140431: Fix GC crash due to partially initialized coroutines (gh-140470)
Sam Gross
2025-10-23
1
-0/+1
*
gh-132835: Add defensive NULL checks to MRO resolution (GH-134763)
Emma Smith
2025-10-21
1
-4/+10
*
GH-139951: Fix major GC performance regression (GH-140262)
Mark Shannon
2025-10-21
1
-4/+35
[next]