summaryrefslogtreecommitdiffstats
path: root/Lib/pickletools.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | component strings by a blank instead of a period. Guido pointed out that the component strings (at least the first one) can be dotted already. find_class() is overridable too, so only God knows all the possibilities that make sense to someone.
* Moving pickletools.py from the sandbox into the std library. I startedTim Peters2003-01-271-0/+1794
this over the weekend, and it made faster & better progress than I expected -- it's already useful <wink>.