summaryrefslogtreecommitdiff
path: root/Lib/test/test_weakset.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36949: Implement __repr__ on WeakSet (GH-13415)Batuhan Taşkaya2019-05-201-0/+3
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-6/+1
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-2/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-181-1/+6
* Revert misled test change in f189da5bda26.Antoine Pitrou2013-12-181-1/+0
* add test for inequalityBenjamin Peterson2013-05-221-0/+6
* Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-041-11/+23
* Fix some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-041-4/+18
* Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...Antoine Pitrou2012-03-011-0/+47
* Delete the iterator, which could accidentally keep a temporary reference to t...Antoine Pitrou2012-02-211-0/+1
* #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary ...Georg Brandl2010-12-031-1/+2
* use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+3
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-23/+23
* Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust againstAntoine Pitrou2010-01-081-0/+50
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-40/+40
* Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.Robert Schuppenies2009-05-171-10/+13
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Ignore test_c_api when checking for set methods. Thanks Brett!Georg Brandl2008-05-181-1/+1
* Better diagnostic.Georg Brandl2008-05-181-1/+2
* Add a test suite for WeakSet mostly derived from test_set and fix someGeorg Brandl2008-05-181-0/+311