1. 1ef9c83 Issue 6066: POP_MARK was not in pickle protocol 0. by Collin Winter · 15 years ago
  2. 10085c6 Issue #3657: fix occasional test_pickletools failures. by Mark Dickinson · 16 years ago
  3. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  4. ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 16 years ago
  5. da614dc Complete an open todo on pickletools -- add a pickle optimizer. by Raymond Hettinger · 16 years ago
  6. 90718a4 An instance of class PicklingError was used here simply as an example of by Tim Peters · 19 years ago
  7. 6c1e0fe Remove reference to old pickle feature. by Raymond Hettinger · 20 years ago
  8. 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 20 years ago
  9. d0c53fe Add argument to docstring by Andrew M. Kuchling · 20 years ago
  10. 62235e7 dis(): Added an optional memo argument, so that multiple pickles in a by Tim Peters · 22 years ago
  11. 4b23f2b It's Official: for LONG1/LONG4, a "byte count" of 0 is taken as a by Tim Peters · 22 years ago
  12. 2b93c4c Updated the INST/OBJ docs, to say they really are (almost) identical in 2.3. by Tim Peters · 22 years ago
  13. 43277d6 dis(): Simplified stack emulation a bit. by Tim Peters · 22 years ago
  14. c1c2b3e dis(): This had a problem with proto 0 pickles, in that POP sometimes by Tim Peters · 22 years ago
  15. 5445594 minor grammar tweaks by Skip Montanaro · 22 years ago
  16. ecb1104 Document the demise of all pretenses of safety, and the difference by Guido van Rossum · 22 years ago
  17. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  18. c0c12b5 pickle: Comment repair. by Tim Peters · 22 years ago
  19. 55762f5 Use raw-mode docstring whenever there's an escape code in an example -- by Tim Peters · 22 years ago
  20. 03e3532 _dis_test should be a raw string now that it contains \x escapes. by Guido van Rossum · 22 years ago
  21. d0f7c86 dis(): Not all opcodes are printable anymore, so print the repr by Tim Peters · 22 years ago
  22. 5702835 Fix one disassembly output now that empty tuples are no longer by Guido van Rossum · 22 years ago
  23. 81098ac Comments. by Tim Peters · 22 years ago
  24. fdc0346 Now that proto2 is defined, replaced XXX blocks with text about it. by Tim Peters · 22 years ago
  25. 784a3f5 Use proper function name in exception messages by Neal Norwitz · 22 years ago
  26. fdb8cfa Removed the new LONG2 opcode: it's extravagant. If LONG1 isn't enough, by Tim Peters · 22 years ago
  27. bdbe741 Documented the 2's-comp business for the new long opcodes. by Tim Peters · 22 years ago
  28. 5eed340 Whitespace normalization. by Tim Peters · 22 years ago
  29. 217e571 decode_long(): Simplified the "is it negative?" test. by Tim Peters · 22 years ago
  30. f29d3d6 Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'. by Guido van Rossum · 22 years ago
  31. 5a2d8f5 Begin documenting protocol 2. by Guido van Rossum · 22 years ago
  32. a72ded9 Remove a stray quote. by Guido van Rossum · 22 years ago
  33. 1996e23 Repaired comment. by Tim Peters · 22 years ago
  34. d916cf4 stringnl_noescape_pair(): changed the reader to separate the two by Tim Peters · 22 years ago
  35. 8ecfc8e Moving pickletools.py from the sandbox into the std library. I started by Tim Peters · 22 years ago