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

2018-08-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95010:abfed62d2e22 Date: 2018-08-17 02:58 +0300 http://bitbucket.org/pypy/pypy/changeset/abfed62d2e22/ Log:merge py3.5 into branch diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py --- a/pypy

[pypy-commit] pypy unicode-utf8-py3: fill out missing code paths hit by cpyext testing

2018-08-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95009:30294b8f3847 Date: 2018-08-17 02:57 +0300 http://bitbucket.org/pypy/pypy/changeset/30294b8f3847/ Log:fill out missing code paths hit by cpyext testing diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelp

[pypy-commit] pypy unicode-utf8-py3: str_w -> text_w, raises -> pytest.raises (python3 testing artifact?)

2018-08-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95008:945e1048b6b4 Date: 2018-08-17 02:55 +0300 http://bitbucket.org/pypy/pypy/changeset/945e1048b6b4/ Log:str_w -> text_w, raises -> pytest.raises (python3 testing artifact?) diff --git a/pypy/module/cpyext/test/test_dictobject.py b/

[pypy-commit] pypy unicode-utf8-py3: error.strerr now returns utf8, uni_length; fitting for space.newtext

2018-08-16 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95007:45f1dd7255ba Date: 2018-08-14 20:14 -0700 http://bitbucket.org/pypy/pypy/changeset/45f1dd7255ba/ Log:error.strerr now returns utf8, uni_length; fitting for space.newtext diff --git a/pypy/interpreter/error.py b/pypy/interpreter/e

[pypy-commit] pypy py3.5: fix test for python3 api

2018-08-16 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95006:0ebfd8239706 Date: 2018-08-17 02:50 +0300 http://bitbucket.org/pypy/pypy/changeset/0ebfd8239706/ Log:fix test for python3 api diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py --- a/pypy/module/cp