1. 84ac437 bpo-38761: Register WeakSet as a MutableSet (GH-17104) by Raymond Hettinger · 6 years ago
  2. 5ae1c84 bpo-36949: Implement __repr__ on WeakSet (GH-13415) by Batuhan Taşkaya · 6 years ago
  3. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 9 years ago
  4. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 9 years ago
  5. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 10 years ago
  6. 320b391 Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 12 years ago
  7. 0c73fc0 Revert misled test change in f189da5bda26. by Antoine Pitrou · 12 years ago
  8. 6724612 add test for inequality by Benjamin Peterson · 12 years ago
  9. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  10. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  11. bbe2f60 Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  12. 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 13 years ago
  13. f8de3fe #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does. by Georg Brandl · 15 years ago
  14. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  15. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 16 years ago
  16. c1baa60 Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against by Antoine Pitrou · 16 years ago
  17. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  18. 4ad1d6f Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects. by Robert Schuppenies · 16 years ago
  19. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  20. 02c0bbb Ignore test_c_api when checking for set methods. Thanks Brett! by Georg Brandl · 17 years ago
  21. 1921970 Better diagnostic. by Georg Brandl · 17 years ago
  22. 9dba5d9 Add a test suite for WeakSet mostly derived from test_set and fix some by Georg Brandl · 17 years ago