summaryrefslogtreecommitdiff
path: root/Lib/test/test_bsddb.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30850: Use specialized assert methods in bsddb tests. (#2584)Serhiy Storchaka2017-07-051-4/+4
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-6/+17
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* #7092: silence py3k warnings for deprecated modulesEzio Melotti2010-01-301-2/+3
* use assert[Not]In where appropriateEzio Melotti2010-01-231-11/+11
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-17/+17
* A few more test skips via import_module, and change import_module toR. David Murray2009-03-311-2/+7
* Fix issue2669: bsddb simple/legacy interface iteration silently failsGregory P. Smith2008-05-251-12/+51
* Fix bug 1725856.Gregory P. Smith2007-08-241-0/+16
* Fix typo in commentNeal Norwitz2007-02-231-1/+1
* Remove usage of sets module (patch #1500609).Georg Brandl2006-07-171-2/+1
* Fixes bug #1117761Gregory P. Smith2006-04-121-1/+1
* Closes bug #1149413Gregory P. Smith2006-04-121-1/+8
* * Use weakref's of DBCursor objects for the iterator cursors to avoid aGregory P. Smith2003-11-031-3/+76
* * Fix the singlethreaded deadlocks occurring in the simple bsddb interface.Gregory P. Smith2003-11-021-1/+52
* * Converted test to unittest format.Raymond Hettinger2003-09-131-85/+158
* SF #662923Raymond Hettinger2003-09-121-6/+18
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-3/+2
* Oops, missed an import of test_support.Barry Warsaw2002-07-231-1/+1
* SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)Anthony Baxter2002-04-231-19/+26
* Move import dbhash out of test_sundry and into test_bsddb,Guido van Rossum2001-12-071-0/+1
* Check that f.keys() == [] right after creation -- this prevents bugsGuido van Rossum2001-03-221-1/+2
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Remove the temp file when we're done.Guido van Rossum1999-03-241-1/+6
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-28/+28
* Test script for the bsddb C extension module.Roger E. Masse1997-01-161-0/+69