summaryrefslogtreecommitdiff
path: root/Lib/test/test_gdbm.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-42/+77
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-2/+2
* Fix test_gdbm.Martin v. Löwis2007-08-141-3/+3
* Make gdbm and dumbdbm use byte strings. Updated their tests.Guido van Rossum2007-05-231-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Don't use a fixed temporary name (gdbm).Guido van Rossum2006-08-251-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+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
* gdbm.open() no longer accepts garbage in the flags string. Fix the tests.Neil Schemenauer2000-12-181-2/+7
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-2/+2
* Added test case for accessing gsbm database by key after it's closed;Fred Drake2000-02-071-1/+7
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-3/+2
* Test script for the GNU dbm module (gdbm)Roger E. Masse1996-12-171-0/+35