summaryrefslogtreecommitdiff
path: root/Lib/test/test_str.py
Commit message (Expand)AuthorAgeFilesLines
* Backport 55873:Neal Norwitz2007-06-111-1/+2
* Prevent expandtabs() on string and unicode objects from causing a segfault whenNeal Norwitz2007-06-091-0/+11
* 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