COMMITS
/ Include/object.h May 7, 2020
P
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Petr Viktorin committed
April 8, 2020
J
Remove extraneous ')' in abstract.h (GH-19146)
Jimmy Yang committed
April 7, 2020
V
bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)
Victor Stinner committed
March 6, 2020
A
bpo-39573: Make Py_IS_TYPE() take constant parameters (GH-18799)
Andy Lester committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
B
bpo-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496)
Brandt Bucher committed
February 7, 2020
V
bpo-39573: Add Py_SET_SIZE() function (GH-18400)
Victor Stinner committed
V
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner committed
V
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner committed
February 6, 2020
P
bpo-39245: Make Vectorcall C API public (GH-17893)
Petr Viktorin committed
February 5, 2020
V
bpo-39542: Define PyTypeObject earlier in object.h (GH-18366)
Victor Stinner committed
V
bpo-39542: Convert PyType_Check() to static inline function (GH-18364)
Victor Stinner committed
V
bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363)
Victor Stinner committed
V
bpo-39542: Exclude trashcan from the limited C API (GH-18362)
Victor Stinner committed
V
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner committed
February 3, 2020
V
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner committed
V
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
Victor Stinner committed
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 8, 2020
V
Py_DECREF: only pass filename if Py_REF_DEBUG is defined (GH-17870)
Victor Stinner committed
July 5, 2019
H
Typo fix in file Include/object.h (GH-14556)
Hansraj Das committed
May 29, 2019
A
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
Antoine Pitrou committed
J
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer committed
May 28, 2019
J
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer committed
May 10, 2019
J
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer committed
April 24, 2019
V
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner committed
April 6, 2019
D
bpo-36527: silence -Wunused-parameter warnings in object.h (GH-12688)
Dmitry Marakasov committed
November 27, 2018
V
bpo-35134: Don't define types twice in header files (GH-10754)
Victor Stinner committed
November 26, 2018
V
bpo-35134: Create Include/cpython/object.h (GH-10679)
Victor Stinner committed
November 22, 2018
V
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
Victor Stinner committed
V
bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643)
Victor Stinner committed
November 21, 2018
V
bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
Victor Stinner committed
November 14, 2018
I
bpo-35230: dict: Remove some macros (GH-10513)
INADA Naoki committed
October 30, 2018
V
bpo-35059: Convert _Py_Dealloc() to static inline function (GH-10223)
Victor Stinner committed
October 29, 2018
V
bpo-35059: Convert Py_XINCREF() to static inline function (GH-10224)
Victor Stinner committed
V
bpo-35059: Convert Py_INCREF() to static inline function (GH-10079)
Victor Stinner committed
October 28, 2018
P
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152)
Pablo Galindo committed
October 25, 2018
V
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
Victor Stinner committed
V
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
Victor Stinner committed
V
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner committed
V
bpo-35053: Add Include/tracemalloc.h (GH-10091)
Victor Stinner committed
V
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner committed
October 23, 2018
V
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)
Victor Stinner committed
January 25, 2018
S
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Serhiy Storchaka committed
January 16, 2018
I
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki committed
November 21, 2017
V
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
November 2, 2017
September 17, 2017
S
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka committed
September 14, 2017
E
bpo-30860: Fix a refleak. (#3567)
Eric Snow committed
E
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow committed