summaryrefslogtreecommitdiff
path: root/Objects/dict-common.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) (GH-6543)Miss Islington (bot)2018-04-201-9/+2
* bpo-29304: Simplify dict lookup functions (GH-2407)INADA Naoki2017-08-031-2/+1
* Issue #28818: Simplify lookdict functionsINADA Naoki2016-12-071-1/+1
* Add _PyDict_CheckConsistency()Victor Stinner2016-09-141-4/+2
* do not worry about 64-bit dict sizes on 32-bit platformsBenjamin Peterson2016-09-081-1/+3
* access dk_indices through a unionBenjamin Peterson2016-09-081-1/+6
* Add documentation to the dict implementationVictor Stinner2016-09-081-2/+41
* Implement compact dictVictor Stinner2016-09-071-3/+13
* Issue #16991: Add a C implementation of collections.OrderedDict.Eric Snow2015-05-291-0/+22