summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_weakset.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-171-1/+6
* Issue #7105: weak dict iterators are fragile because of unpredictable GC runsKristján Valur Jónsson2013-12-051-0/+49
* implement missing inequality on WeakSetBenjamin Peterson2013-05-221-0/+6
* Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-051-11/+23
* Fix some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-041-4/+18
* Issue #14159: Fix the len() of weak sets to return a better approximation whe...Antoine Pitrou2012-03-011-0/+47
* Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,...Georg Brandl2011-02-251-1/+2
* Backport of weakref.WeakSet and tests from Python 3.Michael Foord2010-03-291-0/+376