[pypy-commit] pypy unicode-utf8-py3: fix tests for python3

2019-01-15 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95639:ef1027524c11 Date: 2019-01-15 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/ef1027524c11/ Log:fix tests for python3 diff --git a/pypy/module/_io/test/test_interp_textio.py b/pypy/module/_io/test/test_interp_textio.py ---

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

2018-09-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95072:99ad3d85cb7a Date: 2018-09-01 23:46 +0200 http://bitbucket.org/pypy/pypy/changeset/99ad3d85cb7a/ Log:fix tests diff --git a/pypy/objspace/std/test/test_bytesobject.py b/pypy/objspace/std/test/test_bytesobject.py --- a/pypy/objsp

[pypy-commit] pypy unicode-utf8-py3: fix tests, then fix implementations to pass more tests

2018-07-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94904:fed03b2241ff Date: 2018-07-27 16:00 -0400 http://bitbucket.org/pypy/pypy/changeset/fed03b2241ff/ Log:fix tests, then fix implementations to pass more tests diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjs