summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_associate.py
Commit message (Collapse)AuthorAgeFilesLines
* bsddb 4.1.6:Gregory P. Smith2003-07-091-1/+1
| | | | | | | | | | | * Extended DB & DBEnv set_get_returns_none functionality to take a "level" instead of a boolean flag. The boolean 0 and 1 values still have the same effect. A value of 2 extends the "return None instead of raising an exception" behaviour to the DBCursor set methods. This will become the default behaviour in pybsddb 4.2. * Fixed a typo in DBCursor.join_item method that made it crash instead of returning a value. Obviously nobody uses it. Wrote a test case for join and join_item.
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+6
| | | | so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-28/+26
| | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25.
* Whitespace normalization.Tim Peters2002-11-241-4/+4
|
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+323