| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged revisions 72751 via svnmerge from | Robert Schuppenies | 2009-05-17 | 1 | -0/+2 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r72751 | robert.schuppenies | 2009-05-17 10:32:20 -0700 (Sun, 17 May 2009) | 2 lines Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects. ........ | ||||
| * | Add a test suite for WeakSet mostly derived from test_set and fix some | Georg Brandl | 2008-05-18 | 1 | -12/+42 |
| | | | | | issues in the weakset implementation discovered with it. | ||||
| * | 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 |
| This makes it possible to use ABCs in weakref.py (which will be done in a later checkin). | |||||
