Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch only the relevant exceptions instead of using a bare except clause. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
* | removed __all__ from several modules | Skip Montanaro | 2001-02-18 | 1 | -2/+0 |
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
* | Whitespace standardization. | Tim Peters | 2001-01-14 | 1 | -40/+40 |
* | Oops, I had 'n' and 'c' mixed up in my mind. Get rid of the comment | Guido van Rossum | 1998-04-28 | 1 | -5/+4 |
* | Inspired by Ben Sayer, rewritten the code and some of the comments to | Guido van Rossum | 1998-04-28 | 1 | -14/+47 |
* | inherit error from _mod.error | Guido van Rossum | 1996-01-25 | 1 | -0/+3 |
* | change default flag to match dbm/gdbm | Guido van Rossum | 1995-08-11 | 1 | -3/+3 |
* | revamped somewhat | Guido van Rossum | 1995-08-10 | 1 | -18/+19 |
* | added __doc__ strings etc. | Guido van Rossum | 1995-02-09 | 1 | -5/+46 |
* | shelve.py: database of persistent objects, on top of pickle.py and anydbm.py | Guido van Rossum | 1995-01-10 | 1 | -0/+9 |