1. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  2. ac0f965 Add spaces to follow PEP8. by Andrew Svetlov · 12 years ago
  3. ef08fb1 Issue #13896: Make shelf instances work with 'with' as context managers. by Andrew Svetlov · 12 years ago
  4. 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 13 years ago
  5. ddb3ed0 Merged revisions 78141-78142 via svnmerge from by R. David Murray · 14 years ago
  6. 1f44914 Merged revisions 78137 via svnmerge from by R. David Murray · 14 years ago
  7. 8560226 The default shelve pickle protocol should have been 3. by Raymond Hettinger · 15 years ago
  8. b5ebf27b Merged revisions 65787 via svnmerge from by Brett Cannon · 16 years ago
  9. d631371 Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from by Benjamin Peterson · 16 years ago
  10. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  11. ba99c58 The new default protocol is two. by Raymond Hettinger · 16 years ago
  12. b9da9bc Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb modules are next). by Raymond Hettinger · 16 years ago
  13. 79c3208 Change shelve to require a bytes-oriented dict as by Martin v. Löwis · 17 years ago
  14. d24fffe Move shelve over to BytesIO as pickle.(Pickler | Unpickler) expect binary by Brett Cannon · 17 years ago
  15. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  16. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  17. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  18. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  19. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  20. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 19 years ago
  21. 68dcd34 Fixup bare try/except. by Raymond Hettinger · 21 years ago
  22. 092b2a9 SF 740055: optional argument protocol in shelve.open is ignored by Raymond Hettinger · 21 years ago
  23. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  24. 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 21 years ago
  25. b3b22f3 flesh out open() docstring by Skip Montanaro · 21 years ago
  26. 123dc8e self.binary -> self._binary to remove it from the public interface - by Skip Montanaro · 21 years ago
  27. 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 21 years ago
  28. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  29. e4913c9 Patch #624936: Implement __contains__. by Martin v. Löwis · 22 years ago
  30. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  31. 495ad3c Whitespace normalization. by Tim Peters · 23 years ago
  32. 13a2c27 Untabify to pass the -tt test. by Fred Drake · 24 years ago
  33. 2f7df12 Patch by Paul Sokolovsky to support the get() method. by Guido van Rossum · 25 years ago
  34. f62cf61 Give in to tabnanny. by Guido van Rossum · 26 years ago
  35. 65e5399 Don't write "if self.dict: self.dict.close()"; just write by Guido van Rossum · 26 years ago
  36. 6599fb0 Make close(), and hence __del__(), robust in the light of the world by Guido van Rossum · 26 years ago
  37. 914c938 Use cPickle and cStringIO when available. by Guido van Rossum · 27 years ago
  38. 4fc7067 Added a 'sync' method to shelve. If the underlying database does not have a sync by Roger E. Masse · 27 years ago
  39. 5f8ea10 Fix bogus len() call by Guido van Rossum · 28 years ago
  40. abad1cc renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely) by Guido van Rossum · 29 years ago
  41. cebfa70 fix stupid bug (db should be dict) by Guido van Rossum · 29 years ago
  42. 256cbd7 minute comment changes by Guido van Rossum · 29 years ago
  43. cc6764c added __doc__ strings etc. by Guido van Rossum · 29 years ago
  44. a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 29 years ago