| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-110160: Fix flaky `test_find_periodic_pattern` in `string_tests` (#110170) | Nikita Sobolev | 2023-10-01 | 1 | -3/+11 |
|
|
* | gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488) | Hugo van Kemenade | 2023-07-10 | 1 | -0/+6 |
|
|
* | gh-81005: Refactor str tests to reflect that str and unicode are merged in Py... | Daniel Fortunov | 2023-05-23 | 1 | -17/+9 |
|
|
* | gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228) | Nikita Sobolev | 2022-10-15 | 1 | -0/+8 |
|
|
* | gh-94808: improve comments and coverage of fastsearch.h (GH-96760) | Dennis Sweeney | 2022-09-13 | 1 | -0/+48 |
|
|
* | bpo-45668: Fix PGO tests without test extensions (GH-29315) | Christian Heimes | 2021-11-01 | 1 | -5/+6 |
|
|
* | bpo-44110: Improve string's __getitem__ error message (GH-26042) | Miguel Brito | 2021-06-27 | 1 | -1/+7 |
|
|
* | bpo-41972: Use the two-way algorithm for string searching (GH-22904) | Dennis Sweeney | 2021-02-28 | 1 | -0/+39 |
|
|
* | bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) | sweeneyde | 2020-04-22 | 1 | -0/+36 |
|
|
* | bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981) | Serhiy Storchaka | 2019-10-30 | 1 | -0/+1 |
|
|
* | bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) | Zackery Spytz | 2019-05-17 | 1 | -1/+1 |
|
|
* | bpo-36549: str.capitalize now titlecases the first character instead of upper... | Kingsley M | 2019-04-12 | 1 | -1/+1 |
|
|
* | bpo-32677: Optimize str.isascii() (GH-5356) | INADA Naoki | 2018-01-28 | 1 | -0/+7 |
|
|
* | bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) | INADA Naoki | 2018-01-27 | 1 | -0/+8 |
|
|
* | Remove relics of str8 (became bytes) and buffer (bytearray) type tests | Martin Panter | 2016-04-10 | 1 | -33/+0 |
|
|
* | Issue #26712: Unify (r)split, (l/r)strip tests into string_tests | Martin Panter | 2016-04-10 | 1 | -5/+31 |
|
|
* | Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest | Martin Panter | 2016-04-06 | 1 | -36/+40 |
|
|
* | Issue #19587: Remove masked and redundant tests in test_bytes | Martin Panter | 2016-02-02 | 1 | -6/+4 |
|
|
* | Fix a couple of typos in code comments | Martin Panter | 2015-12-17 | 1 | -1/+1 |
|
|
* | Issue #24284: The startswith and endswith methods of the str class no longer | Serhiy Storchaka | 2015-05-31 | 1 | -0/+6 |
|
|
* | merge 3.4 (#22379) | Benjamin Peterson | 2014-09-28 | 1 | -8/+6 |
|\ |
|
| * | check that exception messages are not empty (#22379) | Benjamin Peterson | 2014-09-28 | 1 | -8/+6 |
|
|
* | | Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception | Ethan Furman | 2014-03-19 | 1 | -2/+1 |
|/ |
|
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -8/+15 |
|\ |
|
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -8/+15 |
|
|
* | | Catch deprecation warnings emitted when non-integers are formatted with %c, %o | Serhiy Storchaka | 2014-02-06 | 1 | -1/+2 |
|
|
* | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -2/+2 |
|
|
* | | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). | Ezio Melotti | 2013-11-16 | 1 | -7/+20 |
|/ |
|
* | Remove duplicated tests. | Ezio Melotti | 2013-04-21 | 1 | -21/+0 |
|
|
* | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -0/+11 |
|\ |
|
| * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -0/+11 |
|
|
* | | #16910: test_bytes, test_unicode, and test_userstring now work with unittest ... | Ezio Melotti | 2013-01-10 | 1 | -1/+1 |
|
|
* | | merge 3.2 (#15801) | Benjamin Peterson | 2012-08-28 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | use the stricter PyMapping_Check (closes #15801) | Benjamin Peterson | 2012-08-28 | 1 | -0/+3 |
|
|
* | | Close #15534: Fix a typo in the fast search function of the string library (_... | Victor Stinner | 2012-08-02 | 1 | -0/+8 |
|
|
* | | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks... | Mark Dickinson | 2012-05-07 | 1 | -0/+4 |
|
|
* | | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr... | Ezio Melotti | 2012-02-26 | 1 | -1/+23 |
|
|
* | | use full unicode mappings for upper/lower/title case (#12736) | Benjamin Peterson | 2012-01-11 | 1 | -1/+1 |
|
|
* | | Issue #12170: The count(), find(), rfind(), index() and rindex() methods | Antoine Pitrou | 2011-10-20 | 1 | -5/+30 |
|
|
* | | Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli... | Mark Dickinson | 2011-09-24 | 1 | -3/+11 |
|/ |
|
* | #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ... | Ezio Melotti | 2011-08-15 | 1 | -0/+17 |
|
|
* | Use non-deprecated method name. | Ezio Melotti | 2011-04-20 | 1 | -7/+7 |
|
|
* | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor... | Jesus Cea | 2011-04-20 | 1 | -0/+57 |
|\ |
|
| * | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -0/+57 |
|
|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -11/+11 |
|
|
| * | Merged revisions 77731 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -9/+9 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -11/+11 |
|
|
* | | Reenable test_ucs4 and remove some duplicated lines. | Florent Xicluna | 2010-09-13 | 1 | -1/+1 |
|
|
* | | Merged revisions 77729 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -9/+9 |
|
|