summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_thread.py
Commit message (Expand)AuthorAgeFilesLines
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-28/+75
* bsddb module updated to version 4.7.2devel9.Jesus Cea2008-07-231-22/+13
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-185/+166
* Remove the files/dirs after closing the DB so the tests work on Windows.Neal Norwitz2008-03-051-1/+1
* Modify import of test_support so that the code can also be used with aGregory P. Smith2008-03-021-1/+5
* Create a db_home directory with a unique name so multiple users canNeal Norwitz2008-02-241-6/+3
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Fix exception in tearDown on ppc buildbot. If there's no directory,Neal Norwitz2008-01-261-2/+5
* [Patch #1520904] Fix bsddb tests to write to the temp directory instead of th...Andrew M. Kuchling2007-01-051-1/+1
* BaseThreadedTestCase.setup(): stop special-casing WindowsError.Tim Peters2006-05-111-2/+0
* Handle ERROR_ALREADY_EXISTS.Martin v. Löwis2006-05-061-0/+8
* Purged Berkeley code of references to the long-obsolete whrandom.Tim Peters2004-08-081-1/+1
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-3/+3
* readerThread(): Add max_retries to both DeadlockWrap() calls. ThisBarry Warsaw2003-07-211-2/+2
* Wrap the cursor functions with dbutils.DeadlockWrap to deal with theGregory P. Smith2003-05-281-2/+2
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+8
* 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
* 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