| Commit message (Expand) | Author | Age |
* | Remove the function annotations from _abcoll.py | Raymond Hettinger | 2011-01-12 |
* | Merged revisions 86857 via svnmerge from | Alexander Belopolsky | 2010-11-30 |
* | Merged revisions 84301 via svnmerge from | Daniel Stutzbach | 2010-08-24 |
* | Issue #9214: Fix set operations on KeysView and ItemsView. | Raymond Hettinger | 2010-08-22 |
* | Only expose the abstract base classes. | Raymond Hettinger | 2010-07-31 |
* | Merged revisions 82821 via svnmerge from | Mark Dickinson | 2010-07-11 |
* | Merged revisions 81417 via svnmerge from | Benjamin Peterson | 2010-05-21 |
* | Issue 6037: MutableSequence.__iadd__ should return self. | Raymond Hettinger | 2009-05-18 |
* | Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. | Raymond Hettinger | 2009-04-01 |
* | Give mapping views a usable repr. | Raymond Hettinger | 2009-02-27 |
* | range() should have been registered as a Sequence. | Raymond Hettinger | 2009-02-24 |
* | Beef-up tests for collections ABCs. | Raymond Hettinger | 2009-01-28 |
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 |
* | Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-... | Benjamin Peterson | 2008-07-02 |
* | Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge... | Christian Heimes | 2008-03-04 |
* | MappingView is Sized. | Raymond Hettinger | 2008-02-09 |
* | Document how to use Set and MutableSet as a mixin. | Raymond Hettinger | 2008-02-09 |
* | Merge r60679 | Raymond Hettinger | 2008-02-09 |
* | Merge r60674 an 60675. | Raymond Hettinger | 2008-02-09 |
* | Fix-up the _from_iterable() method to return instances of the subclass where ... | Raymond Hettinger | 2008-02-06 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 |
* | Convert test_userdict to use the collections.UserDict. | Raymond Hettinger | 2008-02-05 |
* | Fix-up mapping equality tests to include both keys and values | Raymond Hettinger | 2008-02-05 |
* | Fix typo (thanks Nick). | Raymond Hettinger | 2008-02-04 |
* | Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb... | Raymond Hettinger | 2008-02-04 |
* | Merged revisions 60441-60474 via svnmerge from | Christian Heimes | 2008-01-31 |
* | Merged revisions 60408-60440 via svnmerge from | Christian Heimes | 2008-01-30 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 |
* | Removed more types from the types module | Christian Heimes | 2007-11-29 |
* | Added view and iterator types to collections / _abcoll | Christian Heimes | 2007-11-28 |
* | Add ABC ByteString which unifies bytes and bytearray (but not memoryview). | Guido van Rossum | 2007-11-21 |
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 |
* | Patch 1335 by Christian Heimes. | Guido van Rossum | 2007-10-26 |
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 |
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 |
* | Merged revisions 55962-56019 via svnmerge from | Guido van Rossum | 2007-06-18 |
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 |