1. eb318d3 return NotImplemented from Mapping when comparing to a non-mapping #8729 by Benjamin Peterson · 15 years ago
  2. 47627d5 #7624: Fix isinstance(foo(), collections.Callable) for old-style classes. by Florent Xicluna · 15 years ago
  3. fceb5d4 Issue 6037: MutableSequence.__iadd__ should return self. by Raymond Hettinger · 16 years ago
  4. 66c4a6b Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 16 years ago
  5. b31a6d0 Give mapping views a usable repr. by Raymond Hettinger · 16 years ago
  6. 8c56f88 Backport 69934: Register xrange() as a Sequence. by Raymond Hettinger · 16 years ago
  7. f779e6f Issue 4920: Fixed next() vs __next__() issues in the ABCs by Raymond Hettinger · 17 years ago
  8. 2d21d50 Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard(). by Raymond Hettinger · 17 years ago
  9. 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
  10. 4c52f52 Issue 3161: Missing import and test. by Raymond Hettinger · 17 years ago
  11. 60fbf7f #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. by Georg Brandl · 17 years ago
  12. 10ac19b Issue 2226: Callable checked for the wrong abstract method. by Raymond Hettinger · 17 years ago
  13. 972fb07 Remove dependency on itertools -- a simple genexp suffices. by Raymond Hettinger · 17 years ago
  14. d2f7680 Actually import itertools. by Georg Brandl · 17 years ago
  15. 2cd9bf5 Metaclass declaration is inherited by Raymond Hettinger · 17 years ago
  16. 2e827bf Merge with r60683. by Raymond Hettinger · 17 years ago
  17. c2bc0d1 Make ABC containers inherit as documented. by Raymond Hettinger · 17 years ago
  18. d53f1c4 Fill-in missing Set comparisons by Raymond Hettinger · 17 years ago
  19. 18a1ffc Speed-up __iter__() mixin method. by Raymond Hettinger · 17 years ago
  20. 017b6a3 Merge 60627. by Raymond Hettinger · 18 years ago
  21. 45eda64 Sync-up with Py3k work. by Raymond Hettinger · 18 years ago
  22. e973c61 Missing return by Raymond Hettinger · 18 years ago
  23. e67420d Fix defect in __ixor__ which would get the wrong by Raymond Hettinger · 18 years ago
  24. 7d518f4 MutableSets support a remove() method. by Raymond Hettinger · 18 years ago
  25. abf3fcf Add isdisjoint() to the Set/MutableSet ABCs. by Raymond Hettinger · 18 years ago
  26. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 18 years ago