summaryrefslogtreecommitdiff
path: root/Lib/test/test_shelve.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 77841 via svnmerge fromEzio Melotti2010-08-021-0/+2
* Merged revisions 78141-78142 via svnmerge fromR. David Murray2010-02-111-0/+11
* Issue 1592: Better error reporting for operations on closed shelves.Raymond Hettinger2008-07-251-0/+15
* Use test_support.unlink instead of os.unlink in tearDown(). (Seems to fix an...Steven Bethard2008-03-181-1/+1
* Removed deprecated method arguments from the shelve module.Raymond Hettinger2004-12-051-8/+8
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-021-1/+1
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-3/+3
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-1/+1
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-9/+9
* Patch #553171: Add writeback parameter. Also add protocol parameter.Martin v. Löwis2003-04-191-6/+45
* SF patch #667730: More DictMixinRaymond Hettinger2003-03-091-2/+47
* Whitespace normalization.Tim Peters2002-12-241-1/+1
* Add support for binary pickles to the shelve module. In some situationsSkip Montanaro2002-12-081-0/+51