1. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  2. f3776a1 #3935: properly support list subclasses in the C impl. of bisect. by Georg Brandl · 17 years ago
  3. 3cd1e42 Issue 3301: Bisect functions behaved badly when lo was negative. by Raymond Hettinger · 17 years ago
  4. 0bb8567 In test_heapq and test_bisect, test both the Python and the C implementation. by Georg Brandl · 17 years ago
  5. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 20 years ago
  6. 630e535 Rename test for comparision errors. by Raymond Hettinger · 21 years ago
  7. 6325178 Beef-up tests for greater coverage and refcount checking. by Raymond Hettinger · 21 years ago
  8. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 22 years ago
  9. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 22 years ago
  10. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  11. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 22 years ago
  12. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  13. 6aa1c3f Let test_random cover the endpoints. by Raymond Hettinger · 23 years ago
  14. a9f18dc Test optional slice arguments. Add backwards compatibility test. by Raymond Hettinger · 23 years ago
  15. 4422375 Added doctest for examples in the library reference. by Raymond Hettinger · 23 years ago
  16. d230550 Convert to unittest format so that more tests can be added cleanly. by Raymond Hettinger · 23 years ago
  17. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  18. 36cdad1 Fred, THIS NEEDS DOCS! The function docstrings tell the tale. by Tim Peters · 25 years ago