summaryrefslogtreecommitdiff
path: root/Lib/_weakrefset.py
Commit message (Expand)AuthorAgeFilesLines
* #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary ...Georg Brandl2010-12-031-1/+5
* Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust againstAntoine 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