Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary ... | Georg Brandl | 2010-12-03 | 1 | -1/+2 |
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -3/+3 |
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -23/+23 |
* | Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against | Antoine Pitrou | 2010-01-08 | 1 | -0/+50 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -40/+40 |
* | Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects. | Robert Schuppenies | 2009-05-17 | 1 | -10/+13 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Ignore test_c_api when checking for set methods. Thanks Brett! | Georg Brandl | 2008-05-18 | 1 | -1/+1 |
* | Better diagnostic. | Georg Brandl | 2008-05-18 | 1 | -1/+2 |
* | Add a test suite for WeakSet mostly derived from test_set and fix some | Georg Brandl | 2008-05-18 | 1 | -0/+311 |