summaryrefslogtreecommitdiff
path: root/Lib/test/string_tests.py
Commit message (Expand)AuthorAgeFilesLines
* SF bug # 493951 string.{starts,ends}with vs slicesNeal Norwitz2002-06-141-0/+27
* Whitespace normalization.Tim Peters2002-05-231-3/+3
* More --disable-unicode stuff.Michael W. Hudson2002-05-201-4/+9
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-221-1/+7
* Whitespace normalization.Tim Peters2002-04-161-1/+1
* Apply the second version of SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-151-0/+10
* Partially implement SF feature request 444708.Guido van Rossum2002-04-131-0/+12
* Add two tests for string.zfillAndrew M. Kuchling2002-03-291-0/+3
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-6/+7
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-151-0/+19
* SF bug #422088: [OSF1 alpha] string.replace().Tim Peters2001-05-091-0/+6
* String method conversion.Eric S. Raymond2001-02-091-2/+2
* Fixed .capitalize() method of Unicode objects to work like theMarc-André Lemburg2001-01-291-0/+2
* Whitespace normalization. Leaving tokenize_tests.py alone for now.Tim Peters2001-01-181-1/+1
* Added checks to prevent PyUnicode_Count() from dumping coreMarc-André Lemburg2001-01-161-0/+4
* small updates to string_join:Jeremy Hylton2000-07-111-0/+3
* add more tests of string.join variants to run_method_testsJeremy Hylton2000-07-111-8/+11
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-101-0/+196