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
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
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
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/
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
-
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
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/
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_