Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r94962:a39a0158002f
Date: 2018-08-06 00:15 -0700
http://bitbucket.org/pypy/pypy/changeset/a39a0158002f/
Log:more translation fixes
diff --git a/pypy/interpreter/astcompiler/fstring.py
b/pypy/interpreter/astcompiler/fstring.py
--- a/pyp
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r94958:ff00333ba97b
Date: 2018-08-05 15:31 -0700
http://bitbucket.org/pypy/pypy/changeset/ff00333ba97b/
Log:more internal unicode->utf8
diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py
--- a/pypy/interpreter/func
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r94959:c1b6ab618fdd
Date: 2018-08-05 15:51 -0700
http://bitbucket.org/pypy/pypy/changeset/c1b6ab618fdd/
Log:avoid converting to unicode in _isidentifier
diff --git a/pypy/objspace/std/unicodeobject.py
b/pypy/objspace/std/unicodeobject.
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r94957:a7da1446b505
Date: 2018-08-05 15:30 -0700
http://bitbucket.org/pypy/pypy/changeset/a7da1446b505/
Log:decode needs an argument
diff --git a/pypy/module/_winreg/interp_winreg.py
b/pypy/module/_winreg/interp_winreg.py
--- a/pypy/mo
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r94956:74555d57f729
Date: 2018-08-05 15:14 -0700
http://bitbucket.org/pypy/pypy/changeset/74555d57f729/
Log:more internal utf8/unicode confusion
diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py
--- a/pypy/interpr
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r94960:31049cf23000
Date: 2018-08-05 19:20 -0700
http://bitbucket.org/pypy/pypy/changeset/31049cf23000/
Log:unicode -> utf8, non-negative len
diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py
--- a/pypy/interpre
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r94955:3814aec634e5
Date: 2018-08-05 14:53 -0700
http://bitbucket.org/pypy/pypy/changeset/3814aec634e5/
Log:more internal unicode -> utf8
diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py
--- a/pypy/interpreter/error.py
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r94961:18d61ca6
Date: 2018-08-05 23:27 -0700
http://bitbucket.org/pypy/pypy/changeset/18d61ca6/
Log:fix unicodehelper errorhandlers
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/i
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r94954:22f9db3e5c61
Date: 2018-08-05 14:52 -0700
http://bitbucket.org/pypy/pypy/changeset/22f9db3e5c61/
Log:translation - len must be non-negative
diff --git a/pypy/module/_pypyjson/interp_decoder.py
b/pypy/module/_pypyjson/interp_deco