summaryrefslogtreecommitdiff
path: root/Lib/test/string_tests.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Miss Islington (bot)2019-05-171-1/+1
* bpo-32677: Optimize str.isascii() (GH-5356)INADA Naoki2018-01-281-0/+7
* bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)INADA Naoki2018-01-271-0/+8
* Remove relics of str8 (became bytes) and buffer (bytearray) type testsMartin Panter2016-04-101-33/+0
* Issue #26712: Unify (r)split, (l/r)strip tests into string_testsMartin Panter2016-04-101-5/+31
* Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTestMartin Panter2016-04-061-36/+40
* Issue #19587: Remove masked and redundant tests in test_bytesMartin Panter2016-02-021-6/+4
* Fix a couple of typos in code commentsMartin Panter2015-12-171-1/+1
* Issue #24284: The startswith and endswith methods of the str class no longerSerhiy Storchaka2015-05-311-0/+6
* merge 3.4 (#22379)Benjamin Peterson2014-09-281-8/+6
|\
| * check that exception messages are not empty (#22379)Benjamin Peterson2014-09-281-8/+6
* | Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exceptionEthan Furman2014-03-191-2/+1
|/
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-8/+15
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-8/+15
* | Catch deprecation warnings emitted when non-integers are formatted with %c, %oSerhiy Storchaka2014-02-061-1/+2
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-2/+2
|\ \ | |/
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-2/+2
* | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().Ezio Melotti2013-11-161-7/+20
|/
* Remove duplicated tests.Ezio Melotti2013-04-211-21/+0
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-0/+11
|\
| * Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-0/+11
* | #16910: test_bytes, test_unicode, and test_userstring now work with unittest ...Ezio Melotti2013-01-101-1/+1
* | merge 3.2 (#15801)Benjamin Peterson2012-08-281-0/+3
|\ \ | |/
| * use the stricter PyMapping_Check (closes #15801)Benjamin Peterson2012-08-281-0/+3
* | Close #15534: Fix a typo in the fast search function of the string library (_...Victor Stinner2012-08-021-0/+8
* | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks...Mark Dickinson2012-05-071-0/+4
* | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...Ezio Melotti2012-02-261-1/+23
* | use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-111-1/+1
* | Issue #12170: The count(), find(), rfind(), index() and rindex() methodsAntoine Pitrou2011-10-201-5/+30
* | Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...Mark Dickinson2011-09-241-3/+11
|/
* #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-151-0/+17
* Use non-deprecated method name.Ezio Melotti2011-04-201-7/+7
* MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-201-0/+57
|\
| * startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-201-0/+57
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-11/+11
| * Merged revisions 77731 via svnmerge fromEzio Melotti2010-01-241-9/+9
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-11/+11
* | Reenable test_ucs4 and remove some duplicated lines.Florent Xicluna2010-09-131-1/+1
* | Merged revisions 77729 via svnmerge fromEzio Melotti2010-01-241-9/+9
* | Merged revisions 77249 via svnmerge fromAntoine Pitrou2010-01-021-4/+2
* | Merged revisions 77247 via svnmerge fromAntoine Pitrou2010-01-021-0/+6
* | Merged revisions 77241 via svnmerge fromAntoine Pitrou2010-01-021-0/+24
* | Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-051-2/+1
|/
* Issue #5859: Remove use of fixed-length buffers for float formattingMark Dickinson2009-05-011-8/+1
* Merged revisions 66631 via svnmerge fromAmaury Forgeot d'Arc2008-09-261-0/+16
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-241-0/+8
* Move UserList to collections.Raymond Hettinger2008-02-121-1/+1
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-18/+18
* Removed some leftovers from the str8 daysChristian Heimes2007-11-221-4/+0