summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bsddb3.py
Commit message (Expand)AuthorAgeFilesLines
* Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-021-2/+1
* #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna.Ezio Melotti2010-02-021-0/+2
* A few more test skips via import_module, and change import_module toR. David Murray2009-03-311-2/+2
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-1/+5
* Better integration between Python testing and bsddb3Jesus Cea2008-05-271-5/+5
* * Give the test_bsddb3 tests a unique temporary directory to run theirGregory P. Smith2008-05-251-52/+20
* Enable the updated Lib/bsddb/test suite to run.Gregory P. Smith2008-05-141-10/+7
* Create a db_home directory with a unique name so multiple users canNeal Norwitz2008-02-241-1/+12
* Print periodic "still working" messages since this suite is slow.Neal Norwitz2008-01-271-0/+26
* Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...Collin Winter2007-04-251-6/+4
* * fix DBCursor.pget() bug with keyword argument names when no data= isGregory P. Smith2006-06-051-0/+1
* * add support for DBSequence objects [patch #1466734]Gregory P. Smith2006-06-051-0/+1
* 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