summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_shelve.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-45502: Fix test_shelve (GH-29003)Serhiy Storchaka2021-10-221-58/+46
* bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)Henry-Joseph Audéoud2021-09-101-14/+18
* bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)Zackery Spytz2020-10-291-1/+3
* bpo-40275: Use new test.support helper submodules in tests (GH-21315)Hai Shi2020-07-061-2/+3
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-051-25/+20
* Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-011-0/+4
* Issue #13896: Make shelf instances work with 'with' as context managers.Andrew Svetlov2012-10-061-0/+13
* Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-2/+2
* Fix imports from collections.abcRaymond Hettinger2011-02-231-1/+1
* #7905: Actually respect the keyencoding parameter to shelve.Shelf.Georg Brandl2010-12-041-0/+13
* Merged revisions 78141-78142 via svnmerge fromR. David Murray2010-02-111-0/+13
* Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ...Benjamin Peterson2008-07-311-0/+15
* Create http package. #2883.Georg Brandl2008-05-261-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* 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