COMMITS
/ Lib/pickletools.py May 26, 2019
A
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou committed
September 22, 2018
K
Fix pickletools doc for NEWFALSE. (GH-9432)
Krzysztof Wroblewski committed
January 6, 2018
O
bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353)
Olivier Grisel committed
November 16, 2017
S
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)
Serhiy Storchaka committed
April 27, 2017
J
bpo-30174: Remove duplicate definition from pickletools (#1301)
Jelle Zijlstra committed
September 11, 2016
S
Use sequence repetition instead of bytes constructor with integer argument.
Serhiy Storchaka committed
May 8, 2016
M
Merge typo fixes from 3.5
Martin Panter committed
M
Corrections for a/an in code comments and documentation
Martin Panter committed
October 29, 2015
B
merge 3.5 (#25502)
Benjamin Peterson committed
B
remove duplicated imports (closes #25502)
Benjamin Peterson committed
October 13, 2015
S
Issue #25382: pickletools.dis() now outputs implicit memo index for the
Serhiy Storchaka committed
S
Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
Serhiy Storchaka committed
December 16, 2014
S
Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can
Serhiy Storchaka committed
December 7, 2013
A
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Alexandre Vassalotti committed
December 2, 2013
A
Issue #19754: Fix typo.
Alexandre Vassalotti committed
A
Issue #19754: Make pickletools.optimize respect the frame size target.
Alexandre Vassalotti committed
November 23, 2013
G
Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests.
Gregory P. Smith committed
A
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
April 14, 2013
A
Issue #16550: Update the opcode descriptions of pickletools to use unsigned
Alexandre Vassalotti committed
March 26, 2013
V
Issue #17516: use comment syntax for comments, instead of multiline string
Victor Stinner committed
December 13, 2011
A
Issue #13505: Make pickling of bytes object compatible with Python 2.
Alexandre Vassalotti committed
December 12, 2011
F
Issue #13575: there is only one class type.
Florent Xicluna committed
October 23, 2011
F
Cleanup code: remove int/long idioms and simplify a while statement.
Florent Xicluna committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
August 14, 2010
F
Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from
Florent Xicluna committed
July 28, 2010
F
Syntax cleanup.
Florent Xicluna committed
July 17, 2010
A
Issue #9268: Add annotation option to pickletools.dis
Alexander Belopolsky committed
July 16, 2010
A
Merged revisions 82915 via svnmerge from
Alexander Belopolsky committed
A
Corrected TUPLE<N> opcodes' docs.
Alexander Belopolsky committed
July 3, 2010
A
Issue #9094: Make python -m pickletools disassemble pickles given in
Alexander Belopolsky committed
April 13, 2010
V
Merged revisions 80031 via svnmerge from
Victor Stinner committed
V
Issue #8383: pickle and pickletools use surrogatepass error handler when
Victor Stinner committed
June 4, 2009
A
Issue #6137: The pickle module now translates module names when loading
Antoine Pitrou committed
May 20, 2009
C
Merge r72792: POP_MARK was not in pickle protocol 0, SHORT_BINBYTES was not in protocol 1.
Collin Winter committed
January 24, 2009
M
Merged revisions 68903,68906 via svnmerge from
Mark Dickinson committed
January 20, 2009
M
Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the
Mark Dickinson committed
June 12, 2008
A
Restore _pickle module accelerator module.
Alexandre Vassalotti committed
B
revert the addition of _pickle because it was causing havok with 64-bit
Benjamin Peterson committed
June 11, 2008
A
Issue 2917: Merge the pickle and cPickle module.
Alexandre Vassalotti committed
May 11, 2008
A
Rename copy_reg module to copyreg.
Alexandre Vassalotti committed
March 17, 2008
G
- A new pickle protocol (protocol 3) is added with explicit support
Guido van Rossum committed
February 11, 2008