summaryrefslogtreecommitdiffstats
path: root/Lib/dbhash.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 77310-77311 via svnmerge fromEzio Melotti2010-08-021-1/+1
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77310 | antoine.pitrou | 2010-01-05 01:22:44 +0200 (Tue, 05 Jan 2010) | 4 lines Issue #7092: Fix the DeprecationWarnings emitted by the standard library when using the -3 flag. Patch by Florent Xicluna. ........ r77311 | antoine.pitrou | 2010-01-05 01:28:16 +0200 (Tue, 05 Jan 2010) | 3 lines Kill a couple of "<>" ........
* Deprecate bsddb for removal in Python 3.0.Brett Cannon2008-09-051-0/+3
| | | | | Closes issue 3776. Review by Nick Coghlan.
* 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