COMMITS
/ Objects/descrobject.c 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
November 23, 2013
A
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou committed
May 7, 2013
V
Use Py_intptr_t to store the difference between two pointers, instead of int
Victor Stinner committed
December 25, 2012
A
Issue #15422: get rid of PyCFunction_New macro
Andrew Svetlov committed
May 1, 2012
B
merge 3.2 (#14699)
Benjamin Peterson committed
B
fix calling the classmethod descriptor directly (closes #14699)
Benjamin Peterson committed
April 15, 2012
V
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Victor Stinner committed
December 17, 2011
B
fix possible NULL dereference
Benjamin Peterson committed
December 15, 2011
B
improve abstract property support (closes #11610)
Benjamin Peterson committed
December 12, 2011
A
Issue #13577: various kinds of descriptors now have a __qualname__ attribute.
Antoine Pitrou committed
October 14, 2011
M
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis committed
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
September 1, 2011
B
make sure to initialize the method wrapper type
Benjamin Peterson committed
May 1, 2011
V
(Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
Victor Stinner committed
V
Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the
Victor Stinner committed
December 18, 2010
E
Merged revisions 87368 via svnmerge from
Ezio Melotti committed
E
#5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Urban.
Ezio Melotti committed