summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_str.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some tests by deleting stuff.Guido van Rossum2007-06-141-1/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+12
* Fix test_str.py so that it tests the str8 class.Walter Dörwald2007-06-071-1/+1
* Make test_str.py pass.Guido van Rossum2007-05-151-11/+9
* Fix %c overflow test.Walter Dörwald2007-05-051-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-9/+9
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-4/+4
* 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