summaryrefslogtreecommitdiffstats
path: root/Lib/_weakrefset.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-171-0/+2
* implement missing inequality on WeakSetBenjamin Peterson2013-05-221-0/+6
* Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-051-6/+6
* Fix some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-041-29/+12
* Fix sporadic failure in test_weaksetAntoine Pitrou2012-03-041-5/+2
* Issue #14159: Fix the len() of weak sets to return a better approximation whe...Antoine Pitrou2012-03-011-1/+1
* Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,...Georg Brandl2011-02-251-1/+5
* Backport of weakref.WeakSet and tests from Python 3.Michael Foord2010-03-291-0/+212