summaryrefslogtreecommitdiff
path: root/Doc/library/pickle.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-241-1/+1
* gh-91362: reword pickle docs to account for nested classes (#92429)Shantanu2022-05-211-6/+6
* pickle docs: Fix typos and improve wording (GH-24776)Géry Ogam2022-04-061-24/+23
* bpo-26579: Add object.__getstate__(). (GH-2821)Serhiy Storchaka2022-04-061-8/+27
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-161-6/+6
* bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)Serhiy Storchaka2020-05-021-1/+1
* bpo-39435: Fix docs for pickle.loads (GH-18160)Shantanu2020-05-011-2/+2
* bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)Furkan Önder2020-04-181-3/+3
* bpo-38388: Document pickle protocol version 5 (GH-16639)Dima Tisnek2019-11-031-1/+5
* bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)Daniel Pope2019-08-301-4/+18
* Update pickle.rst (GH-14128)Géry Ogam2019-08-061-17/+19
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-1/+1
* bpo-36785: PEP 574 implementation (GH-7076)Antoine Pitrou2019-05-261-57/+214
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+1
* Fix typos in documentation (#13344)Xtreak2019-05-161-1/+1
* bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499)Pierre Glaser2019-05-081-0/+71
* bpo-35900: Add a state_setter arg to save_reduce (GH-12588)Pierre Glaser2019-05-081-1/+10
* 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-031-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-281-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-071-20/+53
|\
| * Issue #19900: improve generalities at the start of the pickle module docAntoine Pitrou2013-12-071-20/+53
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-6/+6
|\ \ | |/