1. 045b3ba Issue #9212: Added the missing isdisjoint method to the dict_keys and by Daniel Stutzbach · 14 years ago
  2. a714257 Forward port unit tests for set operation and repr. by Alexandre Vassalotti · 14 years ago
  3. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  4. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  5. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  6. d9214d1 Make dict.keys() and dict.items() comparable to sets, using == and !=. by Guido van Rossum · 17 years ago
  7. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  8. 3ac6741 Implement __contains__ for dict_keys and dict_items. by Guido van Rossum · 17 years ago
  9. 83825ac Endow dict views with a proper length method. by Guido van Rossum · 17 years ago
  10. b90c848 Very preliminary work on dict views. by Guido van Rossum · 17 years ago