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_shelve.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use test_support.unlink() instead of os.unlink().
Guido van Rossum
2007-05-18
1
-4/+3
*
Fix the cleanup so that we're not left with shelftemp.db.* files.
Guido van Rossum
2007-05-18
1
-12/+10
*
Removed deprecated method arguments from the shelve module.
Raymond Hettinger
2004-12-05
1
-8/+8
*
Rename class attribute containing the class to be tested, so the name is the
Walter Dörwald
2004-06-02
1
-1/+1
*
Port the dictionary tests from test_types.py to unittest. Collect as much
Walter Dörwald
2004-05-31
1
-3/+3
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
1
-1/+1
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-9/+9
*
Patch #553171: Add writeback parameter. Also add protocol parameter.
Martin v. Löwis
2003-04-19
1
-6/+45
*
SF patch #667730: More DictMixin
Raymond Hettinger
2003-03-09
1
-2/+47
*
Whitespace normalization.
Tim Peters
2002-12-24
1
-1/+1
*
Add support for binary pickles to the shelve module. In some situations
Skip Montanaro
2002-12-08
1
-0/+51