summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_weakset.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 72751 via svnmerge fromRobert Schuppenies2009-05-171-10/+13
| | | | | | | | | | 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. ........
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
|
* Ignore test_c_api when checking for set methods. Thanks Brett!Georg Brandl2008-05-181-1/+1
|
* Better diagnostic.Georg Brandl2008-05-181-1/+2
|
* Add a test suite for WeakSet mostly derived from test_set and fix someGeorg Brandl2008-05-181-0/+311
issues in the weakset implementation discovered with it.