[pypy-commit] pypy unicode-utf8: fix recursive call to decode_object, set errorhandler

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95108:f33f0bb4a73e Date: 2018-09-12 15:33 +0300 http://bitbucket.org/pypy/pypy/changeset/f33f0bb4a73e/ Log:fix recursive call to decode_object, set errorhandler diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicode

[pypy-commit] pypy unicode-utf8: remove unicode_w from cpyext tests

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95107:2a457f223c9a Date: 2018-09-12 15:33 +0300 http://bitbucket.org/pypy/pypy/changeset/2a457f223c9a/ Log:remove unicode_w from cpyext tests diff --git a/pypy/module/cpyext/test/buffer_test.c b/pypy/module/cpyext/test/buffer_test.c --- a

[pypy-commit] pypy unicode-utf8: merge default into branch

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95106:31d343a2e948 Date: 2018-09-12 10:56 +0300 http://bitbucket.org/pypy/pypy/changeset/31d343a2e948/ Log:merge default into branch diff too long, truncating to 2000 out of 24129 lines diff --git a/pypy/module/cpyext/test/test_abstract.p

[pypy-commit] pypy unicode-utf8: rarely-used str_w should use ascii-encoding (used for space.bytes_w)

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95105:b2656c189d7f Date: 2018-09-12 10:56 +0300 http://bitbucket.org/pypy/pypy/changeset/b2656c189d7f/ Log:rarely-used str_w should use ascii-encoding (used for space.bytes_w) diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspac

[pypy-commit] pypy unicode-utf8-py3: default for allow_surrogates is False

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95109:801748ba582a Date: 2018-09-12 14:16 +0300 http://bitbucket.org/pypy/pypy/changeset/801748ba582a/ Log:default for allow_surrogates is False diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/

[pypy-commit] pypy unicode-utf8-py3: merge py3.5 into branch

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95110:0e9637ca2d97 Date: 2018-09-12 15:02 +0300 http://bitbucket.org/pypy/pypy/changeset/0e9637ca2d97/ Log:merge py3.5 into branch diff too long, truncating to 2000 out of 23978 lines diff --git a/pypy/module/cpyext/test/test_arraymod

[pypy-commit] pypy unicode-utf8-py3: fix indent

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95111:19e3f6195d1c Date: 2018-09-12 15:35 +0300 http://bitbucket.org/pypy/pypy/changeset/19e3f6195d1c/ Log:fix indent diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pyp

[pypy-commit] pypy py3.5: remove cruft from reverting 943b0266d564

2018-09-12 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95112:3cb557b6599e Date: 2018-09-12 15:37 +0300 http://bitbucket.org/pypy/pypy/changeset/3cb557b6599e/ Log:remove cruft from reverting 943b0266d564 diff --git a/pypy/module/cpyext/test0/__init__.py b/pypy/module/cpyext/test0/__init__.py deleted

[pypy-commit] pypy unicode-utf8-py3: merge py3.5 into branch

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95113:53b278863286 Date: 2018-09-12 17:16 +0300 http://bitbucket.org/pypy/pypy/changeset/53b278863286/ Log:merge py3.5 into branch diff --git a/pypy/module/cpyext/test0/__init__.py b/pypy/module/cpyext/test0/__init__.py deleted file m

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

2018-09-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95114:9d1232e7d075 Date: 2018-09-12 21:54 +0300 http://bitbucket.org/pypy/pypy/changeset/9d1232e7d075/ Log:fix translation diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unicod