History log of /external/python/cpython2/Lib/test/test_shelve.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7c29f071d52f9b666974d40cc061b4ea03439d1e 11-Feb-2010 R. David Murray <rdmurray@bitdance.com> Issue 5754: tweak shelve doc wording to make it clearer that even when
writeback=True values are written to the backing store when assigned to
the shelf. Add test to confirm that this happens. Doc patch and added
test by Robert Lehmann. I also fixed the cross references to the sync
and close methods.
/external/python/cpython2/Lib/test/test_shelve.py
a2d465374099c582ef9bc042c2fe1be4776ee641 30-Jan-2010 Ezio Melotti <ezio.melotti@gmail.com> #7092: silence py3k warnings for deprecated modules
/external/python/cpython2/Lib/test/test_shelve.py
ce8e33a095030e7af94f58f9da196b240bdf0476 08-Jan-2010 Senthil Kumaran <orsenthil@gmail.com> Reverting the Revision: 77368. I committed Flox's big patch for tests by
mistake. ( It may come in for sure tough)
/external/python/cpython2/Lib/test/test_shelve.py
3ddc435af6873c6304058d7bcbcb19ee4fba7781 08-Jan-2010 Senthil Kumaran <orsenthil@gmail.com> Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
/external/python/cpython2/Lib/test/test_shelve.py
8c664e8628ace6a9f3b64980af262b67cd7f3e59 25-Jul-2008 Raymond Hettinger <python@rcn.com> Issue 1592: Better error reporting for operations on closed shelves.
/external/python/cpython2/Lib/test/test_shelve.py
ed427e7be974bc89b232e6c3b4afe3e6ba54563b 18-Mar-2008 Steven Bethard <steven.bethard@gmail.com> Use test_support.unlink instead of os.unlink in tearDown(). (Seems to fix an occasional failure in Windows Vista.)
/external/python/cpython2/Lib/test/test_shelve.py
1bc82f891c2ed0c4b062158d2c8339fb90406395 05-Dec-2004 Raymond Hettinger <python@rcn.com> Removed deprecated method arguments from the shelve module.
/external/python/cpython2/Lib/test/test_shelve.py
118f931d07de3987958eee51e97b3323c190dbfd 02-Jun-2004 Walter Dörwald <walter@livinglogic.de> Rename class attribute containing the class to be tested, so the name is the
same as for the string and sequence tests.
/external/python/cpython2/Lib/test/test_shelve.py
0a6d0ff8d9ad27d66eb8195b9366e5b49dbb69b6 31-May-2004 Walter Dörwald <walter@livinglogic.de> Port the dictionary tests from test_types.py to unittest. Collect as much
mapping tests as possible in mapping_test.py and reuse the tests in
test_dict.py, test_userdict.py, test_weakref.py, test_os.py and test_shelve.py.
From SF patch #736962.
/external/python/cpython2/Lib/test/test_shelve.py
a94568a7535de60f1144e4eea0d027b87017a4b4 10-May-2003 Martin v. Löwis <martin@v.loewis.de> Patch #734231: Update RiscOS support. In particular, correct
riscospath.extsep, and use os.extsep throughout.
/external/python/cpython2/Lib/test/test_shelve.py
21d3a32b99c5763444c34c189ef653ac9745f3c4 01-May-2003 Walter Dörwald <walter@livinglogic.de> Combine the functionality of test_support.run_unittest()
and test_support.run_classtests() into run_unittest()
and use it wherever possible.

Also don't use "from test.test_support import ...", but
"from test import test_support" in a few spots.

From SF patch #662807.
/external/python/cpython2/Lib/test/test_shelve.py
153c9e493e9850340fd686ab7a6e5c176953abd7 19-Apr-2003 Martin v. Löwis <martin@v.loewis.de> Patch #553171: Add writeback parameter. Also add protocol parameter.
/external/python/cpython2/Lib/test/test_shelve.py
2c2d322884ee72077a256ec3cd0aa9ce3580eedc 09-Mar-2003 Raymond Hettinger <python@rcn.com> SF patch #667730: More DictMixin

* Adds missing pop() methods to weakref.py
* Expands test suite to broaden coverage of objects with
a mapping interface.

Contributed by Sebastien Keim.
/external/python/cpython2/Lib/test/test_shelve.py
6578dc925ff0a7953ae50c7ac41a81b0bd54762e 24-Dec-2002 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_shelve.py
3bf99e3e876cb367cff34c5b9d659361b5ca9525 08-Dec-2002 Skip Montanaro <skip@pobox.com> Add support for binary pickles to the shelve module. In some situations
this can result in significantly smaller files. All classes as well as the
open function now accept an optional binary parameter, which defaults to
False for backward compatibility. Added a small test suite, updated the
libref documentation (including documenting the exported classes and fixing
a few other nits) and added a note about the change to Misc/NEWS.
/external/python/cpython2/Lib/test/test_shelve.py