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