aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/string_tests.py
Commit message (Expand)AuthorAge
* closes gh-124016: update Unicode to 16.0.0 (#124017)Benjamin Peterson2024-09-13
* gh-117431: Adapt str.find and friends to Argument Clinic (#117468)Erlend E. Aasland2024-04-03
* gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466)Erlend E. Aasland2024-04-03
* gh-110160: Fix flaky `test_find_periodic_pattern` in `string_tests` (#110170)Nikita Sobolev2023-10-01
* gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)Hugo van Kemenade2023-07-10
* gh-81005: Refactor str tests to reflect that str and unicode are merged in Py...Daniel Fortunov2023-05-23
* gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228)Nikita Sobolev2022-10-15
* gh-94808: improve comments and coverage of fastsearch.h (GH-96760)Dennis Sweeney2022-09-13
* bpo-45668: Fix PGO tests without test extensions (GH-29315)Christian Heimes2021-11-01
* bpo-44110: Improve string's __getitem__ error message (GH-26042)Miguel Brito2021-06-27
* bpo-41972: Use the two-way algorithm for string searching (GH-22904)Dennis Sweeney2021-02-28
* bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)sweeneyde2020-04-22
* bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)Serhiy Storchaka2019-10-30
* bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Zackery Spytz2019-05-17
* bpo-36549: str.capitalize now titlecases the first character instead of upper...Kingsley M2019-04-12
* bpo-32677: Optimize str.isascii() (GH-5356)INADA Naoki2018-01-28
* bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)INADA Naoki2018-01-27
* Remove relics of str8 (became bytes) and buffer (bytearray) type testsMartin Panter2016-04-10
* Issue #26712: Unify (r)split, (l/r)strip tests into string_testsMartin Panter2016-04-10
* Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTestMartin Panter2016-04-06
* Issue #19587: Remove masked and redundant tests in test_bytesMartin Panter2016-02-02
* Fix a couple of typos in code commentsMartin Panter2015-12-17
* Issue #24284: The startswith and endswith methods of the str class no longerSerhiy Storchaka2015-05-31
* merge 3.4 (#22379)Benjamin Peterson2014-09-28
|\
| * check that exception messages are not empty (#22379)Benjamin Peterson2014-09-28
* | Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exceptionEthan Furman2014-03-19
|/
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
* | Catch deprecation warnings emitted when non-integers are formatted with %c, %oSerhiy Storchaka2014-02-06
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
|\|
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
* | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().Ezio Melotti2013-11-16
|/
* Remove duplicated tests.Ezio Melotti2013-04-21
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-19
|\
| * Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-19
* | #16910: test_bytes, test_unicode, and test_userstring now work with unittest ...Ezio Melotti2013-01-10
* | merge 3.2 (#15801)Benjamin Peterson2012-08-28
|\|
| * use the stricter PyMapping_Check (closes #15801)Benjamin Peterson2012-08-28
* | Close #15534: Fix a typo in the fast search function of the string library (_...Victor Stinner2012-08-02
* | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks...Mark Dickinson2012-05-07
* | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...Ezio Melotti2012-02-26
* | use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-11
* | Issue #12170: The count(), find(), rfind(), index() and rindex() methodsAntoine Pitrou2011-10-20
* | Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...Mark Dickinson2011-09-24
|/
* #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-15
* Use non-deprecated method name.Ezio Melotti2011-04-20
* MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-20
|\
| * startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-20
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
| * Merged revisions 77731 via svnmerge fromEzio Melotti2010-01-24