1. 544f119 Patch #995766: Keyword argument support in cPickle. by Martin v. Löwis · 20 years ago
  2. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  3. 206b9a7 MyComplex now works. by Guido van Rossum · 21 years ago
  4. fc27375 test_load_from_canned_string(): Created a DATA2 string to test a canned by Tim Peters · 21 years ago
  5. 2a30b21 Three test cases for __reduce_ex__. This fails for cPickle, until Tim by Guido van Rossum · 21 years ago
  6. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 22 years ago
  7. 71fcda5 cPickle produces NEWOBJ appropriately now. It still doesn't know by Tim Peters · 22 years ago
  8. c0c9370 We didn't have any tests making pickles with one of {pickle, cPickle}, by Tim Peters · 22 years ago
  9. e9ef203 Added a simple NEWOBJ test. This is in the pickle-only part of the by Tim Peters · 22 years ago
  10. 8587b3c Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. by Tim Peters · 22 years ago
  11. 42f08ac Implemented batching for dicts in cPickle. This is after two failed by Tim Peters · 22 years ago
  12. 1092d64 Implemented list batching in cPickle. by Tim Peters · 22 years ago
  13. 8d2613a Added tests to ensure that list and dict "chunking" are actually by Tim Peters · 22 years ago
  14. 3e667d5 cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't by Tim Peters · 22 years ago
  15. 731098b cPickle now generates proto 2 EXT[124] when appropriate. by Tim Peters · 22 years ago
  16. 894453a test_newobj_tuple(), test_newobj_list(): These tests should work under by Tim Peters · 22 years ago
  17. 5013bd9 test_newobj_generic(): Use the global protocols vector instead of a by Tim Peters · 22 years ago
  18. 22e7171 Added a bit to the EXT[124] tests, and refactored them to squash code by Tim Peters · 22 years ago
  19. 61bf257 Do a better job of testing that opcodes aren't generated under protocols by Tim Peters · 22 years ago
  20. 31f119e Proper testing of proto 2 in part requires checking that the new opcodes by Tim Peters · 22 years ago
  21. 1d63c9f cPickle support for TUPLE[123]. Incidentally plugged several undetected by Tim Peters · 22 years ago
  22. 3c67d79 Implemented proto 2 NEWTRUE and NEWFALSE in cPickle. by Tim Peters · 22 years ago
  23. 70b02d7 Beefed up the tests by putting in more "for proto in protocols:" outer by Tim Peters · 22 years ago
  24. 4190fb8 Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in by Tim Peters · 22 years ago
  25. bf2674b long(string, base) now takes time linear in len(string) when base is a by Tim Peters · 22 years ago
  26. ee1a53c cPickle.c: Full support for the new LONG1 and LONG4. Added comments. by Tim Peters · 22 years ago
  27. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 22 years ago
  28. 5d9113d Implement appropriate __getnewargs__ for all immutable subclassable builtin by Guido van Rossum · 22 years ago
  29. 0322d0f Test all three EXT opcodes, and move these tests into by Guido van Rossum · 22 years ago
  30. 47a6b13 Temporary hacks to arrange that the pickle tests relying on protocol 2 by Tim Peters · 22 years ago
  31. c8d6ef5 Add a test for a list subclass with a __dict__ as well as slots. by Guido van Rossum · 22 years ago
  32. 3d8c01b The default __reduce__ on the base object type obscured any by Guido van Rossum · 22 years ago
  33. 533dbcf Some experimental support for generating NEWOBJ with proto=2, and by Guido van Rossum · 22 years ago
  34. 7d97d31 OK, this is really the last one tonight! by Guido van Rossum · 22 years ago
  35. 025bc2f Shouldn't test short tuples with all items equal -- one potential bug by Guido van Rossum · 22 years ago
  36. 44f0ea5 More protocol 2: TUPLE1, TUPLE2, TUPLE3. by Guido van Rossum · 22 years ago
  37. d6c9e63 First baby steps towards implementing protocol 2: PROTO, LONG1 and LONG4. by Guido van Rossum · 22 years ago
  38. 4c8be85 Add some simple tests of the persistence hooks. by Jeremy Hylton · 22 years ago
  39. eb3f00a Check for trailing backslash. Fixes #593656. by Martin v. Löwis · 22 years ago
  40. 8a8da79 Patch #505705: Remove eval in pickle and cPickle. by Martin v. Löwis · 22 years ago
  41. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  42. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  43. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  44. 0e02530 Special support for pickling os.stat and os.stat_vfs results portably by Michael W. Hudson · 22 years ago
  45. 7bb466a A fix & test for by Michael W. Hudson · 22 years ago
  46. 04a8661 Add test for pickling new-style class with custom metaclass. by Guido van Rossum · 23 years ago
  47. 1444f67 The test using class initarg failed, because it was lacking a by Guido van Rossum · 23 years ago
  48. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  49. 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
  50. 19ef62d pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle by Tim Peters · 23 years ago
  51. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  52. 42f92da Change the test data to ask for class C from module __main__ rather by Guido van Rossum · 23 years ago
  53. e089c68 Test full range of native ints. This exposes two more binary pickle by Tim Peters · 23 years ago
  54. 461922a Pickles have a number of storage formats for various sizes and kinds of by Tim Peters · 23 years ago
  55. c58440f No functional change -- just added whitespace in places so I could follow by Tim Peters · 23 years ago
  56. 763cb0a Typo repair. by Tim Peters · 24 years ago
  57. e935816 Reorganize pickle/cPickle testing so the tests pass regardless of the order by Tim Peters · 24 years ago