1. cbda40d bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) by Miss Islington (bot) · 5 years ago
  2. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  3. 289f1f8 bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499) by Pierre Glaser · 5 years ago
  4. 86b8991 Fix upsizing of marks stack in pickle module. (GH-8860) by Sergey Fedoseev · 6 years ago
  5. 0a2da50 bpo-31993: Do not create frames for large bytes and str objects (#5114) by Serhiy Storchaka · 7 years ago
  6. 986375e bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080) by Serhiy Storchaka · 7 years ago
  7. 6545256 bpo-32032: Test both implementations of module-level pickle API. (#4401) by Serhiy Storchaka · 7 years ago
  8. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 8 years ago
  9. 90493ab Issue #25761: Improved error reporting about truncated pickle data in by Serhiy Storchaka · 8 years ago
  10. 3410c01 Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  11. dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  12. 9d4f3d8 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 9 years ago
  13. 5c1d9d2 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 9 years ago
  14. 59fb634 Issue #25761: Improved detecting errors in broken pickle data. by Serhiy Storchaka · 9 years ago
  15. 3c49710 Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  16. 7279bef Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  17. 4409c6c Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  18. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  19. 456a270 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  20. 7b2cfc4 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  21. 104de66 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  22. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  23. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  24. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  25. b9100e5 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 9 years ago
  26. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  27. 5bbd231 Issue #15513: Added a __sizeof__ implementation for pickle classes. by Serhiy Storchaka · 10 years ago
  28. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  29. 2178248 Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 11 years ago
  30. a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  31. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 12 years ago
  32. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  33. ec8f0df Merged revisions 88546 via svnmerge from by Alexander Belopolsky · 13 years ago
  34. ea99c5c Issue #9410: Various optimizations to the pickle module, leading to by Antoine Pitrou · 14 years ago
  35. 771d834 Port r71408 to py3k: issue 5665, add more pickling tests. by Collin Winter · 15 years ago
  36. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  37. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  38. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  39. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  40. f416981 - A new pickle protocol (protocol 3) is added with explicit support by Guido van Rossum · 16 years ago
  41. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  42. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  43. cfe5f20 Got test_pickletools and test_pickle working. by Guido van Rossum · 17 years ago
  44. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  45. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 21 years ago
  46. e14295c pickle.py has a few doctest'ed internal functions, so run their tests. by Tim Peters · 21 years ago
  47. 5d9113d Implement appropriate __getnewargs__ for all immutable subclassable builtin by Guido van Rossum · 21 years ago
  48. 47a6b13 Temporary hacks to arrange that the pickle tests relying on protocol 2 by Tim Peters · 21 years ago
  49. 9d32bb1 Rename 'bin' arg to 'proto'. Keep the default at 0 lest the tests by Guido van Rossum · 21 years ago
  50. 5e0f4e7 Remove inst_persistent_id() WANNI (we ain't never needed it). by Jeremy Hylton · 22 years ago
  51. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  52. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  53. 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 23 years ago
  54. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  55. 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
  56. e935816 Reorganize pickle/cPickle testing so the tests pass regardless of the order by Tim Peters · 24 years ago
  57. 8b74b15 Test some Unicode pickling endcases. by Guido van Rossum · 24 years ago
  58. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  59. ef5f2b9 - plug a memory leak due to circular lists by Neil Schemenauer · 24 years ago
  60. be467e5 Fix Bug #114293: by Jeremy Hylton · 24 years ago
  61. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 25 years ago