1. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  2. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  3. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  4. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  5. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
  6. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  7. d992c2c Migrate the strop test to PyUnit. by Fred Drake · 24 years ago
  8. 2e0a654 Add warnings to the strop module, for to those functions that really by Guido van Rossum · 24 years ago
  9. 1ee77d9 Guido has Spoken. Restore strop.replace()'s treatment of a 0 count as by Tim Peters · 24 years ago
  10. da45d55 The strop module and test_strop.py believe replace() with a 0 count by Tim Peters · 24 years ago
  11. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  12. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  13. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  14. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  15. c99a239 Added strop.split tests when sep is None. by Barry Warsaw · 27 years ago
  16. 9181190 Added tests of strop.replace() by Barry Warsaw · 27 years ago
  17. da0e520 Added a couple of strop.join() tests for large lists and long items by Barry Warsaw · 28 years ago
  18. ad522fa Added tests of all strop module functions, and touching of module variables by Barry Warsaw · 28 years ago
  19. 6592f88 Removed debugging print statement by Guido van Rossum · 29 years ago
  20. edaf1c9 Simple test module for strop. by Guido van Rossum · 29 years ago