summaryrefslogtreecommitdiffstats
path: root/Lib/pickletools.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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