COMMITS
/ Doc/library/pickle.rst March 14, 2025
D
gh-93096: Update and document `pickle` CLI (#131097)
donBarbos committed
February 17, 2025
T
gh-125756: Document Pickler.clear_memo() (GH-125762)
Tomas R. committed
July 19, 2024
R
gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)
Rodrigo Oliveira committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 29, 2024
E
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland committed
February 17, 2024
F
gh-56499: Update the pickle library's note section for the __setstate__ function (GH-101062)
Furkan Onder committed
February 4, 2024
S
gh-101100: Fix dangling references in pickle.rst (#114972)
Skip Montanaro committed
February 1, 2024
S
Correct description of inheriting from another class (#114660)
Skip Montanaro committed
January 10, 2024
S
gh-89850: Add default C implementations of persistent_id() and persistent_load() (GH-113579)
Serhiy Storchaka committed
August 30, 2023
S
Mention Ellipsis pickling in the docs (#103660)
sterliakov committed
May 24, 2023
V
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner committed
September 24, 2022
S
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka committed
May 21, 2022
S
gh-91362: reword pickle docs to account for nested classes (#92429)
Shantanu committed
April 7, 2022
G
pickle docs: Fix typos and improve wording (GH-24776)
Géry Ogam committed
April 6, 2022
S
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
May 2, 2020
S
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
Serhiy Storchaka committed
May 1, 2020
S
bpo-39435: Fix docs for pickle.loads (GH-18160)
Shantanu committed
April 18, 2020
F
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Furkan Önder committed
November 3, 2019
D
bpo-38388: Document pickle protocol version 5 (GH-16639)
Dima Tisnek committed
August 31, 2019
D
bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)
Daniel Pope committed
August 7, 2019
G
Update pickle.rst (GH-14128)
Géry Ogam committed
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower committed
May 26, 2019
A
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 16, 2019
X
Fix typos in documentation (#13344)
Xtreak committed
May 8, 2019
P
bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499)
Pierre Glaser committed
P
bpo-35900: Add a state_setter arg to save_reduce (GH-12588)
Pierre Glaser committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
December 9, 2018
G
bpo-22005: Document the reality of pickle compatibility. (GH-11054)
Gregory P. Smith committed
December 7, 2018
S
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017)
Serhiy Storchaka committed
June 10, 2018
A
Fix typo in object.__getnewargs__() documentation (GH-7554)
Andrés Delfino committed
April 4, 2018
Ł
bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355)
Łukasz Langa committed
December 21, 2017
S
Fix trivial typo in pickle.rst (#4955)
Sebastian Pucilowski committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
November 2, 2015
S
Issue #25523: Merge a-to-an corrections from 3.5.
Serhiy Storchaka committed
S
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka committed
S
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka committed
M
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter committed
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
October 13, 2015
S
Issue #24164: Document changes to __getnewargs__ and __getnewargs_ex__.
Serhiy Storchaka committed
October 10, 2015
M
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter committed
M
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter committed
July 6, 2015
B
'not' is very important here
Benjamin Peterson committed
B
tighten warning
Benjamin Peterson committed