[pypy-commit] pypy unicode-utf8-re: Fix test_search

2017-12-08 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93314:80ff594175dc Date: 2017-12-08 12:57 +0100 http://bitbucket.org/pypy/pypy/changeset/80ff594175dc/ Log:Fix test_search diff --git a/rpython/rlib/rsre/rsre_utf8.py b/rpython/rlib/rsre/rsre_utf8.py --- a/rpython/rlib/rsre/rsre_utf8.py

[pypy-commit] pypy unicode-utf8-re: Fix test_match

2017-12-08 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93315:e2017b23843a Date: 2017-12-08 13:03 +0100 http://bitbucket.org/pypy/pypy/changeset/e2017b23843a/ Log:Fix test_match diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py --- a/rpython/rlib/rsre/rsre_core.py +

[pypy-commit] pypy unicode-utf8-re: fix

2017-12-03 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93245:02e89a1160e5 Date: 2017-12-03 15:48 +0100 http://bitbucket.org/pypy/pypy/changeset/02e89a1160e5/ Log:fix diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py --- a/rpython/rlib/rsre/rsre_core.py +++ b/rpytho

[pypy-commit] pypy unicode-utf8-re: fix for test_ext_opcode

2017-12-03 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93243:19e4a5fa4aa4 Date: 2017-12-03 15:24 +0100 http://bitbucket.org/pypy/pypy/changeset/19e4a5fa4aa4/ Log:fix for test_ext_opcode diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py --- a/rpython/rlib/rsre/rsre_