Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c5b75db5def1890924d914bc36b54e6a120bf2d7
/
Lib
/
test
/
test_dictviews.py
045b3ba
Issue #9212: Added the missing isdisjoint method to the dict_keys and
by Daniel Stutzbach
· 14 years ago
a714257
Forward port unit tests for set operation and repr.
by Alexandre Vassalotti
· 15 years ago
577473f
use assert[Not]In where appropriate
by Benjamin Peterson
· 15 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 15 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
d9214d1
Make dict.keys() and dict.items() comparable to sets, using == and !=.
by Guido van Rossum
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
3ac6741
Implement __contains__ for dict_keys and dict_items.
by Guido van Rossum
· 18 years ago
83825ac
Endow dict views with a proper length method.
by Guido van Rossum
· 18 years ago
b90c848
Very preliminary work on dict views.
by Guido van Rossum
· 18 years ago