summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_basics.py
Commit message (Expand)AuthorAgeFilesLines
* This was found by Guido AFAIK on p3yk (sic) branch.Neal Norwitz2006-09-051-1/+1
* - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrenameGregory P. Smith2006-07-281-6/+31
* * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]Gregory P. Smith2006-06-051-0/+7
* bugfix: when log_archive was called with the DB_ARCH_REMOVE flag presentGregory P. Smith2006-06-051-0/+3
* Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVERGregory P. Smith2006-01-271-0/+3
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-081-7/+7
* pybsddb 4.3.2:Gregory P. Smith2005-06-041-4/+7
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-3/+3
* Fixes SF bug # 778421Gregory P. Smith2004-02-261-1/+6
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* __init__.py: keep it compatible with older python (True and False == 1 and 0)Gregory P. Smith2004-01-131-4/+15
* bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the lengthGregory P. Smith2003-10-011-36/+36
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-3/+3
* bsddb 4.1.6:Gregory P. Smith2003-07-091-9/+54
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+6
* bugfix: do not double-close DB cursor during deallocation when theGregory P. Smith2003-01-171-0/+12
* bugfix: disallow use of DB_TXN after commit() or abort(), prevents aGregory P. Smith2003-01-171-0/+20
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-58/+95
* Whitespace normalization.Tim Peters2002-11-241-1/+0
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+814