summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpickle.tex
Commit message (Expand)AuthorAgeFilesLines
* Patch #1080684: typo repair. Thanks George Yoshida!Johannes Gijsbers2004-12-121-1/+1
* Eliminate the deprecated option to return None instead of a tuple of argument...Raymond Hettinger2004-12-071-6/+2
* Removed the deprecated bin parameter from the pickle module.Raymond Hettinger2004-12-051-34/+11
* [Patch #999280 ] Update kwargs in pickle docs to match implementationsAndrew M. Kuchling2004-08-071-9/+9
* [Bug #984952] Include more material from PEP 307.Andrew M. Kuchling2004-08-071-30/+35
* [Bug #984952] Include some material from PEP 307Andrew M. Kuchling2004-08-071-4/+35
* add an index entry for __getnewargs__()Fred Drake2004-05-051-0/+2
* - note that __getinitargs__() is only for old-style classesFred Drake2004-05-051-2/+17
* Fix some digicool addresses I noticedAndrew M. Kuchling2004-01-081-1/+1
* Add sets to list of picklable objects.Raymond Hettinger2004-01-011-1/+1
* - add version annotation for HIGHEST_PROTOCOLFred Drake2003-09-101-5/+5
* end-of-sentence punctuation comes *before* \footnote, not afterFred Drake2003-09-091-13/+13
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-121-1/+1
* SF bug #757822: Additional index items, other minor detailsRaymond Hettinger2003-06-251-2/+2
* [Bug #471893] Replace security material with a warning against unpicklingAndrew M. Kuchling2003-05-141-70/+24
* Add some notes about HIGHEST_PROTOCOL.Neal Norwitz2003-02-211-4/+15
* Try to doc the new pickle details being implemented as part of PEP 307.Neal Norwitz2003-02-131-7/+63
* Clarify the interpretation of the __getstate__() return value forFred Drake2002-11-271-3/+9
* Note that True and False are pickable objectsRaymond Hettinger2002-08-051-1/+1
* Patch 533291. Deprecate None return form of __reduce__.Raymond Hettinger2002-05-211-4/+8
* Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.Fred Drake2002-05-011-4/+9
* Add more example exceptions that unpickling can raise.Neil Schemenauer2002-03-221-1/+2
* Fix typo, extra markup constructs.Fred Drake2001-11-261-6/+6
* Paul Rubin reminds me that of course a class's constructor /could/ getBarry Warsaw2001-11-181-4/+6
* A massive rewrite affecting both the pickle and cPickle moduleBarry Warsaw2001-11-151-232/+610
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-5/+5
* Revise the example to be more resiliant in the face of continued use afterFred Drake2001-09-251-18/+18
* 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
* others --> other's (possessive)Fred Drake2000-07-011-1/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-1/+1
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-11/+97
* 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
* New section header style.Fred Drake1998-08-101-2/+4
* 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
* 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
* Add module reference for cPickle to index.Fred Drake1998-01-091-18/+21
* 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
* AMK's megapatch:Guido van Rossum1997-07-171-12/+13
* Suggest using default values for __init__ arguments to make classesGuido van Rossum1996-08-091-1/+3