1. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  2. c99475e dump the string exception fallback for anydbm.error. by Skip Montanaro · 22 years ago
  3. c79f3d0 Catch only the relevant exceptions instead of using a bare except clause. by Fred Drake · 23 years ago
  4. 7834907 removed __all__ from several modules by Skip Montanaro · 23 years ago
  5. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  6. 146965a Whitespace standardization. by Tim Peters · 24 years ago
  7. fc1f64d Oops, I had 'n' and 'c' mixed up in my mind. Get rid of the comment by Guido van Rossum · 26 years ago
  8. a5c0998 Inspired by Ben Sayer, rewritten the code and some of the comments to by Guido van Rossum · 26 years ago
  9. 0182c06 inherit error from _mod.error by Guido van Rossum · 28 years ago
  10. e03a86c change default flag to match dbm/gdbm by Guido van Rossum · 29 years ago
  11. 4ac0050 revamped somewhat by Guido van Rossum · 29 years ago
  12. cc6764c added __doc__ strings etc. by Guido van Rossum · 29 years ago
  13. a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 30 years ago