summaryrefslogtreecommitdiffstats
path: root/Include/odictobject.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) ↵Miss Islington (bot)2017-12-251-4/+1
| | | | | (#5007) (cherry picked from commit 1b3029ac8370ac76fa9571aef540e10aed0667ff)
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-3/+6
| | | | | available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of the minimum Python version supporting this API.
* Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-081-4/+0
|
* Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-0/+4
|
* Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.Eric Snow2015-06-021-0/+2
|
* Issue #16991: Drop Py_ODict_GetItemId.Eric Snow2015-05-301-1/+0
|
* Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.Eric Snow2015-05-301-1/+1
|
* Issue #16991: Add a C implementation of collections.OrderedDict.Eric Snow2015-05-301-0/+42