summaryrefslogtreecommitdiff
path: root/Lib/test/test_shelve.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 5754: tweak shelve doc wording to make it clearer that even whenR. David Murray2010-02-111-0/+11
* #7092: silence py3k warnings for deprecated modulesEzio Melotti2010-01-301-0/+2
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-2/+0
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-0/+2
* 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