1. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  2. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  3. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  4. 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
  5. 5a8a037 Use descriptors. by Guido van Rossum · 20 years ago
  6. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 20 years ago
  7. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  8. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  9. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  10. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  11. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  12. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 22 years ago
  13. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 22 years ago
  14. e28be59 Port test_userdict.py to PyUnit. From SF patch #662807, by Walter Dörwald · 22 years ago
  15. 0efa17c Clean-up test class for DictMixin. by Raymond Hettinger · 22 years ago
  16. e4827eb Bring UserDict in-sync with changes to dict. by Raymond Hettinger · 22 years ago
  17. 5440545 Implement dict() style constructor. by Raymond Hettinger · 22 years ago
  18. 8ddc176e Improve DictMixin. by Raymond Hettinger · 22 years ago
  19. 903bf90 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  20. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  21. 5262867 Add regression test for SF bug #476616 -- make sure copy of a derived class by Fred Drake · 23 years ago
  22. 288cd2c Fix the test so it uses IterableUserDict for the "for x in dict" test. by Guido van Rossum · 23 years ago
  23. a3f98d6 Give UserDict new __contains__ and __iter__ methods. by Tim Peters · 23 years ago
  24. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  25. 3eccc48 Test suite for UserDict by Guido van Rossum · 25 years ago