1. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  2. 19e69c5 Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej by Martin Panter · 9 years ago
  3. 05dadcf Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can by Serhiy Storchaka · 10 years ago
  4. 28d271e Issue #19754: Make pickletools.optimize respect the frame size target. by Alexandre Vassalotti · 11 years ago
  5. 3ab9cfc Selectively re-enable framing tests by Antoine Pitrou · 11 years ago
  6. 1ce92dc Issue #11286: Fixed unpickling of empty 2.x strings. by Alexander Belopolsky · 13 years ago
  7. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  8. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  9. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  10. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  11. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  12. f416981 - A new pickle protocol (protocol 3) is added with explicit support by Guido van Rossum · 16 years ago
  13. 126d29a Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60734 via svnmerge from by Christian Heimes · 16 years ago
  14. 8ecfc8e Moving pickletools.py from the sandbox into the std library. I started by Tim Peters · 21 years ago