Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) | Gregory P. Smith | 2018-04-20 | 1 | -9/+2 |
* | bpo-29304: Simplify dict lookup functions (GH-2407) | INADA Naoki | 2017-08-03 | 1 | -2/+1 |
* | Issue #28818: Simplify lookdict functions | INADA Naoki | 2016-12-07 | 1 | -1/+1 |
* | Add _PyDict_CheckConsistency() | Victor Stinner | 2016-09-14 | 1 | -4/+2 |
* | do not worry about 64-bit dict sizes on 32-bit platforms | Benjamin Peterson | 2016-09-08 | 1 | -1/+3 |
* | access dk_indices through a union | Benjamin Peterson | 2016-09-08 | 1 | -1/+6 |
* | Add documentation to the dict implementation | Victor Stinner | 2016-09-08 | 1 | -2/+41 |
* | Implement compact dict | Victor Stinner | 2016-09-08 | 1 | -3/+13 |
* | Issue #16991: Add a C implementation of collections.OrderedDict. | Eric Snow | 2015-05-30 | 1 | -0/+22 |