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