summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_str.py
Commit message (Expand)AuthorAgeFilesLines
* Move test_bug1001011() to string_tests.MixinStrUnicodeTest so thatWalter Dörwald2004-08-261-1/+2
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Fix PyString_Format() so that '%c' % u'a' returns u'a'Walter Dörwald2003-03-311-0/+4
* Port all string tests to PyUnit and share as much testsWalter Dörwald2003-02-211-0/+23