1. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  2. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  3. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  4. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  5. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  6. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  7. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  8. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  9. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  10. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  11. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  12. 1ae9afa Fix test_bisect in the same way as test_itertools: iter() blows up a lot by Thomas Wouters · 18 years ago
  13. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 19 years ago
  14. 630e535 Rename test for comparision errors. by Raymond Hettinger · 20 years ago
  15. 6325178 Beef-up tests for greater coverage and refcount checking. by Raymond Hettinger · 20 years ago
  16. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
  17. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  18. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  19. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  20. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  21. 6aa1c3f Let test_random cover the endpoints. by Raymond Hettinger · 22 years ago
  22. a9f18dc Test optional slice arguments. Add backwards compatibility test. by Raymond Hettinger · 22 years ago
  23. 4422375 Added doctest for examples in the library reference. by Raymond Hettinger · 22 years ago
  24. d230550 Convert to unittest format so that more tests can be added cleanly. by Raymond Hettinger · 22 years ago
  25. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  26. 36cdad1 Fred, THIS NEEDS DOCS! The function docstrings tell the tale. by Tim Peters · 24 years ago