index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
_weakrefset.py
Commit message (
Expand
)
Author
Age
*
Issue #20006: Fix sporadic failures in test_weakset.
Antoine Pitrou
2013-12-18
*
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
Meador Inge
2012-03-04
*
Fix some set algebra methods of WeakSet objects.
Antoine Pitrou
2012-03-04
*
Port 2.7 fix for sporadic failure in test_weakset.
Antoine Pitrou
2012-03-04
*
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...
Antoine Pitrou
2012-03-01
*
#10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary ...
Georg Brandl
2010-12-03
*
Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against
Antoine Pitrou
2010-01-08
*
Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.
Robert Schuppenies
2009-05-17
*
Add a test suite for WeakSet mostly derived from test_set and fix some
Georg Brandl
2008-05-18
*
Fix two issues in the weak set implementation.
Georg Brandl
2008-05-18
*
Moved WeakSet into a bootstap module use by abc.py.
Raymond Hettinger
2008-02-05