index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
pickletools.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dis(): Not all opcodes are printable anymore, so print the repr
Tim Peters
2003-01-28
1
-126/+150
*
Fix one disassembly output now that empty tuples are no longer
Guido van Rossum
2003-01-28
1
-12/+11
*
Comments.
Tim Peters
2003-01-28
1
-1/+5
*
Now that proto2 is defined, replaced XXX blocks with text about it.
Tim Peters
2003-01-28
1
-175/+206
*
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
[prev]