summaryrefslogtreecommitdiff
path: root/Lib/pickletools.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pickletools doc for NEWFALSE. (GH-9432)Miss Islington (bot)2018-09-251-6/+2
* bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353)Olivier Grisel2018-01-061-3/+8
* bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)Serhiy Storchaka2017-11-161-36/+36
* bpo-30174: Remove duplicate definition from pickletools (#1301)Jelle Zijlstra2017-04-271-29/+0
* Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-111-1/+1
* Merge typo fixes from 3.5Martin Panter2016-05-081-4/+4
|\
| * Corrections for a/an in code comments and documentationMartin Panter2016-05-081-4/+4
* | merge 3.5 (#25502)Benjamin Peterson2015-10-281-1/+1
|\ \ | |/
| * remove duplicated imports (closes #25502)Benjamin Peterson2015-10-281-1/+1
* | Issue #25382: pickletools.dis() now outputs implicit memo index for theSerhiy Storchaka2015-10-131-0/+1
|/
* Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-131-1/+1
* Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, canSerhiy Storchaka2014-12-161-24/+45
* Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.Alexandre Vassalotti2013-12-071-93/+92
* Issue #19754: Fix typo.Alexandre Vassalotti2013-12-011-1/+1
* Issue #19754: Make pickletools.optimize respect the frame size target.Alexandre Vassalotti2013-12-011-0/+1
* Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests.Gregory P. Smith2013-11-231-3/+4
* Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-231-67/+404
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-6/+2
|\
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-6/+2
* | #18705: merge with 3.3.Ezio Melotti2013-08-171-3/+3
|\ \ | |/
| * #18705: fix a number of typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-3/+3
* | Merge 3.3Alexandre Vassalotti2013-04-141-21/+106
|\ \ | |/
| * Issue #16550: Update the opcode descriptions of pickletools to use unsignedAlexandre Vassalotti2013-04-141-21/+106
* | Issue #17516: use comment syntax for comments, instead of multiline stringVictor Stinner2013-03-261-113/+112
|/
* Merge 3.2Alexandre Vassalotti2011-12-131-39/+31
|\
| * Issue #13505: Make pickling of bytes object compatible with Python 2.Alexandre Vassalotti2011-12-131-39/+31
* | Issue #13575: there is only one class type.Florent Xicluna2011-12-121-0/+2
* | Cleanup code: remove int/long idioms and simplify a while statement.Florent Xicluna2011-10-231-4/+1
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,...Florent Xicluna2010-08-141-1/+1
| * Merged revisions 82915 via svnmerge fromAlexander Belopolsky2010-07-161-8/+11
| * Merged revisions 80031 via svnmerge fromVictor Stinner2010-04-131-1/+1
* | Syntax cleanup.Florent Xicluna2010-07-281-1/+1
* | Issue #9268: Add annotation option to pickletools.disAlexander Belopolsky2010-07-171-5/+39
* | Corrected TUPLE<N> opcodes' docs.Alexander Belopolsky2010-07-161-8/+11
* | Issue #9094: Make python -m pickletools disassemble pickles given inAlexander Belopolsky2010-07-031-1/+40
* | Issue #8383: pickle and pickletools use surrogatepass error handler whenVictor Stinner2010-04-131-1/+1
|/
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-041-85/+85
* Merge r72792: POP_MARK was not in pickle protocol 0, SHORT_BINBYTES was not i...Collin Winter2009-05-201-2/+2
* Merged revisions 68903,68906 via svnmerge fromMark Dickinson2009-01-241-5/+5
* Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with theMark Dickinson2009-01-201-38/+40
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-121-10/+12
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-12/+10
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-111-10/+12
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-48/+48
* - A new pickle protocol (protocol 3) is added with explicit supportGuido van Rossum2008-03-171-23/+86
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-111-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-111-3/+28
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-36/+36