index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_ordered_dict.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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