Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #24348: Drop superfluous increfs/decrefs. | Eric Snow | 2015-06-02 | 1 | -33/+13 | |
* | Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. | Eric Snow | 2015-06-02 | 1 | -15/+47 | |
* | 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 | |