index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_dictviews.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0
/
+22
|
\
|
*
Merge 3.5 (Issue #19235)
Yury Selivanov
2015-07-03
1
-0
/
+22
|
|
\
*
|
\
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0
/
+18
*
|
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-1
/
+1
*
|
|
Reverting my previous commit.
Yury Selivanov
2015-05-30
1
-22
/
+0
|
|
/
|
/
|
*
|
Issue #24286: Forward port dict view abstract base class tests.
Raymond Hettinger
2015-05-26
1
-0
/
+22
*
|
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-5
/
+1
|
/
*
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
1
-0
/
+14
*
add recursive repr test
Benjamin Peterson
2013-05-19
1
-0
/
+5
*
Issue #9212: Added the missing isdisjoint method to the dict_keys and
Daniel Stutzbach
2010-09-02
1
-0
/
+35
*
Forward port unit tests for set operation and repr.
Alexandre Vassalotti
2010-05-04
1
-0
/
+76
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-11
/
+11
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-11
/
+11
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2
/
+2
*
Make dict.keys() and dict.items() comparable to sets, using == and !=.
Guido van Rossum
2007-02-12
1
-2
/
+28
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-6
/
+6
*
Implement __contains__ for dict_keys and dict_items.
Guido van Rossum
2007-02-10
1
-0
/
+22
*
Endow dict views with a proper length method.
Guido van Rossum
2007-02-10
1
-0
/
+3
*
Very preliminary work on dict views.
Guido van Rossum
2007-02-10
1
-0
/
+25