summaryrefslogtreecommitdiffstats
path: root/Objects/odictobject.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict.Eric Snow2015-05-301-12/+14
* Issue #16991: Do not return None from OrderedDict.__reversed__.Eric Snow2015-05-301-3/+0
* Issue #16991: Properly handle return values in several places.Eric Snow2015-05-301-16/+43
* Issue #16991: Add a C implementation of collections.OrderedDict.Eric Snow2015-05-301-0/+2394