| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-42536: GC track recycled tuples (GH-23623) | Brandt Bucher | 2020-12-05 | 1 | -0/+11 |
|
|
* | bpo-41431: Optimize dict_merge for copy (GH-21674) | Inada Naoki | 2020-08-04 | 1 | -5/+6 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21451) | Hai Shi | 2020-08-03 | 1 | -2/+5 |
|
|
* | bpo-36144: OrderedDict Union (PEP 584) (#18967) | Brandt Bucher | 2020-03-13 | 1 | -0/+43 |
|
|
* | bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and ... | Pablo Galindo | 2020-03-02 | 1 | -0/+20 |
|
|
* | bpo-15999: Clean up of handling boolean arguments. (GH-15610) | Serhiy Storchaka | 2019-09-01 | 1 | -3/+3 |
|
|
* | bpo-35983: skip trashcan for subclasses (GH-11841) | Jeroen Demeyer | 2019-05-10 | 1 | -2/+6 |
|
|
* | bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH... | Sergey Fedoseev | 2018-10-20 | 1 | -0/+17 |
|
|
* | bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349) | Serhiy Storchaka | 2018-10-19 | 1 | -2/+2 |
|
|
* | bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) | bennorth | 2018-01-26 | 1 | -0/+14 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -1/+1 |
|
|
* | Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs) | Raymond Hettinger | 2017-01-08 | 1 | -0/+8 |
|
|
* | Merge from 3.5. | Serhiy Storchaka | 2016-10-30 | 1 | -59/+0 |
|\ |
|
| * | Backed out changeset 9f7505019767 (issue #27275). | Serhiy Storchaka | 2016-10-30 | 1 | -59/+0 |
|
|
* | | Issue #27275: Fixed implementation of pop() and popitem() methods in | Serhiy Storchaka | 2016-10-25 | 1 | -0/+59 |
|\ \
| |/ |
|
| * | Issue #27275: Fixed implementation of pop() and popitem() methods in | Serhiy Storchaka | 2016-10-25 | 1 | -0/+59 |
|
|
* | | Try to fix sizeof unit tests on dict | Victor Stinner | 2016-09-10 | 1 | -1/+2 |
|
|
* | | Issue #27576: Fix call order in OrderedDict.__init__(). | Eric Snow | 2016-09-09 | 1 | -0/+13 |
|
|
* | | Add a new private version to the builtin dict type | Victor Stinner | 2016-09-08 | 1 | -1/+1 |
|
|
* | | Implement compact dict | Victor Stinner | 2016-09-08 | 1 | -6/+27 |
|
|
* | | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+6 |
|
|
* | | Issue #25949: __dict__ for an OrderedDict instance is now created only when | Serhiy Storchaka | 2016-02-08 | 1 | -1/+3 |
|
|
* | | Issue #25935: Garbage collector now breaks reference loops with OrderedDict. | Serhiy Storchaka | 2016-01-19 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Issue #25935: Garbage collector now breaks reference loops with OrderedDict. | Serhiy Storchaka | 2016-01-19 | 1 | -0/+13 |
|
|
* | | Issue #25914: Fixed and simplified OrderedDict.__sizeof__. | Serhiy Storchaka | 2015-12-22 | 1 | -0/+32 |
|\ \
| |/ |
|
| * | Issue #25914: Fixed and simplified OrderedDict.__sizeof__. | Serhiy Storchaka | 2015-12-22 | 1 | -0/+32 |
|
|
* | | Issue #25616: Tests for OrderedDict are extracted from test_collections | Serhiy Storchaka | 2015-11-25 | 1 | -0/+8 |
|/ |
|
* | Issue #25616: Tests for OrderedDict are extracted from test_collections | Serhiy Storchaka | 2015-11-25 | 1 | -17/+398 |
|
|
* | Issue #25616: Tests for OrderedDict are extracted from test_collections | Serhiy Storchaka | 2015-11-25 | 1 | -0/+302 |
|
|