1. d7773d9 bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) by bennorth · 7 years ago
  2. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  3. 6692f01 merge by Raymond Hettinger · 8 years ago
  4. 0f04bc7 merge 3.5 (closes #26478) by Benjamin Peterson · 8 years ago
  5. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 8 years ago
  6. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 8 years ago
  7. 12ab296 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  8. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  9. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  10. bb215e2 Merge 3.5 (Issue #19235) by Yury Selivanov · 9 years ago
  11. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  12. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  13. c074e9d Issue #24286: Forward port dict view abstract base class tests. by Raymond Hettinger · 9 years ago
  14. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  15. 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  16. 611d901 add recursive repr test by Benjamin Peterson · 11 years ago
  17. 045b3ba Issue #9212: Added the missing isdisjoint method to the dict_keys and by Daniel Stutzbach · 14 years ago
  18. a714257 Forward port unit tests for set operation and repr. by Alexandre Vassalotti · 14 years ago
  19. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  20. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  21. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  22. d9214d1 Make dict.keys() and dict.items() comparable to sets, using == and !=. by Guido van Rossum · 17 years ago
  23. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  24. 3ac6741 Implement __contains__ for dict_keys and dict_items. by Guido van Rossum · 17 years ago
  25. 83825ac Endow dict views with a proper length method. by Guido van Rossum · 17 years ago
  26. b90c848 Very preliminary work on dict views. by Guido van Rossum · 17 years ago