summaryrefslogtreecommitdiffstats
path: root/Doc/library/pickle.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-1/+1
* bpo-22005: Document the reality of pickle compatibility. (GH-11054)Gregory P. Smith2018-12-091-1/+3
* bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...Serhiy Storchaka2018-12-071-0/+6
* Fix typo in object.__getnewargs__() documentation (GH-7554)Andrés Delfino2018-06-101-1/+1
* bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355)Łukasz Langa2018-04-041-6/+14
* Fix trivial typo in pickle.rst (#4955)Sebastian Pucilowski2017-12-211-1/+1
* Merge Issue #22558.Terry Jan Reedy2016-06-111-5/+9
|\
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-5/+9
* | Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-021-2/+2
|\ \ | |/
| * Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-2/+2
| |\
| | * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-2/+2
* | | Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-021-2/+2
|\ \ \ | |/ /
| * | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-2/+2
| |\ \ | | |/
| | * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
* | | Issue #24164: Document changes to __getnewargs__ and __getnewargs_ex__.Serhiy Storchaka2015-10-131-6/+13
|/ /
* | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\ \ | |/
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* | merge 3.4Benjamin Peterson2015-07-061-1/+1
|\ \ | |/
| * 'not' is very important hereBenjamin Peterson2015-07-061-1/+1
* | merge 3.4Benjamin Peterson2015-07-061-3/+3
|\ \ | |/
| * tighten warningBenjamin Peterson2015-07-061-3/+3
| * Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
* | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-1/+1
* | Issue #22823: Use set literals instead of creating a set from a listRaymond Hettinger2014-11-091-1/+1
* | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
|/
* Revert #22251Berker Peksag2014-09-271-1/+0
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+1
* Fix the description of pickle protocol numbersAntoine Pitrou2014-01-211-26/+13
* 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