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-111178: Fix function signatures in classobject.c (#124943)
Victor Stinner
2024-10-04
1
-17/+25
*
gh-111178: Fix function signatures in bytearrayobject.c (#124940)
Victor Stinner
2024-10-04
1
-48/+73
*
gh-111178: Fix function signatures in funcobject.c (#124908)
Victor Stinner
2024-10-02
1
-78/+116
*
gh-111178: Fix function signatures in longobject.c (#124895)
Victor Stinner
2024-10-02
1
-100/+139
*
gh-111178: Fix function signatures in methodobject.c (#124902)
Victor Stinner
2024-10-02
1
-39/+50
*
gh-111178: Fix function signatures in weakrefobject.c (#124903)
Victor Stinner
2024-10-02
1
-15/+20
*
gh-111178: Fix function signatures in moduleobject.c (#124900)
Victor Stinner
2024-10-02
1
-19/+44
*
gh-111178: Fix function signatures in setobject.c (#124888)
Victor Stinner
2024-10-02
1
-68/+90
*
gh-111178: Fix function signatures in tupleobject.c (#124804)
Victor Stinner
2024-10-02
1
-58/+64
*
gh-111178: Fix function signatures in bytesobject.c (#124806)
Victor Stinner
2024-10-02
1
-36/+41
*
gh-124218: Refactor per-thread reference counting (#124844)
Sam Gross
2024-10-01
1
-3/+3
*
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
Sam Gross
2024-10-01
1
-42/+21
*
gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strin...
T. Wouters
2024-09-30
1
-42/+6
*
gh-124642: Dictionaries aren't marking objects as weakref'd (#124643)
Dino Viehland
2024-09-30
1
-3/+3
*
gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)
Serhiy Storchaka
2024-09-29
2
-136/+71
*
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...
Serhiy Storchaka
2024-09-28
1
-0/+3
*
gh-111178: fix some USAN failures - mismatched function pointers (GH-123004)
Bénédikt Tran
2024-09-27
3
-7/+9
*
GH-124547: Clear instance dictionary if memory error occurs during object dea...
Mark Shannon
2024-09-27
1
-2/+9
*
gh-116510: Fix crash due to shared immortal interned strings. (gh-124646)
Neil Schemenauer
2024-09-27
1
-6/+42
*
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra
2024-09-26
1
-1/+1
*
gh-124153: Remove `_PyType_GetModuleByDef2` private function (GH-124261)
neonene
2024-09-26
1
-28/+5
*
gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124...
sobolevn
2024-09-26
1
-1/+10
*
gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule ob...
Peter Bierma
2024-09-26
1
-3/+7
*
gh-119180: Disallow instantiation of ConstEvaluator objects (#124561)
Jelle Zijlstra
2024-09-25
1
-2/+3
*
gh-124513: Check args in framelocalsproxy_new() (#124515)
Victor Stinner
2024-09-25
1
-3/+20
*
gh-112301: Use literal format strings in unicode_fromformat_arg (GH-124203)
Petr Viktorin
2024-09-25
1
-43/+35
*
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross
2024-09-24
3
-10/+8
*
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
Victor Stinner
2024-09-24
1
-1/+11
*
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na
2024-09-24
5
-19/+1
*
gh-119004: fix a crash in equality testing between `OrderedDict` (#121329)
Bénédikt Tran
2024-09-23
1
-8/+25
*
gh-119771: Set errno on overflows in _Py_c_pow() (#120256)
Sergey B Kirpichev
2024-09-18
1
-1/+3
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
3
-2/+144
*
gh-121459: Add missing return to _PyDict_LoadGlobalStackRef (#124085)
Sam Gross
2024-09-14
1
-2/+7
*
gh-121459: Deferred LOAD_GLOBAL (GH-123128)
Ken Jin
2024-09-13
1
-0/+74
*
gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...
Wenzel Jakob
2024-09-13
1
-0/+1
*
closes gh-124016: update Unicode to 16.0.0 (#124017)
Benjamin Peterson
2024-09-13
1
-2359/+2658
*
gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)
Petr Viktorin
2024-09-13
1
-28/+10
*
gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...
Sam Gross
2024-09-12
2
-10/+13
*
gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-1...
Serhiy Storchaka
2024-09-11
1
-28/+27
*
gh-123826: Fix unused function warnings in mimalloc on NetBSD (#123827)
Furkan Onder
2024-09-09
1
-2/+2
*
gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (GH-122865)
Eric Snow
2024-09-09
1
-29/+37
*
Fix typos (#123775)
algonell
2024-09-09
3
-3/+3
*
Fix typo in error message misspelling __slotnames__ (GH-115772)
Jay Aljelo Ting
2024-09-06
1
-1/+1
*
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Petr Viktorin
2024-09-05
1
-20/+65
*
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner
2024-09-03
1
-2/+2
*
gh-123091: Use more _Py_IsImmortalLoose() (GH-123602)
Petr Viktorin
2024-09-02
1
-1/+1
*
gh-123091: Use _Py_IsImmortalLoose() (#123511)
Victor Stinner
2024-09-02
2
-7/+7
*
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner
2024-08-30
4
-5/+5
*
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner
2024-08-30
1
-4/+12
*
gh-123446: Fix empty function names in `TypeError`s in `typeobject` (#123470)
sobolevn
2024-08-30
1
-11/+47
[prev]
[next]