COMMITS
/ Include/odictobject.h February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
November 22, 2018
V
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
Victor Stinner committed
December 25, 2017
S
bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900)
Serhiy Storchaka committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
September 8, 2016
E
Issue #24254: Drop cls.__definition_order__.
Eric Snow committed
September 5, 2016
E
Issue #24254: Preserve class attribute definition order.
Eric Snow committed
June 2, 2015
E
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
Eric Snow committed
May 30, 2015
E
Issue #16991: Drop Py_ODict_GetItemId.
Eric Snow committed
E
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
Eric Snow committed
E
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow committed