[pypy-commit] pypy unicode-utf8: remove extraneous imports

2019-01-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95573:8a03baee721c Date: 2019-01-02 23:42 +0200 http://bitbucket.org/pypy/pypy/changeset/8a03baee721c/ Log:remove extraneous imports diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/modul

[pypy-commit] pypy unicode-utf8-py3: revert changes from merge

2019-01-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95572:6033818e5014 Date: 2019-01-02 23:54 +0200 http://bitbucket.org/pypy/pypy/changeset/6033818e5014/ Log:revert changes from merge diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argume

[pypy-commit] pypy unicode-utf8-py3: fix tested but unused code path

2019-01-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95570:71ab59fc015a Date: 2019-01-02 23:01 +0200 http://bitbucket.org/pypy/pypy/changeset/71ab59fc015a/ Log:fix tested but unused code path diff --git a/pypy/module/marshal/test/test_marshalimpl.py b/pypy/module/marshal/test/test_marsh

[pypy-commit] pypy unicode-utf8-py3: remove uneeded import

2019-01-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95571:3261a5cea1ed Date: 2019-01-02 23:54 +0200 http://bitbucket.org/pypy/pypy/changeset/3261a5cea1ed/ Log:remove uneeded import diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py --- a/pypy/objspace/std/newfo

[pypy-commit] pypy unicode-utf8-py3: merge unicode-utf8 into branch (way too painful)

2019-01-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95568:43c80d4b68c9 Date: 2019-01-02 13:49 +0200 http://bitbucket.org/pypy/pypy/changeset/43c80d4b68c9/ Log:merge unicode-utf8 into branch (way too painful) diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -30,7 +30,7 @@

[pypy-commit] pypy unicode-utf8-py3: fix improper changes from merge

2019-01-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95569:0b7bb06a4e4f Date: 2019-01-02 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/0b7bb06a4e4f/ Log:fix improper changes from merge diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test_codecs.py

[pypy-commit] pypy unicode-utf8: test, fix for compatibility - cpython accepts invalid unicode

2019-01-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95567:26a182fd648c Date: 2019-01-02 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/26a182fd648c/ Log:test, fix for compatibility - cpython accepts invalid unicode diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/in

[pypy-commit] pypy unicode-utf8: test, fix for u'aaa'.count('', 10) == 0, u'aaa'.count('', 3) == 1

2019-01-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95566:345fe0eeb01c Date: 2019-01-02 10:58 +0200 http://bitbucket.org/pypy/pypy/changeset/345fe0eeb01c/ Log:test, fix for u'aaa'.count('', 10) == 0, u'aaa'.count('', 3) == 1 diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/