index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_dbm.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
The dbm module should use bytes for keys. This makes test_shelve pass.
Guido van Rossum
2007-08-14
1
-3/+3
*
Remove the ability to slice/index on exceptions per PEP 352.
Brett Cannon
2007-02-27
1
-1/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+2
*
Don't use a fixed temporary name (gdbm).
Guido van Rossum
2006-08-25
1
-2/+2
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1/+1
*
Skip test_dbm if we can't write to the file
Neal Norwitz
2002-11-02
1
-31/+43
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Check that f.keys() == [] right after creation -- this prevents bugs
Guido van Rossum
2001-03-22
1
-1/+2
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1/+1
*
Fix up the cleanup of the temporary DB so it works for BSD DB's
Fred Drake
2000-09-18
1
-4/+12
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-2/+2
*
Many scripts, but small changes. Update the way the scripts obtain the
Roger E. Masse
1996-12-20
1
-1/+6
*
Added a test script for dbmmodule.c and added it to testall.py and
Roger E. Masse
1996-12-10
1
-0/+29