summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ordered_dict.py
Commit message (Expand)AuthorAgeFilesLines
* Try to fix sizeof unit tests on dictVictor Stinner2016-09-101-1/+2
* Issue #27576: Fix call order in OrderedDict.__init__().Eric Snow2016-09-091-0/+13
* Add a new private version to the builtin dict typeVictor Stinner2016-09-081-1/+1
* Implement compact dictVictor Stinner2016-09-081-6/+27
* Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+6
|\
| * Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+6
* | Issue #25949: __dict__ for an OrderedDict instance is now created only whenSerhiy Storchaka2016-02-081-1/+3
* | Issue #25935: Garbage collector now breaks reference loops with OrderedDict.Serhiy Storchaka2016-01-191-0/+13
|\ \ | |/
| * Issue #25935: Garbage collector now breaks reference loops with OrderedDict.Serhiy Storchaka2016-01-191-0/+13
* | Issue #25914: Fixed and simplified OrderedDict.__sizeof__.Serhiy Storchaka2015-12-221-0/+32
|\ \ | |/
| * Issue #25914: Fixed and simplified OrderedDict.__sizeof__.Serhiy Storchaka2015-12-221-0/+32
* | Issue #25616: Tests for OrderedDict are extracted from test_collectionsSerhiy Storchaka2015-11-251-0/+8
|/
* Issue #25616: Tests for OrderedDict are extracted from test_collectionsSerhiy Storchaka2015-11-251-17/+398
* Issue #25616: Tests for OrderedDict are extracted from test_collectionsSerhiy Storchaka2015-11-251-0/+302