summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_strop.py
Commit message (Expand)AuthorAgeFilesLines
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-8/+8
* Added strop.split tests when sep is None.Barry Warsaw1997-12-021-0/+6
* Added tests of strop.replace()Barry Warsaw1997-11-291-0/+9
* Added a couple of strop.join() tests for large lists and long itemsBarry Warsaw1997-01-061-1/+20
* Added tests of all strop module functions, and touching of moduleBarry Warsaw1996-12-091-2/+35
* Removed debugging print statementGuido van Rossum1996-10-081-1/+0
* Simple test module for strop.Guido van Rossum1996-10-081-0/+21