COMMITS
/ Lib/_weakrefset.py October 13, 2024
K
gh-89967: make WeakKeyDictionary and WeakValueDictionary thread safe (#125325)
Kumar Aditya committed
August 27, 2024
April 6, 2022
S
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka committed
August 28, 2021
April 14, 2020
E
bpo-39481: Make weakref and WeakSet generic (GH-19497)
Ethan Smith committed
May 20, 2019
B
bpo-36949: Implement __repr__ on WeakSet (GH-13415)
Batuhan Taşkaya committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
December 17, 2013
A
Issue #20006: Fix sporadic failures in test_weakset.
Antoine Pitrou committed
March 5, 2012
M
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
Meador Inge committed
March 4, 2012
A
Fix some set algebra methods of WeakSet objects.
Antoine Pitrou committed
A
Port 2.7 fix for sporadic failure in test_weakset.
Antoine Pitrou committed
March 1, 2012
December 3, 2010
G
#10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does.
Georg Brandl committed
January 8, 2010
A
Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against
Antoine Pitrou committed
May 17, 2009
R
Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.
Robert Schuppenies committed
May 18, 2008
G
Add a test suite for WeakSet mostly derived from test_set and fix some
Georg Brandl committed
G
Fix two issues in the weak set implementation.
Georg Brandl committed
February 5, 2008
R
Moved WeakSet into a bootstap module use by abc.py.
Raymond Hettinger committed