| Commit message (Expand) | Author | Age | Files | Lines |
* | Use sequence repetition instead of bytes constructor with integer argument. | Serhiy Storchaka | 2016-09-11 | 1 | -1/+1 |
|
|
* | Merge typo fixes from 3.5 | Martin Panter | 2016-05-08 | 1 | -4/+4 |
|\ |
|
| * | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 1 | -4/+4 |
|
|
* | | merge 3.5 (#25502) | Benjamin Peterson | 2015-10-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | remove duplicated imports (closes #25502) | Benjamin Peterson | 2015-10-29 | 1 | -1/+1 |
|
|
* | | Issue #25382: pickletools.dis() now outputs implicit memo index for the | Serhiy Storchaka | 2015-10-13 | 1 | -0/+1 |
|/ |
|
* | Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in | Serhiy Storchaka | 2015-10-13 | 1 | -1/+1 |
|
|
* | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can | Serhiy Storchaka | 2014-12-16 | 1 | -24/+45 |
|
|
* | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. | Alexandre Vassalotti | 2013-12-07 | 1 | -93/+92 |
|
|
* | Issue #19754: Fix typo. | Alexandre Vassalotti | 2013-12-02 | 1 | -1/+1 |
|
|
* | Issue #19754: Make pickletools.optimize respect the frame size target. | Alexandre Vassalotti | 2013-12-02 | 1 | -0/+1 |
|
|
* | Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests. | Gregory P. Smith | 2013-11-23 | 1 | -3/+4 |
|
|
* | Issue #17810: Implement PEP 3154, pickle protocol 4. | Antoine Pitrou | 2013-11-23 | 1 | -67/+404 |
|
|
* | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -6/+2 |
|\ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -6/+2 |
|
|
* | | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #18705: fix a number of typos. Patch by FĂ©vry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -3/+3 |
|
|
* | | Merge 3.3 | Alexandre Vassalotti | 2013-04-14 | 1 | -21/+106 |
|\ \
| |/ |
|
| * | Issue #16550: Update the opcode descriptions of pickletools to use unsigned | Alexandre Vassalotti | 2013-04-14 | 1 | -21/+106 |
|
|
* | | Issue #17516: use comment syntax for comments, instead of multiline string | Victor Stinner | 2013-03-26 | 1 | -113/+112 |
|/ |
|
* | Merge 3.2 | Alexandre Vassalotti | 2011-12-13 | 1 | -39/+31 |
|\ |
|
| * | Issue #13505: Make pickling of bytes object compatible with Python 2. | Alexandre Vassalotti | 2011-12-13 | 1 | -39/+31 |
|
|
* | | Issue #13575: there is only one class type. | Florent Xicluna | 2011-12-12 | 1 | -0/+2 |
|
|
* | | Cleanup code: remove int/long idioms and simplify a while statement. | Florent Xicluna | 2011-10-23 | 1 | -4/+1 |
|/ |
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,... | Florent Xicluna | 2010-08-14 | 1 | -1/+1 |
|
|
| * | Merged revisions 82915 via svnmerge from | Alexander Belopolsky | 2010-07-16 | 1 | -8/+11 |
|
|
| * | Merged revisions 80031 via svnmerge from | Victor Stinner | 2010-04-13 | 1 | -1/+1 |
|
|
* | | Syntax cleanup. | Florent Xicluna | 2010-07-28 | 1 | -1/+1 |
|
|
* | | Issue #9268: Add annotation option to pickletools.dis | Alexander Belopolsky | 2010-07-17 | 1 | -5/+39 |
|
|
* | | Corrected TUPLE<N> opcodes' docs. | Alexander Belopolsky | 2010-07-16 | 1 | -8/+11 |
|
|
* | | Issue #9094: Make python -m pickletools disassemble pickles given in | Alexander Belopolsky | 2010-07-03 | 1 | -1/+40 |
|
|
* | | Issue #8383: pickle and pickletools use surrogatepass error handler when | Victor Stinner | 2010-04-13 | 1 | -1/+1 |
|/ |
|
* | Issue #6137: The pickle module now translates module names when loading | Antoine Pitrou | 2009-06-04 | 1 | -85/+85 |
|
|
* | Merge r72792: POP_MARK was not in pickle protocol 0, SHORT_BINBYTES was not i... | Collin Winter | 2009-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 68903,68906 via svnmerge from | Mark Dickinson | 2009-01-24 | 1 | -5/+5 |
|
|
* | Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the | Mark Dickinson | 2009-01-20 | 1 | -38/+40 |
|
|
* | Restore _pickle module accelerator module. | Alexandre Vassalotti | 2008-06-12 | 1 | -10/+12 |
|
|
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 1 | -12/+10 |
|
|
* | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 1 | -10/+12 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 1 | -48/+48 |
|
|
* | - A new pickle protocol (protocol 3) is added with explicit support | Guido van Rossum | 2008-03-17 | 1 | -23/+86 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-11 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-11 | 1 | -3/+28 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -36/+36 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -10/+13 |
|
|
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 1 | -1/+1 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -5/+5 |
|
|
* | Change string literals to bytes, since they are compared to bytes. | Jeremy Hylton | 2007-08-29 | 1 | -2/+2 |
|
|