Author: Matti Picus
Branch: py3.6
Changeset: r96718:51716b155429
Date: 2019-05-30 15:49 +0300
http://bitbucket.org/pypy/pypy/changeset/51716b155429/
Log:skip test that only works translated
diff --git a/pypy/module/_codecs/test/test_codecs.py
b/pypy/module/_codecs/test/test_codecs.py
--- a/
Author: Matti Picus
Branch: py3.6
Changeset: r96719:8c02125cb1c5
Date: 2019-05-30 16:51 +0300
http://bitbucket.org/pypy/pypy/changeset/8c02125cb1c5/
Log:win32, python2 doesn't like surrogates, skip this check
diff --git a/pypy/objspace/std/unicodeobject.py
b/pypy/objspace/std/unicodeobject.
Author: Matti Picus
Branch: py3.6
Changeset: r96720:95ef57b94c9d
Date: 2019-05-31 00:09 +0300
http://bitbucket.org/pypy/pypy/changeset/95ef57b94c9d/
Log:fixes for win32
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/module/posix/interp_posix.py
Author: Matti Picus
Branch: win32-encoding
Changeset: r96721:51a97447c69a
Date: 2019-05-30 11:20 +0300
http://bitbucket.org/pypy/pypy/changeset/51a97447c69a/
Log:start to use filesystemencoderrors
diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py
--- a/pypy/module/sys/__