1. dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  2. 5c1d9d2 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 9 years ago
  3. 3c49710 Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  4. 7279bef Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  5. 4409c6c Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  6. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  7. 456a270 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  8. 7b2cfc4 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  9. 104de66 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  10. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  11. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  12. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  13. b9100e5 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 9 years ago
  14. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  15. 5bbd231 Issue #15513: Added a __sizeof__ implementation for pickle classes. by Serhiy Storchaka · 10 years ago
  16. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  17. 2178248 Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 11 years ago
  18. a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  19. 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
  20. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  21. ec8f0df Merged revisions 88546 via svnmerge from by Alexander Belopolsky · 13 years ago
  22. ea99c5c Issue #9410: Various optimizations to the pickle module, leading to by Antoine Pitrou · 14 years ago
  23. 771d834 Port r71408 to py3k: issue 5665, add more pickling tests. by Collin Winter · 15 years ago
  24. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  25. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  26. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  27. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  28. f416981 - A new pickle protocol (protocol 3) is added with explicit support by Guido van Rossum · 16 years ago
  29. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  30. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  31. cfe5f20 Got test_pickletools and test_pickle working. by Guido van Rossum · 17 years ago
  32. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  33. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 22 years ago
  34. e14295c pickle.py has a few doctest'ed internal functions, so run their tests. by Tim Peters · 22 years ago
  35. 5d9113d Implement appropriate __getnewargs__ for all immutable subclassable builtin by Guido van Rossum · 22 years ago
  36. 47a6b13 Temporary hacks to arrange that the pickle tests relying on protocol 2 by Tim Peters · 22 years ago
  37. 9d32bb1 Rename 'bin' arg to 'proto'. Keep the default at 0 lest the tests by Guido van Rossum · 22 years ago
  38. 5e0f4e7 Remove inst_persistent_id() WANNI (we ain't never needed it). by Jeremy Hylton · 22 years ago
  39. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  40. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  41. 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 23 years ago
  42. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  43. 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
  44. e935816 Reorganize pickle/cPickle testing so the tests pass regardless of the order by Tim Peters · 24 years ago
  45. 8b74b15 Test some Unicode pickling endcases. by Guido van Rossum · 24 years ago
  46. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  47. ef5f2b9 - plug a memory leak due to circular lists by Neil Schemenauer · 24 years ago
  48. be467e5 Fix Bug #114293: by Jeremy Hylton · 24 years ago
  49. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 25 years ago