aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/bsddb/test/test_thread.py
Commit message (Expand)AuthorAge
* remove bsddbBenjamin Peterson2008-09-03
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-31
* fix get_name usageBenjamin Peterson2008-08-18
* fix more threading API related bugsBenjamin Peterson2008-06-13
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-16
* Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-...Christian Heimes2008-03-02
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-25
* Fixed two bugs in the bsddb tests. One was reported as #1956Christian Heimes2008-01-28
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-27
* Cleanup test_thread. CDB (Concurrent Database) support in BerkeleyDB is onlyGregory P. Smith2007-09-08
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-28
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-08
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-06
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-09
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-24
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Purged Berkeley code of references to the long-obsolete whrandom.Tim Peters2004-08-08
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-21
* readerThread(): Add max_retries to both DeadlockWrap() calls. ThisBarry Warsaw2003-07-21
* Wrap the cursor functions with dbutils.DeadlockWrap to deal with theGregory P. Smith2003-05-28
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-28
* Cleanups, and conversion of assert to assertEqual()Barry Warsaw2003-01-10
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-30
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-23
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-19