Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,... | Georg Brandl | 2011-02-25 | 1 | -1/+5 |
* | (note: svnmerged from py3k, but the original message was wrong) | Antoine Pitrou | 2010-01-08 | 1 | -5/+69 |
* | Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects. | Robert Schuppenies | 2009-05-17 | 1 | -0/+2 |
* | Add a test suite for WeakSet mostly derived from test_set and fix some | Georg Brandl | 2008-05-18 | 1 | -12/+42 |
* | Fix two issues in the weak set implementation. | Georg Brandl | 2008-05-18 | 1 | -2/+5 |
* | Moved WeakSet into a bootstap module use by abc.py. | Raymond Hettinger | 2008-02-05 | 1 | -0/+111 |