1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. f416981 - A new pickle protocol (protocol 3) is added with explicit support by Guido van Rossum · 16 years ago
  3. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  4. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  5. cfe5f20 Got test_pickletools and test_pickle working. by Guido van Rossum · 17 years ago
  6. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  7. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 22 years ago
  8. e14295c pickle.py has a few doctest'ed internal functions, so run their tests. by Tim Peters · 22 years ago
  9. 5d9113d Implement appropriate __getnewargs__ for all immutable subclassable builtin by Guido van Rossum · 22 years ago
  10. 47a6b13 Temporary hacks to arrange that the pickle tests relying on protocol 2 by Tim Peters · 22 years ago
  11. 9d32bb1 Rename 'bin' arg to 'proto'. Keep the default at 0 lest the tests by Guido van Rossum · 22 years ago
  12. 5e0f4e7 Remove inst_persistent_id() WANNI (we ain't never needed it). by Jeremy Hylton · 22 years ago
  13. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  14. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  15. 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 23 years ago
  16. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  17. 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
  18. e935816 Reorganize pickle/cPickle testing so the tests pass regardless of the order by Tim Peters · 24 years ago
  19. 8b74b15 Test some Unicode pickling endcases. by Guido van Rossum · 24 years ago
  20. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  21. ef5f2b9 - plug a memory leak due to circular lists by Neil Schemenauer · 24 years ago
  22. be467e5 Fix Bug #114293: by Jeremy Hylton · 24 years ago
  23. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 25 years ago