[pypy-commit] cffi default: Add test from the recent ctypes fix bpo-29565 (may fail on win64)

2018-08-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r3133:7b305f61d0e0 Date: 2018-08-05 09:42 +0200 http://bitbucket.org/cffi/cffi/changeset/7b305f61d0e0/ Log:Add test from the recent ctypes fix bpo-29565 (may fail on win64) diff --git a/testing/cffi0/backend_tests.py b/testing/cffi0/backend_tests.py ---

[pypy-commit] pypy unicode-utf8-py3: unicode/utf8 translation fixes

2018-08-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94945:9c9e17b77c17 Date: 2018-08-04 23:51 -0700 http://bitbucket.org/pypy/pypy/changeset/9c9e17b77c17/ Log:unicode/utf8 translation fixes diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/go

[pypy-commit] pypy unicode-utf8-py3: remove str_w

2018-08-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94946:71093bf7b39c Date: 2018-08-04 23:51 -0700 http://bitbucket.org/pypy/pypy/changeset/71093bf7b39c/ Log:remove str_w diff --git a/pypy/module/_locale/test/test_locale.py b/pypy/module/_locale/test/test_locale.py --- a/pypy/module/_

[pypy-commit] pypy unicode-utf8-py3: translation fixes, space.newtext() should not accept unicode

2018-08-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94947:73ecf23722a4 Date: 2018-08-05 06:34 -0700 http://bitbucket.org/pypy/pypy/changeset/73ecf23722a4/ Log:translation fixes, space.newtext() should not accept unicode diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/ba

[pypy-commit] pypy unicode-utf8-py3: use a signature to find where len < 0, fix

2018-08-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94950:9c9fca815956 Date: 2018-08-05 10:36 -0700 http://bitbucket.org/pypy/pypy/changeset/9c9fca815956/ Log:use a signature to find where len < 0, fix diff --git a/pypy/module/_pypyjson/interp_decoder.py b/pypy/module/_pypyjson/interp_

[pypy-commit] pypy unicode-utf8-py3: w_type.getname returns utf8

2018-08-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94949:da2e74e209e0 Date: 2018-08-05 10:34 -0700 http://bitbucket.org/pypy/pypy/changeset/da2e74e209e0/ Log:w_type.getname returns utf8 diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/

[pypy-commit] pypy unicode-utf8-py3: use rutf8 to do decode(..., 'replace', ...)

2018-08-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94951:91d7f28bf01c Date: 2018-08-05 11:08 -0700 http://bitbucket.org/pypy/pypy/changeset/91d7f28bf01c/ Log:use rutf8 to do decode(..., 'replace', ...) diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interp

[pypy-commit] pypy unicode-utf8-py3: whoops

2018-08-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94948:5918348069b9 Date: 2018-08-05 06:50 -0700 http://bitbucket.org/pypy/pypy/changeset/5918348069b9/ Log:whoops diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace.py +++ b/pypy

[pypy-commit] pypy unicode-utf8-py3: translation fixes

2018-08-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94952:ff1a45089342 Date: 2018-08-05 11:09 -0700 http://bitbucket.org/pypy/pypy/changeset/ff1a45089342/ Log:translation fixes diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/uni

[pypy-commit] pypy unicode-utf8-py3: try making space.newtext accept only utf8

2018-08-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94953:1b6dfea3eef5 Date: 2018-08-05 12:16 -0700 http://bitbucket.org/pypy/pypy/changeset/1b6dfea3eef5/ Log:try making space.newtext accept only utf8 diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a