1. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  2. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
  3. 13a2c27 Untabify to pass the -tt test. by Fred Drake · 24 years ago
  4. 2f7df12 Patch by Paul Sokolovsky to support the get() method. by Guido van Rossum · 25 years ago
  5. f62cf61 Give in to tabnanny. by Guido van Rossum · 26 years ago
  6. 65e5399 Don't write "if self.dict: self.dict.close()"; just write by Guido van Rossum · 26 years ago
  7. 6599fb0 Make close(), and hence __del__(), robust in the light of the world by Guido van Rossum · 27 years ago
  8. 914c938 Use cPickle and cStringIO when available. by Guido van Rossum · 27 years ago
  9. 4fc7067 Added a 'sync' method to shelve. If the underlying database does not have a sync by Roger E. Masse · 27 years ago
  10. 5f8ea10 Fix bogus len() call by Guido van Rossum · 28 years ago
  11. abad1cc renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely) by Guido van Rossum · 29 years ago
  12. cebfa70 fix stupid bug (db should be dict) by Guido van Rossum · 29 years ago
  13. 256cbd7 minute comment changes by Guido van Rossum · 29 years ago
  14. cc6764c added __doc__ strings etc. by Guido van Rossum · 29 years ago
  15. a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 30 years ago