[pypy-commit] pypy unicode-utf8-py3: merge py3.5 into branch

2018-07-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94827:7cba2470321a Date: 2018-07-07 21:16 -0700 http://bitbucket.org/pypy/pypy/changeset/7cba2470321a/ Log:merge py3.5 into branch diff --git a/lib-python/3/fractions.py b/lib-python/3/fractions.py --- a/lib-python/3/fractions.py +++ b

[pypy-commit] pypy unicode-utf8-py3: provide a nicer error message if tests are run with python3

2018-07-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94826:0727cbb8aadd Date: 2018-07-07 21:16 -0700 http://bitbucket.org/pypy/pypy/changeset/0727cbb8aadd/ Log:provide a nicer error message if tests are run with python3 diff --git a/rpython/tool/leakfinder.py b/rpython/tool/leakfinder.py

[pypy-commit] pypy unicode-utf8-py3: re-add text_w to differentiate W_Unicode (succeeds) from W_Bytes (fails)

2018-07-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94825:0ff9a3ee6b88 Date: 2018-07-07 21:15 -0700 http://bitbucket.org/pypy/pypy/changeset/0ff9a3ee6b88/ Log:re-add text_w to differentiate W_Unicode (succeeds) from W_Bytes (fails) diff --git a/pypy/interpreter/baseobjspace.py b

[pypy-commit] pypy unicode-utf8-py3: repurpose realunicode_w to differentiate between bytes and str

2018-07-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94823:a50ac22defed Date: 2018-07-02 14:40 -0500 http://bitbucket.org/pypy/pypy/changeset/a50ac22defed/ Log:repurpose realunicode_w to differentiate between bytes and str diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/

[pypy-commit] pypy unicode-utf8-py3: more places where the rpython type needs to be true unicode

2018-07-07 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94824:00be052b857f Date: 2018-07-02 15:38 -0500 http://bitbucket.org/pypy/pypy/changeset/00be052b857f/ Log:more places where the rpython type needs to be true unicode diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py -

[pypy-commit] pypy default: update to cffi/30d95e2748ec

2018-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r94822:89ffd6dc4ce1 Date: 2018-07-07 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/89ffd6dc4ce1/ Log:update to cffi/30d95e2748ec diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO

[pypy-commit] cffi default: Last version where we still give this warning, thinking about turning it

2018-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3127:30d95e2748ec Date: 2018-07-07 17:38 +0200 http://bitbucket.org/cffi/cffi/changeset/30d95e2748ec/ Log:Last version where we still give this warning, thinking about turning it into an error now diff --git a/c/test_c.py b/c/test_c.py --- a/c/

[pypy-commit] cffi default: Bump version to 1.12.0 (but not planning a release soon)

2018-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3126:7ca82ef0192e Date: 2018-07-07 17:37 +0200 http://bitbucket.org/cffi/cffi/changeset/7ca82ef0192e/ Log:Bump version to 1.12.0 (but not planning a release soon) diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_