index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
_weakrefset.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
1
-2/+1
*
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two thre...
Thomas Grainger
2021-08-28
1
-3/+7
*
bpo-39481: Make weakref and WeakSet generic (GH-19497)
Ethan Smith
2020-04-14
1
-0/+3
*
bpo-36949: Implement __repr__ on WeakSet (GH-13415)
Batuhan Taşkaya
2019-05-20
1
-0/+3
*
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne
2017-05-18
1
-3/+3
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-1/+1
*
Issue #20006: Fix sporadic failures in test_weakset.
Antoine Pitrou
2013-12-17
1
-0/+2
*
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
Meador Inge
2012-03-05
1
-6/+6
*
Fix some set algebra methods of WeakSet objects.
Antoine Pitrou
2012-03-04
1
-29/+12
*
Port 2.7 fix for sporadic failure in test_weakset.
Antoine Pitrou
2012-03-04
1
-5/+2
*
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...
Antoine Pitrou
2012-03-01
1
-1/+1
*
#10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary ...
Georg Brandl
2010-12-03
1
-1/+5
*
Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against
Antoine Pitrou
2010-01-08
1
-5/+69
*
Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.
Robert Schuppenies
2009-05-17
1
-0/+2
*
Add a test suite for WeakSet mostly derived from test_set and fix some
Georg Brandl
2008-05-18
1
-12/+42
*
Fix two issues in the weak set implementation.
Georg Brandl
2008-05-18
1
-2/+5
*
Moved WeakSet into a bootstap module use by abc.py.
Raymond Hettinger
2008-02-05
1
-0/+111