1. ef08fb1 Issue #13896: Make shelf instances work with 'with' as context managers. by Andrew Svetlov · 12 years ago
  2. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  3. 57d1a88 Fix imports from collections.abc by Raymond Hettinger · 13 years ago
  4. 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 14 years ago
  5. ddb3ed0 Merged revisions 78141-78142 via svnmerge from by R. David Murray · 14 years ago
  6. d631371 Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  8. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  9. edf3b73 Remove DictMixin which is superceded by collections.MutableMapping by Raymond Hettinger · 17 years ago
  10. 83800a6 Fix this test. How could it ever have worked?! by Guido van Rossum · 17 years ago
  11. 178fefb applies the better dbm and shelve related unittests. bug 1007 from larryhastings by Gregory P. Smith · 17 years ago
  12. 79c3208 Change shelve to require a bytes-oriented dict as by Martin v. Löwis · 17 years ago
  13. 94b59bb Use test_support.unlink() instead of os.unlink(). by Guido van Rossum · 17 years ago
  14. 8d9db04 Fix the cleanup so that we're not left with shelftemp.db.* files. by Guido van Rossum · 17 years ago
  15. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
  16. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 20 years ago
  17. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  18. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  19. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  20. 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 21 years ago
  21. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 21 years ago
  22. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  23. 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 22 years ago