summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_basics.py
Commit message (Expand)AuthorAgeFilesLines
* Fix errors in bsddb3 tests due to removal of exception slicing.Guido van Rossum2007-03-281-8/+8
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-74/+74
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-11/+11
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+1
* Fix the bsddb3 unit tests.Guido van Rossum2006-08-241-1/+1
* Fixed to the point that all unit tests pass again. (However, I get 4Guido van Rossum2006-08-211-6/+6
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-6/+31
* Merge the rest of the trunk.Thomas Wouters2006-06-081-0/+10
* Remove apply()Neal Norwitz2006-03-171-1/+1
* 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