summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bsddb3.py
Commit message (Expand)AuthorAgeFilesLines
* remove bsddbBenjamin Peterson2008-09-031-82/+0
* Python3.0 bsddb testsuite compatibility improvementsJesus Cea2008-09-031-3/+7
* The decode is used to workaround this:Jesus Cea2008-09-031-1/+3
* Port Python 2.6 bsddb3 testdriver to Python 3.0Jesus Cea2008-09-021-60/+23
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-251-2/+12
* Merged revisions 60350-60363 via svnmerge fromChristian Heimes2008-01-271-0/+26
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-281-6/+9
* Fix test_bsddb3.Martin v. Löwis2007-08-111-2/+1
* Fix dbshelve and much of dbtables.Martin v. Löwis2007-08-101-15/+15
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-081-16/+17
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-5/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-7/+7
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Merge the rest of the trunk.Thomas Wouters2006-06-081-0/+2
* Remove generated test db filesNeal Norwitz2006-01-251-2/+3
* Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.Neal Norwitz2006-01-251-0/+6
* Add some missing tests. Should now test everything that pybsddb'sBarry Warsaw2002-12-301-24/+32
* Whitespace normalization.Tim Peters2002-11-241-1/+0
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+60