1. 3fa1aae Issue #17516: do not create useless tuple: remove dummy commas in tests by Victor Stinner · 11 years ago
  2. a66c2ee Tweak a comment to be in line with Python 3 by Brett Cannon · 11 years ago
  3. f472a90 #16897: test_bisect now works with unittest test discovery. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  4. eda1f4c Issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  5. fb5b954 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 12 years ago
  6. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  7. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  8. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  9. 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
  10. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  11. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  12. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  13. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  14. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  15. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  16. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  17. 1ae9afa Fix test_bisect in the same way as test_itertools: iter() blows up a lot by Thomas Wouters · 18 years ago
  18. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 19 years ago
  19. 630e535 Rename test for comparision errors. by Raymond Hettinger · 20 years ago
  20. 6325178 Beef-up tests for greater coverage and refcount checking. by Raymond Hettinger · 20 years ago
  21. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  22. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  23. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  24. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  25. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  26. 6aa1c3f Let test_random cover the endpoints. by Raymond Hettinger · 22 years ago
  27. a9f18dc Test optional slice arguments. Add backwards compatibility test. by Raymond Hettinger · 22 years ago
  28. 4422375 Added doctest for examples in the library reference. by Raymond Hettinger · 22 years ago
  29. d230550 Convert to unittest format so that more tests can be added cleanly. by Raymond Hettinger · 22 years ago
  30. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  31. 36cdad1 Fred, THIS NEEDS DOCS! The function docstrings tell the tale. by Tim Peters · 24 years ago