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: Avoid calling functions from incompatible pointer types in dictobj...
Christopher Chavez
2024-01-02
1
-100/+126
*
gh-111178: Avoid calling functions from incompatible pointer types in descrob...
Christopher Chavez
2024-01-02
1
-106/+147
*
gh-111178: Avoid calling functions from incompatible pointer types in listobj...
Christopher Chavez
2024-01-02
1
-72/+92
*
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Sam Gross
2023-12-26
3
-22/+67
*
gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)
Donghee Na
2023-12-26
1
-3/+7
*
gh-113212: Improve error message & document zero-arg super inside nested func...
Yan Yanchii
2023-12-22
1
-3/+16
*
gh-112027: Don't print mimalloc warning after mmap() call (gh-113372)
Sam Gross
2023-12-22
1
-2/+2
*
gh-113157 gh-89519: Fix method descriptors (gh-113233)
Raymond Hettinger
2023-12-21
1
-0/+8
*
gh-95754: Better AttributeError on partially initialised module (#112577)
Shantanu
2023-12-21
1
-2/+22
*
gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (#113355)
Erlend E. Aasland
2023-12-21
2
-5/+9
*
gh-111375: Use `NULL` rather than `None` in the exception stack to indicate t...
Carey Metcalfe
2023-12-21
1
-1/+1
*
gh-111178: Make slot functions in typeobject.c have compatible types (GH-112752)
Christopher Chavez
2023-12-20
2
-20/+35
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
1
-2/+13
*
gh-111178: Avoid calling functions from incompatible pointer types in memoryo...
Christopher Chavez
2023-12-11
1
-61/+90
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
2
-47/+18
*
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#...
andrewluotechnologies
2023-12-07
2
-1/+7
*
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Serhiy Storchaka
2023-12-07
1
-32/+25
*
Minor refactoring of Object/abstract.c (UNARY_FUNC macro and more cases for B...
Sergey B Kirpichev
2023-12-05
1
-90/+25
*
gh-112625: Protect bytearray from being freed by misbehaving iterator inside ...
chilaxan
2023-12-04
1
-1/+4
*
gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutin...
Irit Katriel
2023-12-01
1
-1/+1
*
gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)
Kirill Podoprigora
2023-11-30
1
-11/+21
*
gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)
Eric Snow
2023-11-22
1
-0/+6
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-3/+3
*
gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docst...
Nikita Sobolev
2023-11-19
1
-4/+4
*
gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)
Victor Stinner
2023-11-15
1
-0/+14
*
gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)
Miro HronĨok
2023-11-15
1
-1/+1
*
gh-112026: Restore removed private C API (#112115)
Victor Stinner
2023-11-15
1
-1/+1
*
gh-111906: Fix warnings during mimalloc build on FreeBSD (#111907)
Furkan Onder
2023-11-14
1
-2/+2
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
3
-40/+96
*
gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827)
Serhiy Storchaka
2023-11-14
5
-120/+76
*
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner
2023-11-13
2
-122/+177
*
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka
2023-11-13
6
-27/+53
*
gh-110481: fix 'unused function' warning for `is_shared_refcnt_dead`. (gh-111...
Sam Gross
2023-11-10
1
-4/+6
*
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Serhiy Storchaka
2023-11-10
1
-0/+12
*
Improve error message for "float modulo by zero" (#111685)
Pavel Ovchinnikov
2023-11-09
1
-1/+1
*
gh-111354: remove comparisons with enum values, variable reuse, unused import...
Irit Katriel
2023-11-09
1
-22/+14
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
1
-1/+1
*
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
Jelle Zijlstra
2023-11-08
1
-0/+29
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
7
-29/+92
*
gh-81137: deprecate assignment of code object to a function of a mismatched t...
Irit Katriel
2023-11-07
1
-0/+14
*
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka
2023-11-07
3
-25/+69
*
gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...
Irit Katriel
2023-11-07
1
-0/+7
*
simplify code to pop exception in frame_setlineno (#111702)
Irit Katriel
2023-11-06
1
-5/+2
*
gh-111666: Speed up `BaseExceptionGroup.{derive,split,subgroup}` (#111667)
Nikita Sobolev
2023-11-04
1
-20/+6
*
gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#11...
Victor Stinner
2023-11-03
1
-0/+8
*
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao
2023-11-03
1
-1/+7
*
gh-106168: Revert the "size before item" setting (#111683)
scoder
2023-11-03
1
-1/+1
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
2
-25/+10
*
GH-109369 Add vectorcall to `PyLong_Type` (GH-111642)
Mark Shannon
2023-11-02
1
-0/+25
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
2
-19/+11
[next]