summaryrefslogtreecommitdiff
path: root/Lib/test/test_gdbm.py
Commit message (Expand)AuthorAgeFilesLines
* Backported r51621 from p3yk:Thomas Wouters2007-02-251-2/+2
* 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