summaryrefslogtreecommitdiffstats
path: root/Lib/dumbdbm.py
Commit message (Expand)AuthorAgeFilesLines
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-3/+3
* Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ...Raymond Hettinger2002-05-291-0/+12
* Whitespace normalization.Tim Peters2002-02-161-1/+1
* forward-patch from release21-maint branch:Anthony Baxter2001-12-211-0/+6
* Honor the mode argument to dumbdbm.open(); there is not good reason not to,Fred Drake2001-12-071-6/+7
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-7/+3
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-1/+1
* Replace __import__ with import as.Martin v. Löwis2001-07-191-1/+1
* Added support for .__contains__(), .__iter__(), .iterkeys().Fred Drake2001-05-031-1/+8
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-021-3/+7
* removed __all__ from several modulesSkip Montanaro2001-02-181-2/+0
* more __all__ updatesSkip Montanaro2001-01-201-0/+2
* Whitespace normalization.Tim Peters2001-01-141-107/+107
* Apply rstrip() to the lines read from _dirfile in _update(), so that aGuido van Rossum2000-12-111-1/+1
* Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem:Andrew M. Kuchling2000-07-101-1/+0
* Cast f.tell() result to int() in _addval(), so it works even onGuido van Rossum1999-04-271-1/+1
* export error == IOErrorGuido van Rossum1996-05-281-0/+2
* fix typo in _setval() return valueGuido van Rossum1996-01-251-1/+1
* Initial revisionGuido van Rossum1995-08-101-0/+143