summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_str.py
Commit message (Expand)AuthorAgeFilesLines
* Make the it_index field in the str/unicode iterators Py_ssize_t's.Guido van Rossum2006-08-171-0/+8
* Make subclasses of int, long, complex, float, and unicode perform typeBrett Cannon2005-04-261-0/+63
* 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