summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_weakset.py
Commit message (Expand)AuthorAgeFilesLines
* 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