| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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-07 | 1 | -3/+13 |
| * | Issue #16991: Add a C implementation of collections.OrderedDict. | Eric Snow | 2015-05-29 | 1 | -0/+22 |
