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