1. 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 · 16 years ago
  2. 4c52f52 Issue 3161: Missing import and test. by Raymond Hettinger · 16 years ago
  3. 60fbf7f #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. by Georg Brandl · 16 years ago
  4. 10ac19b Issue 2226: Callable checked for the wrong abstract method. by Raymond Hettinger · 17 years ago
  5. 972fb07 Remove dependency on itertools -- a simple genexp suffices. by Raymond Hettinger · 17 years ago
  6. d2f7680 Actually import itertools. by Georg Brandl · 17 years ago
  7. 2cd9bf5 Metaclass declaration is inherited by Raymond Hettinger · 17 years ago
  8. 2e827bf Merge with r60683. by Raymond Hettinger · 17 years ago
  9. c2bc0d1 Make ABC containers inherit as documented. by Raymond Hettinger · 17 years ago
  10. d53f1c4 Fill-in missing Set comparisons by Raymond Hettinger · 17 years ago
  11. 18a1ffc Speed-up __iter__() mixin method. by Raymond Hettinger · 17 years ago
  12. 017b6a3 Merge 60627. by Raymond Hettinger · 17 years ago
  13. 45eda64 Sync-up with Py3k work. by Raymond Hettinger · 17 years ago
  14. e973c61 Missing return by Raymond Hettinger · 17 years ago
  15. e67420d Fix defect in __ixor__ which would get the wrong by Raymond Hettinger · 17 years ago
  16. 7d518f4 MutableSets support a remove() method. by Raymond Hettinger · 17 years ago
  17. abf3fcf Add isdisjoint() to the Set/MutableSet ABCs. by Raymond Hettinger · 17 years ago
  18. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 17 years ago