COMMITS
/ Lib/pickletools.py November 22, 2025
S
gh-131178: Add tests for `pickletools` command-line interface (#131287)
Semyon Moroz committed
October 6, 2025
Y
gh-139646: fix typo in `pickletools` error message (#139647)
yihong committed
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
March 17, 2025
S
gh-93096: Update and document `pickletools` CLI (#131273)
Semyon Moroz committed
March 11, 2025
D
gh-93096: Remove `-t` and `-v` flags from `pickletools` cli (#131039)
donBarbos committed
November 21, 2024
S
gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)
Serhiy Storchaka committed
August 31, 2024
S
gh-123309: Remove check for redefined memo entry in pickletools.dis() (GH-123374)
Serhiy Storchaka committed
February 8, 2024
J
gh-115146: Fix typo in pickletools.py documentation (GH-115148)
Justin Applegate committed
January 5, 2024
S
gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618)
Serhiy Storchaka committed
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