| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 6037: MutableSequence.__iadd__ should return self. | Raymond Hettinger | 2009-05-18 | 1 | -0/+1 |
|
|
* | Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. | Raymond Hettinger | 2009-04-01 | 1 | -4/+3 |
|
|
* | Backport 69934: Register xrange() as a Sequence. | Raymond Hettinger | 2009-02-24 | 1 | -0/+1 |
|
|
* | Issue 4920: Fixed next() vs __next__() issues in the ABCs | Raymond Hettinger | 2009-01-28 | 1 | -2/+2 |
|
|
* | Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,... | Georg Brandl | 2009-01-14 | 1 | -2/+2 |
|
|
* | Issue 2235: Py3k warnings are now emitted for classes that will no longer inh... | Nick Coghlan | 2008-08-11 | 1 | -0/+6 |
|
|
* | Issue 3161: Missing import and test. | Raymond Hettinger | 2008-06-23 | 1 | -0/+1 |
|
|
* | #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. | Georg Brandl | 2008-06-07 | 1 | -9/+14 |
|
|
* | Issue 2226: Callable checked for the wrong abstract method. | Raymond Hettinger | 2008-03-03 | 1 | -1/+1 |
|
|
* | Remove dependency on itertools -- a simple genexp suffices. | Raymond Hettinger | 2008-03-03 | 1 | -2/+2 |
|
|
* | Actually import itertools. | Georg Brandl | 2008-03-03 | 1 | -0/+1 |
|
|
* | Metaclass declaration is inherited | Raymond Hettinger | 2008-02-09 | 1 | -7/+0 |
|
|
* | Merge with r60683. | Raymond Hettinger | 2008-02-09 | 1 | -2/+2 |
|
|
* | Make ABC containers inherit as documented. | Raymond Hettinger | 2008-02-09 | 1 | -31/+5 |
|
|
* | Fill-in missing Set comparisons | Raymond Hettinger | 2008-02-08 | 1 | -0/+13 |
|
|
* | Speed-up __iter__() mixin method. | Raymond Hettinger | 2008-02-08 | 1 | -6/+6 |
|
|
* | Merge 60627. | Raymond Hettinger | 2008-02-07 | 1 | -1/+6 |
|
|
* | Sync-up with Py3k work. | Raymond Hettinger | 2008-02-06 | 1 | -0/+13 |
|
|
* | Missing return | Raymond Hettinger | 2008-01-31 | 1 | -0/+1 |
|
|
* | Fix defect in __ixor__ which would get the wrong | Raymond Hettinger | 2008-01-31 | 1 | -13/+6 |
|
|
* | MutableSets support a remove() method. | Raymond Hettinger | 2008-01-30 | 1 | -0/+6 |
|
|
* | Add isdisjoint() to the Set/MutableSet ABCs. | Raymond Hettinger | 2008-01-30 | 1 | -0/+6 |
|
|
* | Backport of _abccoll.py by Benjamin Arangueren, issue 1383. | Guido van Rossum | 2007-11-22 | 1 | -0/+544 |
|
|