| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13896: Make shelf instances work with 'with' as context managers. | Andrew Svetlov | 2012-10-06 | 1 | -0/+13 |
|
|
* | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -2/+2 |
|
|
* | Fix imports from collections.abc | Raymond Hettinger | 2011-02-23 | 1 | -1/+1 |
|
|
* | #7905: Actually respect the keyencoding parameter to shelve.Shelf. | Georg Brandl | 2010-12-04 | 1 | -0/+13 |
|
|
* | Merged revisions 78141-78142 via svnmerge from | R. David Murray | 2010-02-11 | 1 | -0/+13 |
|
|
* | Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ... | Benjamin Peterson | 2008-07-31 | 1 | -0/+15 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Remove DictMixin which is superceded by collections.MutableMapping | Raymond Hettinger | 2008-02-04 | 1 | -2/+7 |
|
|
* | Fix this test. How could it ever have worked?! | Guido van Rossum | 2007-08-29 | 1 | -2/+3 |
|
|
* | applies the better dbm and shelve related unittests. bug 1007 from larryhast... | Gregory P. Smith | 2007-08-24 | 1 | -9/+11 |
|
|
* | Change shelve to require a bytes-oriented dict as | Martin v. Löwis | 2007-08-11 | 1 | -5/+35 |
|
|
* | 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 |
|
|