summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_userstring.py
Commit message (Expand)AuthorAgeFilesLines
* Moved inplace add and multiply methods from UserString to MutableString.Raymond Hettinger2002-08-091-0/+1
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-061-0/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-2/+2
* I am mad. This test never worked!Guido van Rossum2002-04-121-16/+14
* String method conversion.Eric S. Raymond2001-02-091-1/+1
* 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
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-101-184/+2
* UserString class from Peter Funk <pf@artcom-gmbh.de>.Fred Drake2000-04-031-0/+227