1. d6c9e63 First baby steps towards implementing protocol 2: PROTO, LONG1 and LONG4. by Guido van Rossum · 22 years ago
  2. 4c8be85 Add some simple tests of the persistence hooks. by Jeremy Hylton · 22 years ago
  3. eb3f00a Check for trailing backslash. Fixes #593656. by Martin v. Löwis · 22 years ago
  4. 8a8da79 Patch #505705: Remove eval in pickle and cPickle. by Martin v. Löwis · 22 years ago
  5. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  6. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  7. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  8. 0e02530 Special support for pickling os.stat and os.stat_vfs results portably by Michael W. Hudson · 22 years ago
  9. 7bb466a A fix & test for by Michael W. Hudson · 22 years ago
  10. 04a8661 Add test for pickling new-style class with custom metaclass. by Guido van Rossum · 23 years ago
  11. 1444f67 The test using class initarg failed, because it was lacking a by Guido van Rossum · 23 years ago
  12. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  13. 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
  14. 19ef62d pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle by Tim Peters · 23 years ago
  15. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  16. 42f92da Change the test data to ask for class C from module __main__ rather by Guido van Rossum · 23 years ago
  17. e089c68 Test full range of native ints. This exposes two more binary pickle by Tim Peters · 23 years ago
  18. 461922a Pickles have a number of storage formats for various sizes and kinds of by Tim Peters · 23 years ago
  19. c58440f No functional change -- just added whitespace in places so I could follow by Tim Peters · 23 years ago
  20. 763cb0a Typo repair. by Tim Peters · 24 years ago
  21. e935816 Reorganize pickle/cPickle testing so the tests pass regardless of the order by Tim Peters · 24 years ago