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
*
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
*
gh-132825: Fix typo in dict_unhashable_type() name (#132847)
Victor Stinner
2025-04-23
2
-18/+18
*
gh-132825: Enhance unhashable error messages for dict and set (#132828)
Victor Stinner
2025-04-23
2
-1/+48
*
gh-132713: Fix typing.Union[index] race condition (#132802)
Victor Stinner
2025-04-23
1
-10/+19
*
gh-132713: Simplify list_repr_impl() (#132811)
Victor Stinner
2025-04-23
1
-6/+2
*
gh-132713: Fix repr(list) race condition (#132801)
Victor Stinner
2025-04-22
1
-1/+11
*
gh-132449: Improve syntax error messages for keywords with typos (#132450)
Pablo Galindo Salgado
2025-04-22
1
-2/+7
*
gh-132747: Fix `NULL` dereference when calling a method's `__get__` manually ...
Peter Bierma
2025-04-21
1
-1/+1
*
gh-131586: Avoid refcount contention in context managers (gh-131851)
Sam Gross
2025-04-21
1
-19/+24
*
Correct _PyLong_Frexp() description in comments (GH-132716)
Sergey B Kirpichev
2025-04-19
1
-3/+1
*
gh-126366: fix thread safety of dict key iterator (#132693)
Kumar Aditya
2025-04-18
1
-1/+1
*
gh-132657: Avoid locking in frozenset.__contains__ (#132659)
Pieter Eendebak
2025-04-18
2
-2/+46
*
gh-132097: use a macro for semantically casting function pointers (#132406)
Bénédikt Tran
2025-04-18
3
-4/+6
[next]