summaryrefslogtreecommitdiffstats
path: root/Lib/test/string_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+3
* Fix bug:Michael W. Hudson2005-10-211-0/+9
* Disable encoding/decoding test, if unicode is disabled.Walter Dörwald2005-07-281-19/+20
* * Beef-up tests for str.count().Raymond Hettinger2005-02-201-0/+28
* * Beef-up testing of str.__contains__() and str.find().Raymond Hettinger2005-02-201-0/+24
* SF bug #1054139: serious string hashing error in 2.4b1Raymond Hettinger2004-10-261-0/+9
* test_bug1001011(): Verify thatTim Peters2004-08-271-5/+33
* Move test_bug1001011() to string_tests.MixinStrUnicodeTest so thatWalter Dörwald2004-08-261-0/+19
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-25/+0
* Add iswide() and width() method for UserString according as theHye-Shik Chang2004-06-041-0/+25
* [SF #866875] Add a specialized routine for one characterHye-Shik Chang2004-01-051-14/+55
* Fix unicode.rsplit()'s bug that ignores separater on the end of string whenHye-Shik Chang2003-12-231-0/+2
* Add rsplit method for str and unicode builtin types.Hye-Shik Chang2003-12-151-0/+20
* Add optional fillchar argument to ljust(), rjust(), and center() string methods.Raymond Hettinger2003-11-261-3/+3
* SF bug #795506: Wrong handling of string format code for float values.Raymond Hettinger2003-08-271-0/+1
* Whitespace normalization.Tim Peters2003-04-241-1/+0
* Attempt to make all the various string *strip methods the same.Neal Norwitz2003-04-101-28/+27
* Fix PyString_Format() so that '%c' % u'a' returns u'a'Walter Dörwald2003-03-311-0/+1
* Add two tests for simple error cases.Walter Dörwald2003-03-261-0/+4
* Get test to work on alphaNeal Norwitz2003-02-231-1/+1
* Port all string tests to PyUnit and share as much testsWalter Dörwald2003-02-211-317/+616
* Patch #650653: Raise always value error if the table is not 256 bytes long.Martin v. Löwis2002-12-121-0/+2
* check for str.__mod__Neil Schemenauer2002-11-181-0/+3
* Code by Inyeol Lee, submitted to SF bug 595350, to implementGuido van Rossum2002-08-231-0/+4
* Moved inplace add and multiply methods from UserString to MutableString.Raymond Hettinger2002-08-091-0/+6
* Revised the test suite for 'contains' to use the test() function argumentRaymond Hettinger2002-08-091-9/+9
* Whitespace normalization.Tim Peters2002-08-081-1/+0
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-061-1/+21
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* 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