[pypy-commit] pypy unicode-utf8-py3: off-by-one error

2018-10-21 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95231:8c089ffd30f2 Date: 2018-10-22 08:49 +0300 http://bitbucket.org/pypy/pypy/changeset/8c089ffd30f2/ Log:off-by-one error diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/u

[pypy-commit] pypy unicode-utf8-py3: use utf8 in further encoding if error handler "fixes" surrogates

2018-10-21 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95230:9f83d1c579c4 Date: 2018-10-21 22:49 +0300 http://bitbucket.org/pypy/pypy/changeset/9f83d1c579c4/ Log:use utf8 in further encoding if error handler "fixes" surrogates diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspac

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

2018-10-21 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95229:403463fc684e Date: 2018-10-21 21:39 +0300 http://bitbucket.org/pypy/pypy/changeset/403463fc684e/ Log:merge py3.5 into branch diff --git a/lib-python/3/distutils/sysconfig_pypy.py b/lib-python/3/distutils/sysconfig_pypy.py --- a/

[pypy-commit] pypy unicode-utf8-py3: typo

2018-10-21 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95228:10fdcbcd9d3f Date: 2018-10-21 21:39 +0300 http://bitbucket.org/pypy/pypy/changeset/10fdcbcd9d3f/ Log:typo diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py