summaryrefslogtreecommitdiff
path: root/Lib/test/test_bsddb.py
Commit message (Expand)AuthorAgeFilesLines
* 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