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