summaryrefslogtreecommitdiff
path: root/Lib/test/test_shelve.py
Commit message (Expand)AuthorAgeFilesLines
* Remove DictMixin which is superceded by collections.MutableMappingRaymond Hettinger2008-02-041-2/+7
* Fix this test. How could it ever have worked?!Guido van Rossum2007-08-291-2/+3
* applies the better dbm and shelve related unittests. bug 1007 from larryhast...Gregory P. Smith2007-08-241-9/+11
* Change shelve to require a bytes-oriented dict asMartin v. Löwis2007-08-111-5/+35
* Use test_support.unlink() instead of os.unlink().Guido van Rossum2007-05-181-4/+3
* Fix the cleanup so that we're not left with shelftemp.db.* files.Guido van Rossum2007-05-181-12/+10
* 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