summaryrefslogtreecommitdiff
path: root/Lib/_weakrefset.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-181-0/+2
* Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-041-6/+6
* Fix some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-041-29/+12
* Port 2.7 fix for sporadic failure in test_weakset.Antoine Pitrou2012-03-041-5/+2
* Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...Antoine Pitrou2012-03-011-1/+1
* Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,...Georg Brandl2011-02-251-1/+5
* (note: svnmerged from py3k, but the original message was wrong)Antoine Pitrou2010-01-081-5/+69
* Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.Robert Schuppenies2009-05-171-0/+2
* Add a test suite for WeakSet mostly derived from test_set and fix someGeorg Brandl2008-05-181-12/+42
* Fix two issues in the weak set implementation.Georg Brandl2008-05-181-2/+5
* Moved WeakSet into a bootstap module use by abc.py.Raymond Hettinger2008-02-051-0/+111