1. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
  2. 68dcd34 Fixup bare try/except. by Raymond Hettinger · 21 years ago
  3. 092b2a9 SF 740055: optional argument protocol in shelve.open is ignored by Raymond Hettinger · 21 years ago
  4. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  5. 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 21 years ago
  6. b3b22f3 flesh out open() docstring by Skip Montanaro · 22 years ago
  7. 123dc8e self.binary -> self._binary to remove it from the public interface - by Skip Montanaro · 22 years ago
  8. 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 22 years ago
  9. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  10. e4913c9 Patch #624936: Implement __contains__. by Martin v. Löwis · 22 years ago
  11. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  12. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
  13. 13a2c27 Untabify to pass the -tt test. by Fred Drake · 24 years ago
  14. 2f7df12 Patch by Paul Sokolovsky to support the get() method. by Guido van Rossum · 25 years ago
  15. f62cf61 Give in to tabnanny. by Guido van Rossum · 26 years ago
  16. 65e5399 Don't write "if self.dict: self.dict.close()"; just write by Guido van Rossum · 26 years ago
  17. 6599fb0 Make close(), and hence __del__(), robust in the light of the world by Guido van Rossum · 27 years ago
  18. 914c938 Use cPickle and cStringIO when available. by Guido van Rossum · 27 years ago
  19. 4fc7067 Added a 'sync' method to shelve. If the underlying database does not have a sync by Roger E. Masse · 27 years ago
  20. 5f8ea10 Fix bogus len() call by Guido van Rossum · 28 years ago
  21. abad1cc renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely) by Guido van Rossum · 29 years ago
  22. cebfa70 fix stupid bug (db should be dict) by Guido van Rossum · 29 years ago
  23. 256cbd7 minute comment changes by Guido van Rossum · 29 years ago
  24. cc6764c added __doc__ strings etc. by Guido van Rossum · 29 years ago
  25. a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 30 years ago