1. 153866e Add missing docstrings to the collections ABCs by Raymond Hettinger · 11 years ago
  2. b904e42 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  3. 7b17a4e Close #14386: Register types.MappingProxyType as a Mapping by Victor Stinner · 12 years ago
  4. 0218428 Clarify that the purpose of computing all the miscellaneous collection types is to register them with the appropriate ABCs. by Raymond Hettinger · 12 years ago
  5. c46759a Issue #11333: Add __slots__ to the collections ABCs. by Raymond Hettinger · 13 years ago
  6. 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 13 years ago
  7. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago[Renamed (97%) from Lib/_abcoll.py]
  8. b3d89a4 Remove function annotations that slipped into _abcoll. by Raymond Hettinger · 14 years ago
  9. ead2222 Issue #10565: Iterator ABC should require both __next__ and __iter__. by Raymond Hettinger · 14 years ago
  10. 31da5b2 Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x by Daniel Stutzbach · 14 years ago
  11. 9117c75 Issue #9214: Fix set operations on KeysView and ItemsView. by Raymond Hettinger · 14 years ago
  12. 51b401b Only expose the abstract base classes. by Raymond Hettinger · 14 years ago
  13. b214e90 Issue #9137: Fix issue in MutableMapping.update, which incorrectly by Mark Dickinson · 14 years ago
  14. 4ad6bd5 Merged revisions 81414 via svnmerge from by Benjamin Peterson · 14 years ago
  15. c384b22 Issue 6037: MutableSequence.__iadd__ should return self. by Raymond Hettinger · 15 years ago
  16. 3f10a95 Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 15 years ago
  17. 89fc2b7 Give mapping views a usable repr. by Raymond Hettinger · 15 years ago
  18. 9aa53c2 range() should have been registered as a Sequence. by Raymond Hettinger · 15 years ago
  19. ae65018 Beef-up tests for collections ABCs. by Raymond Hettinger · 16 years ago
  20. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  21. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  22. 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 16 years ago
  23. bfd0612 MappingView is Sized. by Raymond Hettinger · 16 years ago
  24. 7aebb64 Document how to use Set and MutableSet as a mixin. by Raymond Hettinger · 16 years ago
  25. 74b6495 Merge r60679 by Raymond Hettinger · 16 years ago
  26. 7190942 Merge r60674 an 60675. by Raymond Hettinger · 16 years ago
  27. 8284c4a Fix-up the _from_iterable() method to return instances of the subclass where it is used. by Raymond Hettinger · 16 years ago
  28. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  29. 554c8b8 Convert test_userdict to use the collections.UserDict. by Raymond Hettinger · 16 years ago
  30. b0d28b4 Fix-up mapping equality tests to include both keys and values by Raymond Hettinger · 16 years ago
  31. b346042 Fix typo (thanks Nick). by Raymond Hettinger · 16 years ago
  32. b9da9bc Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb modules are next). by Raymond Hettinger · 16 years ago
  33. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
  34. 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 17 years ago
  35. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  36. 0db3853 Removed more types from the types module by Christian Heimes · 17 years ago
  37. f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 17 years ago
  38. d05eb00 Add ABC ByteString which unifies bytes and bytearray (but not memoryview). by Guido van Rossum · 17 years ago
  39. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  40. a5d2d55 Patch 1335 by Christian Heimes. by Guido van Rossum · 17 years ago
  41. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  42. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  43. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  44. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago