summaryrefslogtreecommitdiff
path: root/Include/odictobject.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-1/+1
|\
| * Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...Serhiy Storchaka2016-12-161-1/+1
* | Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-3/+6
|/
* Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.Eric Snow2015-06-011-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-291-0/+42