1. 8aa64cc bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) by Miss Islington (bot) · 3 years, 1 month ago
  2. 8ef8750 bpo-39481: Make weakref and WeakSet generic (GH-19497) by Ethan Smith · 4 years, 6 months ago
  3. 5ae1c84 bpo-36949: Implement __repr__ on WeakSet (GH-13415) by Batuhan Taşkaya · 5 years ago
  4. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  5. 5affd23 bpo-29762: More use "raise from None". (#569) by Serhiy Storchaka · 7 years ago
  6. 320b391 Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  7. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  8. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  9. de89d4b Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 13 years ago
  10. 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
  11. f8de3fe #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does. by Georg Brandl · 14 years ago
  12. c1baa60 Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against by Antoine Pitrou · 15 years ago
  13. 4ad1d6f Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects. by Robert Schuppenies · 15 years ago
  14. 9dba5d9 Add a test suite for WeakSet mostly derived from test_set and fix some by Georg Brandl · 16 years ago
  15. bf93b04 Fix two issues in the weak set implementation. by Georg Brandl · 16 years ago
  16. 93fa608 Moved WeakSet into a bootstap module use by abc.py. by Raymond Hettinger · 17 years ago