index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
pickle.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-6/+6
*
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
Serhiy Storchaka
2020-05-02
1
-1/+1
*
bpo-39435: Fix docs for pickle.loads (GH-18160)
Shantanu
2020-05-01
1
-2/+2
*
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Furkan Önder
2020-04-18
1
-3/+3
*
bpo-38388: Document pickle protocol version 5 (GH-16639)
Dima Tisnek
2019-11-03
1
-1/+5
*
bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)
Daniel Pope
2019-08-31
1
-4/+18
*
Update pickle.rst (GH-14128)
Géry Ogam
2019-08-07
1
-17/+19
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-1/+1
*
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou
2019-05-26
1
-57/+214
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+1
*
Fix typos in documentation (#13344)
Xtreak
2019-05-16
1
-1/+1
*
bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499)
Pierre Glaser
2019-05-08
1
-0/+71
*
bpo-35900: Add a state_setter arg to save_reduce (GH-12588)
Pierre Glaser
2019-05-08
1
-1/+10
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-1/+1
*
bpo-22005: Document the reality of pickle compatibility. (GH-11054)
Gregory P. Smith
2018-12-09
1
-1/+3
*
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...
Serhiy Storchaka
2018-12-07
1
-0/+6
*
Fix typo in object.__getnewargs__() documentation (GH-7554)
Andrés Delfino
2018-06-10
1
-1/+1
*
bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355)
Łukasz Langa
2018-04-04
1
-6/+14
*
Fix trivial typo in pickle.rst (#4955)
Sebastian Pucilowski
2017-12-21
1
-1/+1
*
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-5/+9
|
\
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-5/+9
*
|
Issue #25523: Merge a-to-an corrections from 3.5.
Serhiy Storchaka
2015-11-02
1
-2/+2
|
\
\
|
|
/
|
*
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-2/+2
|
|
\
|
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-2/+2
*
|
|
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter
2015-11-02
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-2/+2
*
|
|
Issue #24164: Document changes to __getnewargs__ and __getnewargs_ex__.
Serhiy Storchaka
2015-10-13
1
-6/+13
|
/
/
*
|
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2015-07-06
1
-1/+1
|
\
\
|
|
/
|
*
'not' is very important here
Benjamin Peterson
2015-07-06
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2015-07-06
1
-3/+3
|
\
\
|
|
/
|
*
tighten warning
Benjamin Peterson
2015-07-06
1
-3/+3
|
*
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-1/+1
*
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-1/+1
*
|
Issue #22823: Use set literals instead of creating a set from a list
Raymond Hettinger
2014-11-09
1
-1/+1
*
|
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-1/+1
|
/
*
Revert #22251
Berker Peksag
2014-09-27
1
-1/+0
*
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
1
-0/+1
*
Fix the description of pickle protocol numbers
Antoine Pitrou
2014-01-21
1
-26/+13
*
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Alexandre Vassalotti
2013-12-07
1
-42/+46
*
Mention pickle protocol 4, and some tweaks.
Antoine Pitrou
2013-12-07
1
-7/+18
*
Issue #19900: improve generalities at the start of the pickle module doc
Antoine Pitrou
2013-12-06
1
-20/+53
|
\
|
*
Issue #19900: improve generalities at the start of the pickle module doc
Antoine Pitrou
2013-12-06
1
-20/+53
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-6/+6
|
\
\
|
|
/
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-6/+6
*
|
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
1
-9/+26
*
|
Merge from 3.3
Andrew Kuchling
2013-11-12
1
-1/+1
|
\
\
|
|
/
|
*
Update e-mail address
Andrew Kuchling
2013-11-12
1
-1/+1
[next]