summaryrefslogtreecommitdiff
path: root/Lib/test/test_string.py
Commit message (Expand)AuthorAgeFilesLines
* 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