Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make test_str.py pass. | Guido van Rossum | 2007-05-15 | 1 | -11/+9 |
* | Fix %c overflow test. | Walter Dörwald | 2007-05-05 | 1 | -1/+1 |
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -9/+9 |
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -4/+4 |
* | Make the it_index field in the str/unicode iterators Py_ssize_t's. | Guido van Rossum | 2006-08-17 | 1 | -0/+8 |
* | Make subclasses of int, long, complex, float, and unicode perform type | Brett Cannon | 2005-04-26 | 1 | -0/+63 |
* | Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that | Walter Dörwald | 2004-08-26 | 1 | -1/+2 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -3/+1 |
* | Fix PyString_Format() so that '%c' % u'a' returns u'a' | Walter Dörwald | 2003-03-31 | 1 | -0/+4 |
* | Port all string tests to PyUnit and share as much tests | Walter Dörwald | 2003-02-21 | 1 | -0/+23 |