Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9c39f3c4ec0cfc3655b95c3637c4222ecb173f33
/
Lib
/
test
/
test_weakset.py
f8de3fe
#10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does.
by Georg Brandl
· 15 years ago
b58e0bd
use assert[Not]In where appropriate
by Ezio Melotti
· 16 years ago
577473f
use assert[Not]In where appropriate
by Benjamin Peterson
· 16 years ago
c1baa60
Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against
by Antoine Pitrou
· 16 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 16 years ago
4ad1d6f
Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.
by Robert Schuppenies
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 17 years ago
02c0bbb
Ignore test_c_api when checking for set methods. Thanks Brett!
by Georg Brandl
· 17 years ago
1921970
Better diagnostic.
by Georg Brandl
· 17 years ago
9dba5d9
Add a test suite for WeakSet mostly derived from test_set and fix some
by Georg Brandl
· 17 years ago