Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95361:fad3f16aa899
Date: 2018-11-20 22:36 -0800
http://bitbucket.org/pypy/pypy/changeset/fad3f16aa899/
Log:fix test
diff --git a/pypy/module/cpyext/test/test_unicodeobject.py
b/pypy/module/cpyext/test/test_unicodeobject.py
--- a/pypy/
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95362:a9ecac2f678b
Date: 2018-11-23 08:59 -0600
http://bitbucket.org/pypy/pypy/changeset/a9ecac2f678b/
Log:add more tests
diff --git a/pypy/module/_multibytecodec/test/test_app_incremental.py
b/pypy/module/_multibytecodec/test/test_ap
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95365:5ff7a09cd178
Date: 2018-11-24 00:02 -0600
http://bitbucket.org/pypy/pypy/changeset/5ff7a09cd178/
Log:return consumed, not unicode lgt
diff --git a/pypy/module/_codecs/interp_codecs.py
b/pypy/module/_codecs/interp_codecs.py
--- a
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95363:a325699736bc
Date: 2018-11-23 08:59 -0600
http://bitbucket.org/pypy/pypy/changeset/a325699736bc/
Log:fix wrong unicode length
diff --git a/pypy/module/_multibytecodec/c_codecs.py
b/pypy/module/_multibytecodec/c_codecs.py
--- a/p
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95366:2d33f43487c5
Date: 2018-11-25 12:30 -0600
http://bitbucket.org/pypy/pypy/changeset/2d33f43487c5/
Log:improve and add a test
diff --git a/pypy/module/_locale/test/test_locale.py
b/pypy/module/_locale/test/test_locale.py
--- a/pyp
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95364:2a5ae5b4e029
Date: 2018-11-23 09:26 -0600
http://bitbucket.org/pypy/pypy/changeset/2a5ae5b4e029/
Log:add missing test files
diff --git a/pypy/module/_multibytecodec/test/big5hkscs-utf8.txt
b/pypy/module/_multibytecodec/test/big5
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95367:a841b6df8847
Date: 2018-11-25 12:31 -0600
http://bitbucket.org/pypy/pypy/changeset/a841b6df8847/
Log:UnicodeListStrategy can hold utf8, not just ascii
diff --git a/pypy/objspace/std/unicodeobject.py
b/pypy/objspace/std/unicodeob