summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_thread.py
Commit message (Expand)AuthorAgeFilesLines
* remove bsddbBenjamin Peterson2008-09-031-528/+0
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-248/+252
* fix get_name usageBenjamin Peterson2008-08-181-10/+10
* fix more threading API related bugsBenjamin Peterson2008-06-131-11/+11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+1
* Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-...Christian Heimes2008-03-021-1/+5
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-251-6/+3
* Fixed two bugs in the bsddb tests. One was reported as #1956Christian Heimes2008-01-281-2/+2
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-2/+10
* Cleanup test_thread. CDB (Concurrent Database) support in BerkeleyDB is onlyGregory P. Smith2007-09-081-28/+26
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-281-22/+39
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-081-7/+7
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-6/+0
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-36/+36
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+1
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+6
* 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