summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_whichdb.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Get test working when there are multiple dbs supported.Neal Norwitz2007-08-251-0/+1
* follow up to bug 1007 commit.Gregory P. Smith2007-08-241-2/+2
* applies the better dbm and shelve related unittests. bug 1007 from larryhast...Gregory P. Smith2007-08-241-33/+25
* Change dumbdbm to use bytes keys.Martin v. Löwis2007-08-071-1/+1
* Make gdbm and dumbdbm use byte strings. Updated their tests.Guido van Rossum2007-05-231-1/+1
* Treat empty dat/dir pairs as dumbdbm. Fixes #744687.Martin v. Löwis2003-06-141-0/+5
* Standardize behavior: no docstrings in test functions.Guido van Rossum2002-08-221-4/+3
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-1/+1
* Whitespace normalization.Tim Peters2002-08-081-2/+1
* regression test for the whichdb moduleSkip Montanaro2002-08-021-0/+63