summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpickle.tex
Commit message (Collapse)AuthorAgeFilesLines
* Capitalize & use periods for \seemodule explanation parameter.Fred Drake2000-10-181-5/+5
|
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-5/+5
| | | | | | | | | 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.
* others --> other's (possessive)Fred Drake2000-07-011-1/+1
| | | | Usage error noted by Grant Griffin <grant.griffin@iowegian.com>.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-1/+1
| | | | Added note that Unicode strings are picklable.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-11/+97
| | | | (Very rough.)
* Fix a few markup nits, improve some index entries.Fred Drake1999-07-021-38/+41
|
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-32/+30
|
* Explain how come that pickle and cPickle, while using the same dataGuido van Rossum1999-01-061-0/+6
| | | | format, can produce different pickle strings for the same object.
* New section header style.Fred Drake1998-08-101-2/+4
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-4/+8
|
* Change order of \seemodule macros at end of pickle module section.Fred Drake1998-04-111-4/+4
|
* Document cPickle and cStringIO.Fred Drake1998-04-111-0/+18
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Logical markup.Fred Drake1998-04-041-61/+66
|
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-1/+1
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Add reference to the copy_reg module in the See Also: section.Fred Drake1998-03-061-0/+6
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-11/+11
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Add module reference for cPickle to index.Fred Drake1998-01-091-18/+21
| | | | | | | | | | | Consistency: Always use trailing "()" for function and method names in text. Consistency: Always mark parameter names with \var{} in text. Change questionable text about CORBA to definate text about XDR; "CORBA" isn't enough to specify an external representation, and I'm not sure the comment is right if we say "IIOP". I know its right about XDR if we only mention shared object references and not recursive structures.
* Clarify that __getinitargs__ is called at pickle time!Guido van Rossum1997-12-301-1/+3
|
* Fixed index references to modules.Fred Drake1997-12-151-3/+3
|
* Document binary format and __init__-free unpickling. Added a pointerGuido van Rossum1997-12-091-25/+49
| | | | to cPickle.
* AMK's megapatch:Guido van Rossum1997-07-171-12/+13
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Suggest using default values for __init__ arguments to make classesGuido van Rossum1996-08-091-1/+3
| | | | unpicklable.
* typos, layout and other small thingsGuido van Rossum1995-04-101-1/+1
|
* restructured library manual accordiung to functional groupGuido van Rossum1995-03-281-2/+5
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-27/+83
| | | | unified style; etc.
* small changes by Soren LarsenGuido van Rossum1995-03-131-5/+5
|
* added docs for pickle, shelve and copyGuido van Rossum1995-02-151-0/+170