summaryrefslogtreecommitdiffstats
path: root/Lib/dbhash.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | loaded - prevents second import later from succeeding spuriously - mostly of use in regression tests where the module might get imported more than once
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
| | | | | | | | added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
* 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