COMMITS
/ Objects/descrobject.c April 1, 2019
I
bpo-36026: make descr error message consistent (GH-11930)
Inada Naoki committed
March 26, 2019
I
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
Inada Naoki committed
December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751)
Serhiy Storchaka committed
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
November 25, 2018
V
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 9, 2018
V
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 1, 2018
V
bpo-30156: Remove property_descr_get() optimization (GH-9541)
Victor Stinner committed
July 31, 2018
S
bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848)
Serhiy Storchaka committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 13, 2018
O
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
November 2, 2017
September 21, 2017
S
bpo-31410: Optimized calling wrapper and classmethod descriptors. (#3481)
Serhiy Storchaka committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
June 6, 2017
S
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
Serhiy Storchaka committed
March 21, 2017
S
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
Serhiy Storchaka committed
March 19, 2017
S
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka committed
February 2, 2017
I
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
January 18, 2017
V
Optimize methoddescr_call(): avoid temporary PyCFunction
Victor Stinner committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
December 9, 2016
V
Use PyObject_CallFunctionObjArgs()
Victor Stinner committed
December 8, 2016
V
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
August 22, 2016
V
Issue #27809: Use _PyObject_FastCallDict()
Victor Stinner committed
May 4, 2016
S
Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL
Serhiy Storchaka committed
S
Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
June 10, 2015
S
Fixed indentation of Python examples in C comments.
Serhiy Storchaka committed
S
Fixed indentation of Python examples in C comments.
Serhiy Storchaka committed
May 24, 2015
S
Issue #24276: Fixed optimization of property descriptor getter.
Serhiy Storchaka committed
May 13, 2015
R
Issue #24064: Help property() support GC
Raymond Hettinger committed
R
Issue #24064: Property() docstrings are now writeable.
Raymond Hettinger committed
April 30, 2015
R
Issue #23910: Optimize property() getter calls. Patch by Joe Jevnik
Raymond Hettinger committed
February 9, 2014
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
November 25, 2013
G
Remove an errant extra \ within a docstring.
Gregory P. Smith committed
G
Remove an errant extra \ within a docstring.
Gregory P. Smith committed
November 24, 2013