1. 8ddc176e Improve DictMixin. by Raymond Hettinger · 22 years ago
  2. 903bf90 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  3. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  4. 5262867 Add regression test for SF bug #476616 -- make sure copy of a derived class by Fred Drake · 23 years ago
  5. 288cd2c Fix the test so it uses IterableUserDict for the "for x in dict" test. by Guido van Rossum · 23 years ago
  6. a3f98d6 Give UserDict new __contains__ and __iter__ methods. by Tim Peters · 23 years ago
  7. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  8. 3eccc48 Test suite for UserDict by Guido van Rossum · 25 years ago