Benjamin Peterson
|
0718de9770
|
repair my irrational excuberance
|
2015-06-07 00:00:42 -05:00 |
Benjamin Peterson
|
99e96f2bb0
|
remove unnecessary braces and indentation
|
2015-06-06 23:20:32 -05:00 |
Benjamin Peterson
|
2ad80f53c1
|
fix refleak when keys() fails
|
2015-06-04 14:34:20 -05:00 |
Eric Snow
|
4fabf02633
|
Issue #24369: Defend against key-changes during iteration.
|
2015-06-04 00:09:56 -06:00 |
Eric Snow
|
db4061cb9d
|
Issue #24377: Fix a ref leak in OrderedDict.__repr__.
|
2015-06-03 11:09:48 -06:00 |
Eric Snow
|
4c72918a59
|
Issue #24362: Simplify the C OrderedDict fast nodes resize logic.
|
2015-06-03 10:50:37 -06:00 |
Eric Snow
|
ac02ef373f
|
Issue #24368: Support keyword arguments in OrderedDict methods.
|
2015-06-02 20:42:14 -06:00 |
Eric Snow
|
b952ab43f2
|
Issue #24359: Check for changed OrderedDict size during iteration.
|
2015-06-01 23:35:13 -06:00 |
Eric Snow
|
d171975609
|
Issue #24348: Drop superfluous increfs/decrefs.
|
2015-06-01 23:12:13 -06:00 |
Eric Snow
|
a762af74b2
|
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
|
2015-06-01 22:59:08 -06:00 |
Eric Snow
|
e3dfa9e5ce
|
Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict.
|
2015-05-30 12:51:15 -06:00 |
Eric Snow
|
67fb92e8c6
|
Issue #16991: Do not return None from OrderedDict.__reversed__.
|
2015-05-30 11:43:36 -06:00 |
Eric Snow
|
c5e59609ac
|
Issue #16991: Properly handle return values in several places.
|
2015-05-30 11:28:56 -06:00 |
Eric Snow
|
96c6af9b20
|
Issue #16991: Add a C implementation of collections.OrderedDict.
|
2015-05-29 22:21:39 -06:00 |