COMMITS
/ Lib/pickle.py April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
February 2, 2017
S
Issue #29368: The extend() method is now called instead of the append()
Serhiy Storchaka committed
July 17, 2016
S
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
Serhiy Storchaka committed
S
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
Serhiy Storchaka committed
May 26, 2016
M
Issue #27076: Merge spelling from 3.5
Martin Panter committed
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
December 6, 2015
S
Issue #25761: Improved detecting errors in broken pickle data.
Serhiy Storchaka committed
November 30, 2015
S
Removed debugging output of exception raised by __reduce__ method.
Serhiy Storchaka committed
S
Removed debugging output of exception raised by __reduce__ method.
Serhiy Storchaka committed
S
Removed debugging output of exception raised by __reduce__ method.
Serhiy Storchaka committed
November 2, 2015
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 10, 2015
S
Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
Serhiy Storchaka committed
September 29, 2015
S
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
Serhiy Storchaka committed
S
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
Serhiy Storchaka committed
March 31, 2015
S
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
Serhiy Storchaka committed
S
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka committed
January 26, 2015
S
Issue #23094: Fixed readline with frames in Python implementation of pickle.
Serhiy Storchaka committed
October 4, 2014
A
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
December 7, 2013
A
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Alexandre Vassalotti committed
December 1, 2013
A
Issue #6477: Merge with 3.3.
Alexandre Vassalotti committed
A
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti committed
November 24, 2013
A
Make Ellipsis and NotImplemented picklable through the reduce protocol.
Alexandre Vassalotti committed
A
Make built-in methods picklable through the reduce protocol.
Alexandre Vassalotti committed
A
Make framing optional in pickle protocol 4.
Alexandre Vassalotti committed
November 23, 2013
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
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
April 20, 2013
A
Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler
Alexandre Vassalotti committed
April 16, 2013
A
Make C and Python implementations of pickle load STRING opcodes the same way.
Alexandre Vassalotti committed
April 15, 2013
A
Issue #17710: Fix pickle raising a SystemError on bogus input.
Antoine Pitrou committed
A
Issue #17710: Fix pickle raising a SystemError on bogus input.
Antoine Pitrou committed
April 14, 2013
S
Closes #16551. Cleanup pickle.py.
Serhiy Storchaka committed
A
Style cleanups for pickle.py and _pickle.
Alexandre Vassalotti committed
November 24, 2012
A
March 12, 2012
Ł
Fixes #13842: cannot pickle Ellipsis or NotImplemented.
Łukasz Langa committed
March 4, 2012
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
November 4, 2011
F
Remove redundant imports.
Florent Xicluna committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
October 4, 2011
A
Issue #7689: Allow pickling of dynamically created classes when their
Antoine Pitrou committed