aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove pdbCarl Friedrich Bolz-Tereick2021-02-261-2/+0
* follow what cpython is doing more systematically:Carl Friedrich Bolz-Tereick2021-02-261-1/+15
* add a random test for findingCarl Friedrich Bolz-Tereick2021-02-251-1/+21
* fix a tiny performance bug in our string search that we ported from cpython.Carl Friedrich Bolz-Tereick2021-02-251-0/+2
* copy an optimization from CPython: when the search string of str.replace andCarl Friedrich Bolz-Tereick2021-02-251-0/+11
* fix issue #3137: rsplit of unicode strings that end with a non-ascii char was...Carl Friedrich Bolz-Tereick2019-12-311-0/+1
* Test for replace_countArmin Rigo2017-12-011-3/+7
* some progress, still errors in rsplit (we need to think!)fijal2017-03-041-0/+12
* Issue #2324: fix for bytearray().replace('a', 'ab')Armin Rigo2016-06-131-0/+4
* Also test for split(..., 'one-char').Armin Rigo2014-06-201-0/+1
* Merge fix-bytearray-complexityTyler Wade2014-06-161-62/+127
|\
| * Don't use buffers as the 2nd paramter to rstring.(r)splitTyler Wade2014-06-091-11/+0
| * Fix rstring testTyler Wade2014-06-051-1/+1
| * Reorganize rlib.rstring a bit; add a testTyler Wade2014-06-021-13/+28
| * Use [] and len() for buffers in rpython.rlib.rstringTyler Wade2014-06-011-9/+26
| * Test new rlib.rstring functionality directly in rpython testsTyler Wade2014-05-261-62/+106
* | Changed my mind and found out an efficient way to support continuingArmin Rigo2014-06-071-2/+3
* | Start by changing the pure-Python implementation so that itArmin Rigo2014-06-071-3/+7
|/
* update the rsplit in rpython's rstr implementation, and use it from the std o...Richard Emslie2013-08-311-0/+5
* also support the split variant where the separator is not givenCarl Friedrich Bolz2013-08-311-0/+6
* Fix rpython/rlib testsRonan Lamy2013-07-071-2/+2
* startswith and endswith implementationsCarl Friedrich Bolz2013-06-161-1/+32
* make a unicode version of replace as well, and expose them both under aCarl Friedrich Bolz2013-06-141-24/+65
* an implementation of string_replace in rstringCarl Friedrich Bolz2013-06-141-0/+34
* what isn't tested is brokenCarl Friedrich Bolz2013-06-141-1/+20
* move an optimization from stringobject.py to rstring.pyCarl Friedrich Bolz2013-06-131-0/+1
* make rstring.split and rsplit work for unicode strings tooCarl Friedrich Bolz2013-06-131-0/+21
* Fixed a bunch of testsAlexander Hesse2013-01-151-3/+3
* Initial package rename:Alexander Hesse2012-12-301-0/+45