Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF patch#786531 'the the' typo. Contributed by George Yoshida | Raymond Hettinger | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | SF bug #757822: Additional index items, other minor details | Raymond Hettinger | 2003-06-25 | 1 | -2/+2 |
| | | | | * Minor grammatical fix. | ||||
* | [Bug #471893] Replace security material with a warning against unpickling | Andrew M. Kuchling | 2003-05-14 | 1 | -70/+24 |
| | | | | untrusted data. | ||||
* | Add some notes about HIGHEST_PROTOCOL. | Neal Norwitz | 2003-02-21 | 1 | -4/+15 |
| | |||||
* | Try to doc the new pickle details being implemented as part of PEP 307. | Neal Norwitz | 2003-02-13 | 1 | -7/+63 |
| | | | | Needs review. | ||||
* | Clarify the interpretation of the __getstate__() return value for | Fred Drake | 2002-11-27 | 1 | -3/+9 |
| | | | | | new-style classes. Closes SF bug #637941. | ||||
* | Note that True and False are pickable objects | Raymond Hettinger | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | Patch 533291. Deprecate None return form of __reduce__. | Raymond Hettinger | 2002-05-21 | 1 | -4/+8 |
| | |||||
* | Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. | Fred Drake | 2002-05-01 | 1 | -4/+9 |
| | |||||
* | Add more example exceptions that unpickling can raise. | Neil Schemenauer | 2002-03-22 | 1 | -1/+2 |
| | |||||
* | Fix typo, extra markup constructs. | Fred Drake | 2001-11-26 | 1 | -6/+6 |
| | | | | This closes SF bug #485252. | ||||
* | Paul Rubin reminds me that of course a class's constructor /could/ get | Barry Warsaw | 2001-11-18 | 1 | -4/+6 |
| | | | | called, if the pickler found a __getinitargs__() method. | ||||
* | A massive rewrite affecting both the pickle and cPickle module | Barry Warsaw | 2001-11-15 | 1 | -232/+610 |
| | | | | | | | | documentation. This addresses previously undocumented parts of the public interfaces, the differences between pickle and cPickle, security concerns, and on and on. Fred please proofread! | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -5/+5 |
| | |||||
* | Revise the example to be more resiliant in the face of continued use after | Fred Drake | 2001-09-25 | 1 | -18/+18 |
| | | | | | | | | | the object has been pickled; don't mutate the instance dict in the __getstate__() method. Other minor changes for style. Broke up the displayed interactive session to get better page-breaking behavior for typeset versions, and to point out an important aspect of the example. This closes SF bug #453914. | ||||
* | Capitalize & use periods for \seemodule explanation parameter. | Fred Drake | 2000-10-18 | 1 | -5/+5 |
| | |||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -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 Drake | 2000-07-01 | 1 | -1/+1 |
| | | | | Usage error noted by Grant Griffin <grant.griffin@iowegian.com>. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -1/+1 |
| | | | | Added note that Unicode strings are picklable. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -11/+97 |
| | | | | (Very rough.) | ||||
* | Fix a few markup nits, improve some index entries. | Fred Drake | 1999-07-02 | 1 | -38/+41 |
| | |||||
* | Make internal module references hyperlinks wherever it makes sense. | Fred Drake | 1999-04-22 | 1 | -32/+30 |
| | |||||
* | Explain how come that pickle and cPickle, while using the same data | Guido van Rossum | 1999-01-06 | 1 | -0/+6 |
| | | | | format, can produce different pickle strings for the same object. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -2/+4 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -4/+8 |
| | |||||
* | Change order of \seemodule macros at end of pickle module section. | Fred Drake | 1998-04-11 | 1 | -4/+4 |
| | |||||
* | Document cPickle and cStringIO. | Fred Drake | 1998-04-11 | 1 | -0/+18 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Logical markup. | Fred Drake | 1998-04-04 | 1 | -61/+66 |
| | |||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -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 Drake | 1998-03-06 | 1 | -0/+6 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -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 Drake | 1998-01-09 | 1 | -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 Rossum | 1997-12-30 | 1 | -1/+3 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -3/+3 |
| | |||||
* | Document binary format and __init__-free unpickling. Added a pointer | Guido van Rossum | 1997-12-09 | 1 | -25/+49 |
| | | | | to cPickle. | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -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 classes | Guido van Rossum | 1996-08-09 | 1 | -1/+3 |
| | | | | unpicklable. | ||||
* | typos, layout and other small things | Guido van Rossum | 1995-04-10 | 1 | -1/+1 |
| | |||||
* | restructured library manual accordiung to functional group | Guido van Rossum | 1995-03-28 | 1 | -2/+5 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -27/+83 |
| | | | | unified style; etc. | ||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -5/+5 |
| | |||||
* | added docs for pickle, shelve and copy | Guido van Rossum | 1995-02-15 | 1 | -0/+170 |