summaryrefslogtreecommitdiff
path: root/Lib/test/test_string.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug:Michael W. Hudson2005-10-211-0/+11
* Move test_bug1001011() to string_tests.MixinStrUnicodeTest so thatWalter Dörwald2004-08-261-22/+0
* SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)Raymond Hettinger2004-08-231-0/+23
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-4/+1
* Port all string tests to PyUnit and share as much testsWalter Dörwald2003-02-211-84/+104
* Whitespace normalization.Tim Peters2003-02-191-1/+0
* String tests should test 8-bit strings :-)Marc-André Lemburg2002-12-301-1/+1
* Patch for bug #659709: bogus computation of float lengthMarc-André Lemburg2002-12-291-0/+26
* 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
* 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