1. 1a7c357 Issue #24286: Register dict views with the MappingView ABCs. by Raymond Hettinger · 10 years ago
  2. 20994f1 Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 11 years ago
  3. 809b665 Fix guidance for subclassing collections.Set() by Raymond Hettinger · 11 years ago
  4. f643b9a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 11 years ago
  5. 7c57385 Issue #16373: Prevent infinite recursion for ABC Set class comparisons. by Serhiy Storchaka · 12 years ago
  6. cce5b04 Add missing docstrings to the collections ABCs by Raymond Hettinger · 12 years ago
  7. 1fea5c4 Merged revisions 86857 via svnmerge from by Alexander Belopolsky · 15 years ago
  8. 9128732 Merged revisions 84301 via svnmerge from by Daniel Stutzbach · 15 years ago
  9. 917bba1 Issue #9214: Fix set operations on KeysView and ItemsView. by Raymond Hettinger · 15 years ago
  10. 42add99 Merged revisions 82821 via svnmerge from by Mark Dickinson · 15 years ago
  11. eb318d3 return NotImplemented from Mapping when comparing to a non-mapping #8729 by Benjamin Peterson · 15 years ago
  12. 47627d5 #7624: Fix isinstance(foo(), collections.Callable) for old-style classes. by Florent Xicluna · 15 years ago
  13. fceb5d4 Issue 6037: MutableSequence.__iadd__ should return self. by Raymond Hettinger · 16 years ago
  14. 66c4a6b Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 16 years ago
  15. b31a6d0 Give mapping views a usable repr. by Raymond Hettinger · 16 years ago
  16. 8c56f88 Backport 69934: Register xrange() as a Sequence. by Raymond Hettinger · 16 years ago
  17. f779e6f Issue 4920: Fixed next() vs __next__() issues in the ABCs by Raymond Hettinger · 17 years ago
  18. 2d21d50 Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard(). by Raymond Hettinger · 17 years ago
  19. 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 17 years ago
  20. 4c52f52 Issue 3161: Missing import and test. by Raymond Hettinger · 17 years ago
  21. 60fbf7f #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. by Georg Brandl · 17 years ago
  22. 10ac19b Issue 2226: Callable checked for the wrong abstract method. by Raymond Hettinger · 17 years ago
  23. 972fb07 Remove dependency on itertools -- a simple genexp suffices. by Raymond Hettinger · 17 years ago
  24. d2f7680 Actually import itertools. by Georg Brandl · 17 years ago
  25. 2cd9bf5 Metaclass declaration is inherited by Raymond Hettinger · 17 years ago
  26. 2e827bf Merge with r60683. by Raymond Hettinger · 17 years ago
  27. c2bc0d1 Make ABC containers inherit as documented. by Raymond Hettinger · 17 years ago
  28. d53f1c4 Fill-in missing Set comparisons by Raymond Hettinger · 17 years ago
  29. 18a1ffc Speed-up __iter__() mixin method. by Raymond Hettinger · 17 years ago
  30. 017b6a3 Merge 60627. by Raymond Hettinger · 18 years ago
  31. 45eda64 Sync-up with Py3k work. by Raymond Hettinger · 18 years ago
  32. e973c61 Missing return by Raymond Hettinger · 18 years ago
  33. e67420d Fix defect in __ixor__ which would get the wrong by Raymond Hettinger · 18 years ago
  34. 7d518f4 MutableSets support a remove() method. by Raymond Hettinger · 18 years ago
  35. abf3fcf Add isdisjoint() to the Set/MutableSet ABCs. by Raymond Hettinger · 18 years ago
  36. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 18 years ago