11 Commits (1da055ee0dd11b8c16644c27381a2b20bf0ff205)

Author SHA1 Message Date
Antoine Pitrou 320b39158e Issue #20006: Fix sporadic failures in test_weakset. 12 years ago
Meador Inge 653f932eff Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. 14 years ago
Antoine Pitrou 9c47ac05d1 Fix some set algebra methods of WeakSet objects. 14 years ago
Antoine Pitrou de89d4b097 Port 2.7 fix for sporadic failure in test_weakset. 14 years ago
Antoine Pitrou bbe2f60b3c Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. 14 years ago
Meador Inge 104f18977f Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. 14 years ago
Antoine Pitrou 94c2d6df54 Fix some set algebra methods of WeakSet objects. 14 years ago
Antoine Pitrou 859416e980 Fix sporadic failure in test_weakset 14 years ago
Antoine Pitrou c56bca31e9 Issue #14159: Fix the len() of weak sets to return a better approximation when some objects are dead or dying. 14 years ago
Georg Brandl 52f839540c Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from 15 years ago
Georg Brandl f6c8fd62b9 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 15 years ago
Georg Brandl f8de3fea12 #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does. 15 years ago
Michael Foord e6410c536c Backport of weakref.WeakSet and tests from Python 3. 16 years ago
Antoine Pitrou 1a2d3563f9 (note: svnmerged from py3k, but the original message was wrong) 16 years ago
Antoine Pitrou c1baa601e2 Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against 16 years ago
Robert Schuppenies 4ad1d6f81a Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects. 17 years ago
Georg Brandl 9dba5d9764 Add a test suite for WeakSet mostly derived from test_set and fix some 18 years ago
Georg Brandl bf93b0470a Fix two issues in the weak set implementation. 18 years ago
Raymond Hettinger 93fa608626 Moved WeakSet into a bootstap module use by abc.py. 18 years ago