summaryrefslogtreecommitdiff
path: root/Lib/anydbm.py
Commit message (Expand)AuthorAgeFilesLines
* Add docstring to anydbm.openÉric Araujo2011-05-011-11/+13
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* dump the string exception fallback for anydbm.error.Skip Montanaro2002-03-181-5/+2
* Catch only the relevant exceptions instead of using a bare except clause.Fred Drake2001-05-111-1/+1
* removed __all__ from several modulesSkip Montanaro2001-02-181-2/+0
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Whitespace standardization.Tim Peters2001-01-141-40/+40
* Oops, I had 'n' and 'c' mixed up in my mind. Get rid of the commentGuido van Rossum1998-04-281-5/+4
* Inspired by Ben Sayer, rewritten the code and some of the comments toGuido van Rossum1998-04-281-14/+47
* inherit error from _mod.errorGuido van Rossum1996-01-251-0/+3
* change default flag to match dbm/gdbmGuido van Rossum1995-08-111-3/+3
* revamped somewhatGuido van Rossum1995-08-101-18/+19
* added __doc__ strings etc.Guido van Rossum1995-02-091-5/+46
* shelve.py: database of persistent objects, on top of pickle.py and anydbm.pyGuido van Rossum1995-01-101-0/+9