summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_string.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2002-05-231-1/+1
* Apply diff3.txt from SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-171-0/+19
* test(): Avoid a UnboundLocalError when a method is missing from both the stringFinn Bock2001-12-091-0/+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
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-2/+1
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-041-2/+2
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-101-166/+4
* Added tests for the new .isalpha() and .isalnum() methods.Marc-André Lemburg2000-07-051-0/+15
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-2/+1
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-201-0/+1
* Marc-Andre Lemburg: test script for Unicode implementation.Guido van Rossum2000-03-101-10/+53
* Added a couple of endswith test cases for bugs reported by Timbot.Barry Warsaw1999-06-151-0/+8
* Added more tests of joinBarry Warsaw1999-06-141-0/+9
* Two extra startswith testsBarry Warsaw1999-06-111-0/+3
* Harness can now test object methods directly, if they aren't availableBarry Warsaw1999-06-111-2/+14
* Regression test for the new string methods.Barry Warsaw1999-06-101-0/+110