[pypy-commit] pypy unicode-utf8: general progress

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93114:cefc9ed0b4c5 Date: 2017-11-21 17:19 +0100 http://bitbucket.org/pypy/pypy/changeset/cefc9ed0b4c5/ Log:general progress diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py --- a/pypy/interpreter/p

[pypy-commit] pypy unicode-utf8: general progress towards moving more of the infrastructure from runicode towards unicodehelper, which helps us to deal with surrogates nicely

2017-11-15 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93044:1d6d78e72d50 Date: 2017-11-15 17:43 +0100 http://bitbucket.org/pypy/pypy/changeset/1d6d78e72d50/ Log:general progress towards moving more of the infrastructure from runicode towards unicodehelper, which helps us to deal with