summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_thread.py
Commit message (Collapse)AuthorAgeFilesLines
* readerThread(): Add max_retries to both DeadlockWrap() calls. ThisBarry Warsaw2003-07-211-2/+2
| | | | may cause some tests to fail but it prevents them from hanging.
* Wrap the cursor functions with dbutils.DeadlockWrap to deal with theGregory P. Smith2003-05-281-2/+2
| | | | expected DBLockDeadLockErrors.
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+8
| | | | so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
* Cleanups, and conversion of assert to assertEqual()Barry Warsaw2003-01-101-71/+69
|
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-21/+26
| | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25.
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-231-9/+12
|
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+487