summaryrefslogtreecommitdiff
path: root/Lib/dbhash.py
Commit message (Expand)AuthorAgeFilesLines
* spellingBenjamin Peterson2010-04-031-1/+1
* remove unneeded argumentBenjamin Peterson2010-04-031-2/+1
* wrapBenjamin Peterson2010-04-031-3/+3
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-1/+1
* Deprecate bsddb for removal in Python 3.0.Brett Cannon2008-09-051-0/+3
* typoSkip Montanaro2003-05-051-1/+1
* Fix bug #422702: Make flag argument to open optional, and document it that way.Martin v. Löwis2001-06-051-1/+1
* fail more completely by deleting dbhash from sys.modules if bsddb can't beSkip Montanaro2001-01-251-1/+7
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Clarify why we define error. Suggested by Andrew Dalke.Guido van Rossum1999-05-031-1/+1
* The permissions ('mode' flag) should default to 0666.Guido van Rossum1998-07-031-1/+1
* backward compatible interface for bsddbGuido van Rossum1996-01-251-0/+8