summaryrefslogtreecommitdiffstats
path: root/Doc/library/pickle.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.Alexandre Vassalotti2013-12-071-42/+46
* Mention pickle protocol 4, and some tweaks.Antoine Pitrou2013-12-071-7/+18
* Issue #19900: improve generalities at the start of the pickle module docAntoine Pitrou2013-12-061-20/+53
|\
| * Issue #19900: improve generalities at the start of the pickle module docAntoine Pitrou2013-12-061-20/+53
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-6/+6
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-6/+6
* | Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-231-9/+26
* | Merge from 3.3Andrew Kuchling2013-11-121-1/+1
|\ \ | |/
| * Update e-mail addressAndrew Kuchling2013-11-121-1/+1
* | Issue #19272: slight clarification of pickle docs with regard to lambda.Ethan Furman2013-10-181-2/+6
|/
* Issue #19189: Improved cross-references in the pickle module documentation.Serhiy Storchaka2013-10-141-18/+23
* Fix method name in documentation (__setstate__ --> __getstate__)Eli Bendersky2013-01-021-4/+5
|\
| * Fix method name in documentation (__setstate__ --> __getstate__)Eli Bendersky2013-01-021-4/+5
* | Some nits in the pickle docs.Antoine Pitrou2012-05-101-21/+23
|\ \ | |/
| * Some nits in the pickle docs.Antoine Pitrou2012-05-101-21/+23
* | Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...Antoine Pitrou2012-03-041-0/+61
|/
* #13426: fix typos in pickle doc.Ezio Melotti2011-11-181-5/+5
* Fix typo.Georg Brandl2010-11-301-1/+1
* Port changes to pickle docs apparently lost in py3k.Georg Brandl2010-10-171-79/+85
* #9105: move pickle warning to a bit more prominent location.Georg Brandl2010-10-171-6/+6
* #9911: doc copyedits.Georg Brandl2010-09-211-4/+4
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-14/+15
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-6/+6
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-041-15/+36
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-2/+3
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-0/+8
* Undocument the existence of the memo attribute and its main use-case.Alexandre Vassalotti2009-04-031-71/+0
* Emphasize that Unpickler.memo is not necessarily a dict.Alexandre Vassalotti2009-04-031-2/+3
* Add more examples in pickle documentation.Alexandre Vassalotti2009-04-031-27/+79
* #5486: typos.Georg Brandl2009-03-131-3/+3
* Clean up pickle usage examples.Alexandre Vassalotti2009-01-231-31/+18
* Issue 2980: Protocol 0 is not truly restricted to ASCII.Alexandre Vassalotti2009-01-231-2/+2
* Remove obsolete note on binary-mode vs. text-mode file.Alexandre Vassalotti2009-01-231-10/+0
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* Improve pickle's documentation.Alexandre Vassalotti2008-10-291-209/+182
* More improvements to pickle's documentation.Alexandre Vassalotti2008-10-241-37/+86
* Improve pickle's documentation.Alexandre Vassalotti2008-10-181-84/+47
* Improve pickle's documentation.Alexandre Vassalotti2008-10-181-96/+144
* remove references of cPickle in the pickle docs (uhh. unlabeled footnotes)Benjamin Peterson2008-06-201-117/+23
* Remove last traces of cStringIO.Georg Brandl2008-06-101-1/+1
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-11/+0
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-2/+2
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-33/+34
* dumps() and loads() work in terms of bytes objects not strings.Mark Summerfield2008-04-211-5/+5
* #2567: remove new-style/old-style class docs.Georg Brandl2008-04-071-2/+3
* #2558: document pickle protocol version 3. Thanks to Guilherme Polo.Georg Brandl2008-04-061-13/+16
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Martin v. Löwis2008-04-051-2/+3
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-0/+13
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-2/+2
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-9/+6