COMMITS
/ Include/descrobject.h February 16, 2021
E
bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
Erlend Egeberg Aasland committed
July 5, 2019
J
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer committed
May 30, 2019
J
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
Jeroen Demeyer committed
May 29, 2019
J
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
February 2, 2017
I
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki committed
November 22, 2016
S
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka committed
September 11, 2016
S
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka committed
December 12, 2011
A
Issue #13577: various kinds of descriptors now have a __qualname__ attribute.
Antoine Pitrou committed
September 1, 2011
B
make sure to initialize the method wrapper type
Benjamin Peterson committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
July 22, 2009
A
Issue #6151: Make PyDescr_COMMON conform to standard C.
Alexandre Vassalotti committed
July 3, 2009
B
remove duplicate declartions #6405
Benjamin Peterson committed
April 20, 2009
B
Merged revisions 71734,71738-71739 via svnmerge from
Benjamin Peterson committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
November 29, 2007
C
Added all PyTypeObjects to the appropriate header files.
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
December 9, 2002
T
SF 548651: Fix the METH_CLASS implementation.
Tim Peters committed
August 19, 2002
G
Make PyDescr_IsData() a macro. It's too simple to be a function.
Guido van Rossum committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
March 30, 2002
M
Patch #536908: Add missing #include guards/extern "C".
Martin v. Löwis committed
October 22, 2001
G
Methods of built-in types now properly check for keyword arguments
Guido van Rossum committed
October 21, 2001
G
Big internal change that should have no external effects: unify the
Guido van Rossum committed
October 3, 2001
G
*EXPERIMENTAL* speedup of slot_sq_item. This sped up the following
Guido van Rossum committed
September 20, 2001
G
Add optional docstrings to getset descriptors. Fortunately, there's
Guido van Rossum committed
G
Add optional docstrings to member descriptors. For backwards
Guido van Rossum committed
September 6, 2001
G
Rename 'getset' to 'property'.
Guido van Rossum committed
August 23, 2001
G
Add new built-in type 'getset' (PyGetSet_Type).
Guido van Rossum committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed