| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-53203: Improve tests for strptime() (GH-125090) | Serhiy Storchaka | 2024-10-08 | 1 | -1/+1 |
|
|
* | closes gh-124016: update Unicode to 16.0.0 (#124017) | Benjamin Peterson | 2024-09-13 | 1 | -2/+4 |
|
|
* | gh-122888: Fix crash on certain calls to str() (#122889) | Jelle Zijlstra | 2024-08-12 | 1 | -11/+32 |
|
|
* | gh-117557: Improve error messages when a string, bytes or bytearray of length... | Serhiy Storchaka | 2024-05-28 | 1 | -1/+1 |
|
|
* | gh-117709: Add vectorcall support for str() with positional-only arguments (#... | Erlend E. Aasland | 2024-04-11 | 1 | -0/+18 |
|
|
* | gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-112551) | Serhiy Storchaka | 2023-11-30 | 1 | -28/+62 |
|
|
* | gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068) | Serhiy Storchaka | 2023-09-09 | 1 | -30/+0 |
|
|
* | gh-80527: Change support.requires_legacy_unicode_capi() (#108438) | Victor Stinner | 2023-08-24 | 1 | -2/+2 |
|
|
* | gh-81005: Refactor str tests to reflect that str and unicode are merged in Py... | Daniel Fortunov | 2023-05-23 | 1 | -0/+2727 |
|
|
* | Delete test_str.py. There's not much there I care about, and it is confused | Guido van Rossum | 2007-10-26 | 1 | -66/+0 |
|
|
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 | 1 | -41/+1 |
|
|
* | Fix some tests by deleting stuff. | Guido van Rossum | 2007-06-14 | 1 | -1/+0 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -0/+12 |
|
|
* | Fix test_str.py so that it tests the str8 class. | Walter Dörwald | 2007-06-07 | 1 | -1/+1 |
|
|
* | 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 |
|
|