[pypy-commit] pypy py3.5: Allow -A imp tests to run on pypy

2017-12-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93300:2cc79ebab1f2 Date: 2017-12-07 05:33 + http://bitbucket.org/pypy/pypy/changeset/2cc79ebab1f2/ Log:Allow -A imp tests to run on pypy diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py --- a/pypy/tool/pytest/apptest.py +

[pypy-commit] pypy py3.5: Get the expected error when passing a bogus spec to _imp.create_dynamic()

2017-12-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93301:e30b20325b57 Date: 2017-12-07 05:40 + http://bitbucket.org/pypy/pypy/changeset/e30b20325b57/ Log:Get the expected error when passing a bogus spec to _imp.create_dynamic() diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyex

[pypy-commit] pypy py3.5: fix test

2017-12-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93299:0451e5fe8470 Date: 2017-12-07 04:34 + http://bitbucket.org/pypy/pypy/changeset/0451e5fe8470/ Log:fix test diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pypy/module/cpyex

[pypy-commit] pypy unicode-utf8: whack a few more places, handle surrogates correctly

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93298:8d468e08f3fe Date: 2017-12-07 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/8d468e08f3fe/ Log:whack a few more places, handle surrogates correctly diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/p

[pypy-commit] pypy unicode-utf8: remove flag handling from rutf8

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93296:1a4e2f08f746 Date: 2017-12-07 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/1a4e2f08f746/ Log:remove flag handling from rutf8 diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/r

[pypy-commit] pypy unicode-utf8: remove the flag

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93297:db2a8c9fccf1 Date: 2017-12-07 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/db2a8c9fccf1/ Log:remove the flag diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++

[pypy-commit] pypy unicode-utf8: changes to array module before changing the world

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93295:1be16a6d5f37 Date: 2017-12-07 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/1be16a6d5f37/ Log:changes to array module before changing the world diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a

[pypy-commit] pypy unicode-utf8: add one item

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93294:2d147c5dd32c Date: 2017-12-07 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/2d147c5dd32c/ Log:add one item diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -9,5 +9,6 @@ * remove assertions from W_UnicodeObject.__init__ if all the b

[pypy-commit] pypy unicode-utf8: use iterator and add some more obscure iterface for it

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93293:8c2d7104d91e Date: 2017-12-07 14:36 +0200 http://bitbucket.org/pypy/pypy/changeset/8c2d7104d91e/ Log:use iterator and add some more obscure iterface for it diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.

[pypy-commit] pypy unicode-utf8-re: Translation fix (nonneg issues)

2017-12-07 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93292:4ab5b6fa7557 Date: 2017-12-07 09:12 +0100 http://bitbucket.org/pypy/pypy/changeset/4ab5b6fa7557/ Log:Translation fix (nonneg issues) diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py --- a/rpython/rlib/rs

[pypy-commit] pypy unicode-utf8-re: Refix and test the standard StrMatchContext

2017-12-07 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93291:fc5e50bec2b2 Date: 2017-12-07 09:01 +0100 http://bitbucket.org/pypy/pypy/changeset/fc5e50bec2b2/ Log:Refix and test the standard StrMatchContext diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py --- a/rpy