Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement missing inequality on WeakSet | Benjamin Peterson | 2013-05-22 | 1 | -0/+6 |
* | 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 |
* | Fix sporadic failure in test_weakset | Antoine Pitrou | 2012-03-04 | 1 | -5/+2 |
* | Issue #14159: Fix the len() of weak sets to return a better approximation whe... | Antoine Pitrou | 2012-03-01 | 1 | -1/+1 |
* | Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,... | Georg Brandl | 2011-02-25 | 1 | -1/+5 |
* | Backport of weakref.WeakSet and tests from Python 3. | Michael Foord | 2010-03-29 | 1 | -0/+212 |