summaryrefslogtreecommitdiffstats
path: root/Doc/library/shelve.rst
Commit message (Collapse)AuthorAgeFilesLines
* Closes #19061: make shelve security warning consistent between 2.x and 3.x.Georg Brandl2013-09-221-3/+5
|
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-221-4/+4
| | | | | Mostly just mechanical removal of []. In some rare cases I've pulled the default value up into the argument list.
* Fix typosRaymond Hettinger2011-11-041-2/+2
|
* Inline the advisory text on how to use the shelve module.Raymond Hettinger2011-11-041-10/+5
|
* Backport source links from 3.x.Éric Araujo2011-08-191-4/+4
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via ↵Georg Brandl2010-11-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85548 | georg.brandl | 2010-10-15 21:46:19 +0200 (Fr, 15 Okt 2010) | 1 line #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs. ........ r85572 | georg.brandl | 2010-10-16 20:51:05 +0200 (Sa, 16 Okt 2010) | 1 line #10122: typo fix. ........ r85573 | georg.brandl | 2010-10-16 20:53:08 +0200 (Sa, 16 Okt 2010) | 1 line #10124: typo fix. ........ r85606 | georg.brandl | 2010-10-17 08:32:59 +0200 (So, 17 Okt 2010) | 1 line #10058: tweak wording about exception returns. ........ r85609 | georg.brandl | 2010-10-17 11:19:03 +0200 (So, 17 Okt 2010) | 1 line #8556: use less confusing mapping key in example. ........ r85610 | georg.brandl | 2010-10-17 11:23:05 +0200 (So, 17 Okt 2010) | 1 line #8686: remove potentially confusing wording that does not add any value. ........ r85611 | georg.brandl | 2010-10-17 11:33:24 +0200 (So, 17 Okt 2010) | 1 line #8811: small fixes to sqlite3 docs. ........ r85612 | georg.brandl | 2010-10-17 11:37:54 +0200 (So, 17 Okt 2010) | 1 line #8855: add shelve security warning. ........ r85614 | georg.brandl | 2010-10-17 11:46:11 +0200 (So, 17 Okt 2010) | 1 line #8968: add actual name of token constants. ........ r85615 | georg.brandl | 2010-10-17 12:05:13 +0200 (So, 17 Okt 2010) | 1 line #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows. ........ r85616 | georg.brandl | 2010-10-17 12:07:29 +0200 (So, 17 Okt 2010) | 1 line Fix copy-paste error in example. ........
* Add more links to Python sources where the code is short, readable and an ↵Raymond Hettinger2010-11-061-0/+4
| | | | informative adjunct to the docs.
* Issue 5754: tweak shelve doc wording to make it clearer that even whenR. David Murray2010-02-111-8/+9
| | | | | | | 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.
* #6932: remove paragraph that advises relying on __del__ being called.Georg Brandl2009-09-171-19/+26
|
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵Georg Brandl2009-07-261-4/+4
| | | | objects.
* Make it clear up front that shelve only records changesR. David Murray2009-05-121-7/+11
| | | | when objects are assigned back to it when writeback is False.
* Fix name.Georg Brandl2009-05-081-2/+1
|
* Avoid sure signs of a diseased mind.Georg Brandl2009-04-051-1/+1
|
* Add helpful link.Raymond Hettinger2009-04-041-0/+6
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+185