COMMITS
/ Objects/dict-common.h April 20, 2018
G
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537)
Gregory P. Smith committed
August 3, 2017
I
bpo-29304: Simplify dict lookup functions (GH-2407)
INADA Naoki committed
December 7, 2016
I
Issue #28818: Simplify lookdict functions
INADA Naoki committed
September 14, 2016
V
Add _PyDict_CheckConsistency()
Victor Stinner committed
September 8, 2016
B
do not worry about 64-bit dict sizes on 32-bit platforms
Benjamin Peterson committed
B
access dk_indices through a union
Benjamin Peterson committed
V
Add documentation to the dict implementation
Victor Stinner committed
V
Implement compact dict
Victor Stinner committed
May 30, 2015
E
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow committed