Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #19061: make shelve security warning consistent between 2.x and 3.x. | Georg Brandl | 2013-09-22 | 1 | -3/+5 |
| | |||||
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-22 | 1 | -4/+4 |
| | | | | | Mostly just mechanical removal of []. In some rare cases I've pulled the default value up into the argument list. | ||||
* | Fix typos | Raymond Hettinger | 2011-11-04 | 1 | -2/+2 |
| | |||||
* | Inline the advisory text on how to use the shelve module. | Raymond Hettinger | 2011-11-04 | 1 | -10/+5 |
| | |||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -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 Brandl | 2010-11-26 | 1 | -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 Hettinger | 2010-11-06 | 1 | -0/+4 |
| | | | | informative adjunct to the docs. | ||||
* | Issue 5754: tweak shelve doc wording to make it clearer that even when | R. David Murray | 2010-02-11 | 1 | -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 Brandl | 2009-09-17 | 1 | -19/+26 |
| | |||||
* | #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵ | Georg Brandl | 2009-07-26 | 1 | -4/+4 |
| | | | | objects. | ||||
* | Make it clear up front that shelve only records changes | R. David Murray | 2009-05-12 | 1 | -7/+11 |
| | | | | when objects are assigned back to it when writeback is False. | ||||
* | Fix name. | Georg Brandl | 2009-05-08 | 1 | -2/+1 |
| | |||||
* | Avoid sure signs of a diseased mind. | Georg Brandl | 2009-04-05 | 1 | -1/+1 |
| | |||||
* | Add helpful link. | Raymond Hettinger | 2009-04-04 | 1 | -0/+6 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+185 |