summaryrefslogtreecommitdiff
path: root/Lib/test/test_dumbdbm.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2007-01-301-2/+2
* This test doesn't pass on Windows. The cause seems to be that chmodNeal Norwitz2007-01-181-2/+8
* [Bug #802128 continued] Modify mode depending on the process umask.Andrew M. Kuchling2006-12-221-6/+10
* [Bug #802128] Make the mode argument of dumbdbm actually work the way it'sAndrew M. Kuchling2006-12-221-0/+14
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-081-3/+3
* [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra...Andrew M. Kuchling2005-06-071-0/+18
* Make close() identical to __del__() for a dumbdbm database. MakeTim Peters2003-07-131-0/+7
* Added a new randomized test.Tim Peters2003-07-111-0/+28
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* restructure a bit to not rely on test case execution orderingSkip Montanaro2002-03-171-4/+28
* This test left a new set of 3 junk files behind each time it was run.Tim Peters2002-01-301-11/+18
* Whitespace normalization.Tim Peters2001-11-131-2/+2
* Committing the second part of patch #480902, an improved test suiteBarry Warsaw2001-11-131-31/+66
* Use a saner test filename, to work on Windows.Guido van Rossum2001-01-191-3/+1
* A dumb test for the dumdbm module.Guido van Rossum2001-01-181-0/+39