[pypy-commit] pypy unicode-utf8: merge default into branch

2018-12-31 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95541:c09e504c21c6 Date: 2018-12-25 21:01 +0200 http://bitbucket.org/pypy/pypy/changeset/c09e504c21c6/ Log:merge default into branch diff --git a/extra_tests/cffi_tests/cffi0/test_ffi_backend.py

[pypy-commit] pypy unicode-utf8: 'abc'.encode(...) in cpython calls 'abc'.decode('ascii', 'strict').encode(...)

2018-12-31 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95546:8704e00eb624 Date: 2019-01-01 08:44 +0200 http://bitbucket.org/pypy/pypy/changeset/8704e00eb624/ Log:'abc'.encode(...) in cpython calls 'abc'.decode('ascii', 'strict').encode(...) diff --git

[pypy-commit] pypy unicode-utf8: str_w uses ascii encoding

2018-12-31 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95543:b8815fb0c04d Date: 2018-12-25 22:32 +0200 http://bitbucket.org/pypy/pypy/changeset/b8815fb0c04d/ Log:str_w uses ascii encoding diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py ---

[pypy-commit] pypy unicode-utf8: raise for non-ascii.__mod__(unicode)

2018-12-31 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95542:d9ad50294bd6 Date: 2018-12-25 22:32 +0200 http://bitbucket.org/pypy/pypy/changeset/d9ad50294bd6/ Log:raise for non-ascii.__mod__(unicode) diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py ---

[pypy-commit] pypy unicode-utf8: disable seemingly invalid test, confirmation needed

2018-12-31 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95545:ad4d65746c50 Date: 2018-12-31 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/ad4d65746c50/ Log:disable seemingly invalid test, confirmation needed diff --git a/pypy/interpreter/test/test_gateway.py

[pypy-commit] pypy unicode-utf8: bytes.__mod__(unicode) must decode bytes as ascii

2018-12-31 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95544:cc42e48c8a51 Date: 2018-12-26 08:20 +0200 http://bitbucket.org/pypy/pypy/changeset/cc42e48c8a51/ Log:bytes.__mod__(unicode) must decode bytes as ascii diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py

[pypy-commit] pypy unicode-utf8: mrege default into branch

2018-12-31 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95547:aa0b6372c139 Date: 2019-01-01 08:45 +0200 http://bitbucket.org/pypy/pypy/changeset/aa0b6372c139/ Log:mrege default into branch diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py