summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dbm.py
Commit message (Expand)AuthorAgeFilesLines
* The dbm module should use bytes for keys. This makes test_shelve pass.Guido van Rossum2007-08-141-3/+3
* Remove the ability to slice/index on exceptions per PEP 352.Brett Cannon2007-02-271-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+2
* 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
* Skip test_dbm if we can't write to the fileNeal Norwitz2002-11-021-31/+43
* 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
* Fix up the cleanup of the temporary DB so it works for BSD DB'sFred Drake2000-09-181-4/+12
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-2/+2
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-1/+6
* Added a test script for dbmmodule.c and added it to testall.py andRoger E. Masse1996-12-101-0/+29