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
*
[3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...
Pablo Galindo Salgado
2025-05-25
1
-0/+2
*
[3.14] gh-133778: Fix setting `__annotations__` under PEP 563 (GH-133794) (#1...
Miss Islington (bot)
2025-05-25
1
-9/+36
*
[3.14] gh-133980: use atomic store in `PyObject_GenericSetDict` (GH-133988) (...
Miss Islington (bot)
2025-05-21
1
-1/+7
*
[3.14] gh-134119: Fix crash from calling next() on exhausted template iterato...
Miss Islington (bot)
2025-05-17
1
-0/+3
*
[3.14] gh-133970: Make PEP750 types generic (GH-133976) (#134029)
Miss Islington (bot)
2025-05-15
2
-0/+4
*
[3.14] gh-132641: fix race in `lru_cache` under free-threading (GH-133787) (#...
Miss Islington (bot)
2025-05-14
1
-0/+5
*
[3.14] gh-133968: Add fast path to PyUnicodeWriter_WriteStr() (GH-133969) (#1...
Miss Islington (bot)
2025-05-13
1
-1/+6
*
[3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Miss Islington (bot)
2025-05-13
2
-36/+51
*
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
Miss Islington (bot)
2025-05-11
1
-5/+5
*
[3.14] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh...
Miss Islington (bot)
2025-05-08
1
-3/+4
*
[3.14] gh-133583: Add support for fixed size unsigned integers in argument pa...
Miss Islington (bot)
2025-05-08
1
-0/+4
*
[3.14] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133625)
Eric Snow
2025-05-08
2
-17/+205
*
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...
Irit Katriel
2025-05-06
1
-1/+0
*
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#13...
Petr Viktorin
2025-05-06
2
-209/+17
*
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow
2025-05-05
2
-17/+209
*
GH-133261: Make sure trashcan pointers look mortal -- 32 bit (GH-133450)
Mark Shannon
2025-05-05
1
-0/+9
*
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Eric Snow
2025-05-05
1
-3/+278
*
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#...
Peter Bierma
2025-05-05
1
-0/+8
*
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...
Irit Katriel
2025-05-05
1
-0/+1
*
Revert "gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (#133199)"...
Victor Stinner
2025-05-05
1
-1/+1
*
GH-133261: Make sure that the GC doesn't untrack objects in trashcan (GH-133431)
Mark Shannon
2025-05-05
1
-6/+32
*
gh-132457: make staticmethod and classmethod generic (#132460)
Ivan Kirpichnikov
2025-05-04
1
-2/+12
*
gh-133304: workaround for RISC-V in PyFloat_Pack4/Unpack4() (#133328)
Sergey B Kirpichev
2025-05-03
1
-0/+41
*
gh-128972: Add `_Py_ALIGN_AS` and revert `PyASCIIObject` memory layout. (GH-1...
Petr Viktorin
2025-05-02
1
-3/+3
*
gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
Sam Gross
2025-05-02
1
-0/+24
*
gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)
Sergey B Kirpichev
2025-05-01
1
-6/+4
*
gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)
neonene
2025-05-01
1
-7/+9
*
gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (#133199)
Victor Stinner
2025-05-01
1
-1/+1
*
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
Irit Katriel
2025-05-01
1
-5/+19
*
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
Eric Snow
2025-05-01
1
-235/+0
*
dict: Remove redundant incref of immortal object Py_EMPTY_KEYS (GH-133200)
Mae Hood
2025-04-30
1
-1/+2
*
gh-132775: Add _PyCode_GetVarCounts() (gh-133128)
Eric Snow
2025-04-30
1
-0/+235
*
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon
2025-04-30
11
-70/+28
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
5
-4/+817
*
gh-116436: Improve error message when TypeError occurs during dict update (#1...
Shantanu
2025-04-30
1
-4/+5
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
2025-04-29
1
-2/+3
*
gh-130317: Fix strict aliasing in PyFloat_Pack8() (#133150)
Victor Stinner
2025-04-29
1
-7/+7
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
2025-04-29
1
-198/+93
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
2025-04-29
1
-0/+43
*
gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039)
Donghee Na
2025-04-29
1
-18/+25
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
2025-04-28
1
-93/+198
*
gh-132942: Fix races in type lookup cache (gh-133032)
Neil Schemenauer
2025-04-28
1
-3/+11
*
gh-132775: Add _PyModule_GetFilenameObject() and _PyModule_GetFilenameUTF8() ...
Eric Snow
2025-04-28
1
-9/+59
*
gh-133073: avoid `NULL + 0` arithmetic in `list_extend_*` functions (#133074)
Bénédikt Tran
2025-04-28
1
-6/+22
*
gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)
Sergey B Kirpichev
2025-04-28
1
-7/+42
*
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra
2025-04-28
1
-1/+21
*
gh-132987: Support __index__() for unsigned integers in Argument Clinic (GH-1...
Serhiy Storchaka
2025-04-28
1
-94/+25
*
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow
2025-04-25
1
-273/+0
*
gh-132798: Schedule removal of `PyUnicode_AsDecoded/Encoded` functions for 3....
Stan Ulbrych
2025-04-25
1
-4/+8
*
gh-132776: Cleanup for XIBufferViewType (gh-132821)
Eric Snow
2025-04-25
1
-0/+273
[next]