summaryrefslogtreecommitdiffstats
path: root/Lib/test/string_tests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-2/+2
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-181-0/+28
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-15/+15
* Patch 1280, by Alexandre Vassalotti.Guido van Rossum2007-10-191-0/+4
* Patch # 1145 by Thomas Lee:Guido van Rossum2007-09-271-3/+4
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-11/+11
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-2/+12
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-24/+27
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-4/+6
* Fix some tests by deleting stuff.Guido van Rossum2007-06-141-52/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+26
* Rename checks for test_support.have_unicode (we alwaysWalter Dörwald2007-06-081-20/+19
* Fix test_str.py so that it tests the str8 class.Walter Dörwald2007-06-071-1/+1
* Make test_str.py pass.Guido van Rossum2007-05-151-5/+5
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-2/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-7/+7
* test_unicode.py passes again 9except for problemsWalter Dörwald2007-05-051-17/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-27/+27
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+3
* Addendum of patch #1669633: additional tests for bytes methods.Georg Brandl2007-03-061-168/+176
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-3/+3
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+40