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
---
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
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