summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libshelve.tex
Commit message (Collapse)AuthorAgeFilesLines
* Add support for binary pickles to the shelve module. In some situationsSkip Montanaro2002-12-081-4/+34
| | | | | | | | 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.
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-151-0/+4
| | | | | and add a mixin to UserDict.py to make it easier to implement a full dictionary interface.
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-2/+2
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-2/+2
|
* Document the dbhash module, and link to it from appropriate places.Fred Drake1999-04-151-1/+1
|
* Added a few items to the "See also" sections at Guido's prompting. MadeFred Drake1999-04-051-13/+18
| | | | | more references to other modules in the text hyperlinks for the HTML and PDF versions.
* Added some cross-references to the end.Fred Drake1998-08-241-0/+6
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-2/+2
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Fixed index references to modules.Fred Drake1997-12-151-7/+8
| | | | Placed references closer to usage.
* AMK's megapatch:Guido van Rossum1997-07-171-3/+4
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-4/+8
| | | | unified style; etc.
* added list of restrictionsGuido van Rossum1995-02-161-1/+18
|
* added docs for pickle, shelve and copyGuido van Rossum1995-02-151-0/+38