summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate bsddb for removal in Python 3.0.Brett Cannon2008-09-051-0/+6
* Improve compatibility with Python3.0 testsuiteJesus Cea2008-09-021-6/+9
* bsddb module updated to version 4.7.2devel9.Jesus Cea2008-07-231-8/+34
* Fix issue2669: bsddb simple/legacy interface iteration silently failsGregory P. Smith2008-05-251-63/+77
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-6/+6
* Fix bug 1725856.Gregory P. Smith2007-08-241-0/+4
* - bsddb: multithreaded DB access using the simple bsddb module interfaceGregory P. Smith2006-06-151-28/+36
* pasted set_lk_detect line in wrong spot in previous commit. fixed. passes t...Gregory P. Smith2006-06-081-1/+1
* * Turn the deadlock situation described in SF bug #775414 into aGregory P. Smith2006-06-081-0/+1
* Fixes bug #1117761Gregory P. Smith2006-04-121-7/+9
* Closes bug #1149413Gregory P. Smith2006-04-121-1/+1
* Whitespace normalization.Tim Peters2006-02-201-1/+1
* Bug #1210377: close bsddb cursor correctly after NotFoundError.Georg Brandl2006-02-201-1/+4
* Add a unit test for bug fix #1396678.Georg Brandl2006-02-191-4/+3
* Bug #1396678: a closed bsddb.DB raises AttributeError on repr().Georg Brandl2006-02-191-1/+4
* Get BSD DB working most for version 3.2Neal Norwitz2005-10-201-0/+2
* Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.Martin v. Löwis2005-03-031-2/+2
* Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag whenGregory P. Smith2004-06-271-6/+11
* Fixes SF bug # 778421Gregory P. Smith2004-02-261-1/+1
* __init__.py: keep it compatible with older python (True and False == 1 and 0)Gregory P. Smith2004-01-131-2/+2
* * Use weakref's of DBCursor objects for the iterator cursors to avoid aGregory P. Smith2003-11-031-47/+45
* * Fix the singlethreaded deadlocks occurring in the simple bsddb interface.Gregory P. Smith2003-11-021-7/+102
* Use a threadsafe private DBEnv for each bsddb compatibility interfaceGregory P. Smith2003-09-271-3/+10
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-2/+9
* Maintain backwards compatibility with python < 2.3 by dynamicallyGregory P. Smith2003-09-201-18/+30
* The previous change works much faster (one lookup per key) whenRaymond Hettinger2003-09-131-0/+9
* SF #662923Raymond Hettinger2003-09-121-1/+10
* Whitespace normalization.Tim Peters2003-04-241-1/+1
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-16/+16
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-9/+2
* Delete bsddb from sys.modules if _bsddb cannot be imported.Martin v. Löwis2002-11-241-1/+8
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-191-0/+237