summaryrefslogtreecommitdiff
path: root/Doc/library/pickle.rst
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899)Mandeep Singh2017-03-301-3/+4
* 'not' is very important hereBenjamin Peterson2015-07-061-1/+1
* tighten warningBenjamin Peterson2015-07-061-3/+3
* Issue #19189: Improved cross-references in the pickle module documentation.Serhiy Storchaka2013-10-141-29/+32
* Fix method name in documentation (__setstate__ --> __getstate__)Eli Bendersky2013-01-021-4/+5
* #13426: fix typo in pickle doc.Ezio Melotti2011-11-181-1/+1
* Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,...Georg Brandl2011-02-251-1/+1
* Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-...Georg Brandl2010-11-261-6/+6
* __setstate__ gets an argument.Georg Brandl2010-10-171-1/+1
* Demote warnings to notices where appropriate, following the goal that as few ...Georg Brandl2009-04-271-3/+3
* #5370: doc update about unpickling objects with custom __getattr__ etc. methods.Georg Brandl2009-04-051-0/+9
* revert r69777 since all the experts agree that extra import lines distract fr...Benjamin Peterson2009-02-201-2/+1
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+2
* Remove trailing whitespace.Georg Brandl2009-01-031-10/+10
* Give the pickle special methods a signature.Georg Brandl2008-07-041-118/+117
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-201-2/+2
* Fix-up docs for the copyreg module renaming.Georg Brandl2008-05-121-2/+2
* reformat some documentation of classes so methods and attributes are under th...Benjamin Peterson2008-04-251-33/+34
* Mention that the tuple returned by __reduce__ is pickled as normal.Georg Brandl2008-04-051-2/+3
* #835521: Add index entries for various pickle-protocol methods and attributesAndrew M. Kuchling2008-02-231-0/+13
* Some cleanup in the docs.Georg Brandl2007-12-291-9/+6
* Add :term:s for "new-style class".Georg Brandl2007-10-211-5/+5
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+868