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