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