summaryrefslogtreecommitdiffstats
path: root/Lib/pickletools.py
Commit message (Expand)AuthorAgeFilesLines
...
* Comments.Tim Peters2003-01-281-1/+5
* Now that proto2 is defined, replaced XXX blocks with text about it.Tim Peters2003-01-281-175/+206
* Use proper function name in exception messagesNeal Norwitz2003-01-281-2/+2
* Removed the new LONG2 opcode: it's extravagant. If LONG1 isn't enough,Tim Peters2003-01-281-51/+13
* Documented the 2's-comp business for the new long opcodes.Tim Peters2003-01-271-3/+3
* Whitespace normalization.Tim Peters2003-01-271-3/+3
* decode_long(): Simplified the "is it negative?" test.Tim Peters2003-01-271-2/+5
* Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'.Guido van Rossum2003-01-271-5/+5
* Begin documenting protocol 2.Guido van Rossum2003-01-271-0/+288
* Remove a stray quote.Guido van Rossum2003-01-271-1/+1
* Repaired comment.Tim Peters2003-01-271-2/+2
* stringnl_noescape_pair(): changed the reader to separate the twoTim Peters2003-01-271-6/+6
* Moving pickletools.py from the sandbox into the std library. I startedTim Peters2003-01-271-0/+1794