Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
05e8be17fd15d8e649e026600f5ab20e1154599f
/
Lib
/
test
/
test_dbm.py
05e8be1
Merged revisions 60990-61002 via svnmerge from
by Christian Heimes
· 17 years ago
3add4d7
Raise statement normalization in Lib/test/.
by Collin Winter
· 17 years ago
956e359
The dbm module should use bytes for keys. This makes test_shelve pass.
by Guido van Rossum
· 17 years ago
ba7bf49
Remove the ability to slice/index on exceptions per PEP 352.
by Brett Cannon
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
f35ad33
Don't use a fixed temporary name (gdbm).
by Guido van Rossum
· 18 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 18 years ago
e7629c8
Skip test_dbm if we can't write to the file
by Neal Norwitz
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
f6e47ad
Check that f.keys() == [] right after creation -- this prevents bugs
by Guido van Rossum
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
57a4e90
Fix up the cleanup of the temporary DB so it works for BSD DB's
by Fred Drake
· 24 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
fab8ab8
Many scripts, but small changes. Update the way the scripts obtain the
by Roger E. Masse
· 28 years ago
16f9fd2
Added a test script for dbmmodule.c and added it to testall.py and
by Roger E. Masse
· 28 years ago