Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict. | Eric Snow | 2015-05-30 | 1 | -12/+14 |
* | Issue #16991: Do not return None from OrderedDict.__reversed__. | Eric Snow | 2015-05-30 | 1 | -3/+0 |
* | Issue #16991: Properly handle return values in several places. | Eric Snow | 2015-05-30 | 1 | -16/+43 |
* | Issue #16991: Add a C implementation of collections.OrderedDict. | Eric Snow | 2015-05-30 | 1 | -0/+2394 |