Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
efb706734c8a06b251d08906b6d9ab2820dc1b4e
/
Lib
/
test
/
test_dictviews.py
577473f
use assert[Not]In where appropriate
by Benjamin Peterson
· 16 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 17 years ago
d9214d1
Make dict.keys() and dict.items() comparable to sets, using == and !=.
by Guido van Rossum
· 19 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 19 years ago
3ac6741
Implement __contains__ for dict_keys and dict_items.
by Guido van Rossum
· 19 years ago
83825ac
Endow dict views with a proper length method.
by Guido van Rossum
· 19 years ago
b90c848
Very preliminary work on dict views.
by Guido van Rossum
· 19 years ago