Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use proper function name in exception messages | Neal Norwitz | 2003-01-28 | 1 | -2/+2 |
* | Removed the new LONG2 opcode: it's extravagant. If LONG1 isn't enough, | Tim Peters | 2003-01-28 | 1 | -51/+13 |
* | Documented the 2's-comp business for the new long opcodes. | Tim Peters | 2003-01-27 | 1 | -3/+3 |
* | Whitespace normalization. | Tim Peters | 2003-01-27 | 1 | -3/+3 |
* | decode_long(): Simplified the "is it negative?" test. | Tim Peters | 2003-01-27 | 1 | -2/+5 |
* | Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'. | Guido van Rossum | 2003-01-27 | 1 | -5/+5 |
* | Begin documenting protocol 2. | Guido van Rossum | 2003-01-27 | 1 | -0/+288 |
* | Remove a stray quote. | Guido van Rossum | 2003-01-27 | 1 | -1/+1 |
* | Repaired comment. | Tim Peters | 2003-01-27 | 1 | -2/+2 |
* | stringnl_noescape_pair(): changed the reader to separate the two | Tim Peters | 2003-01-27 | 1 | -6/+6 |
* | Moving pickletools.py from the sandbox into the std library. I started | Tim Peters | 2003-01-27 | 1 | -0/+1794 |