GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpython
/
rlib
/
test
/
test_rstring.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove pdb
Carl Friedrich Bolz-Tereick
2021-02-26
1
-2
/
+0
*
follow what cpython is doing more systematically:
Carl Friedrich Bolz-Tereick
2021-02-26
1
-1
/
+15
*
add a random test for finding
Carl Friedrich Bolz-Tereick
2021-02-25
1
-1
/
+21
*
fix a tiny performance bug in our string search that we ported from cpython.
Carl Friedrich Bolz-Tereick
2021-02-25
1
-0
/
+2
*
copy an optimization from CPython: when the search string of str.replace and
Carl Friedrich Bolz-Tereick
2021-02-25
1
-0
/
+11
*
fix issue #3137: rsplit of unicode strings that end with a non-ascii char was...
Carl Friedrich Bolz-Tereick
2019-12-31
1
-0
/
+1
*
Test for replace_count
Armin Rigo
2017-12-01
1
-3
/
+7
*
some progress, still errors in rsplit (we need to think!)
fijal
2017-03-04
1
-0
/
+12
*
Issue #2324: fix for bytearray().replace('a', 'ab')
Armin Rigo
2016-06-13
1
-0
/
+4
*
Also test for split(..., 'one-char').
Armin Rigo
2014-06-20
1
-0
/
+1
*
Merge fix-bytearray-complexity
Tyler Wade
2014-06-16
1
-62
/
+127
|
\
|
*
Don't use buffers as the 2nd paramter to rstring.(r)split
Tyler Wade
2014-06-09
1
-11
/
+0
|
*
Fix rstring test
Tyler Wade
2014-06-05
1
-1
/
+1
|
*
Reorganize rlib.rstring a bit; add a test
Tyler Wade
2014-06-02
1
-13
/
+28
|
*
Use [] and len() for buffers in rpython.rlib.rstring
Tyler Wade
2014-06-01
1
-9
/
+26
|
*
Test new rlib.rstring functionality directly in rpython tests
Tyler Wade
2014-05-26
1
-62
/
+106
*
|
Changed my mind and found out an efficient way to support continuing
Armin Rigo
2014-06-07
1
-2
/
+3
*
|
Start by changing the pure-Python implementation so that it
Armin Rigo
2014-06-07
1
-3
/
+7
|
/
*
update the rsplit in rpython's rstr implementation, and use it from the std o...
Richard Emslie
2013-08-31
1
-0
/
+5
*
also support the split variant where the separator is not given
Carl Friedrich Bolz
2013-08-31
1
-0
/
+6
*
Fix rpython/rlib tests
Ronan Lamy
2013-07-07
1
-2
/
+2
*
startswith and endswith implementations
Carl Friedrich Bolz
2013-06-16
1
-1
/
+32
*
make a unicode version of replace as well, and expose them both under a
Carl Friedrich Bolz
2013-06-14
1
-24
/
+65
*
an implementation of string_replace in rstring
Carl Friedrich Bolz
2013-06-14
1
-0
/
+34
*
what isn't tested is broken
Carl Friedrich Bolz
2013-06-14
1
-1
/
+20
*
move an optimization from stringobject.py to rstring.py
Carl Friedrich Bolz
2013-06-13
1
-0
/
+1
*
make rstring.split and rsplit work for unicode strings too
Carl Friedrich Bolz
2013-06-13
1
-0
/
+21
*
Fixed a bunch of tests
Alexander Hesse
2013-01-15
1
-3
/
+3
*
Initial package rename:
Alexander Hesse
2012-12-30
1
-0
/
+45