Author: Ronan Lamy
Branch: py3.5
Changeset: r91414:b10bce24eb85
Date: 2017-05-26 02:36 +0100
http://bitbucket.org/pypy/pypy/changeset/b10bce24eb85/
Log:update test with current pypy error messages
diff --git a/lib-python/3/test/test_socket.py b/lib-python/3/test/test_socket.py
--- a/lib-pyth
Author: Ronan Lamy
Branch: py3.5
Changeset: r91413:10d7da5ff46a
Date: 2017-05-26 02:11 +0100
http://bitbucket.org/pypy/pypy/changeset/10d7da5ff46a/
Log:__wbuffer__ and __rbuffer__ aren't used in pypy3
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy
Author: Ronan Lamy
Branch: py3.5
Changeset: r91412:a76798b64382
Date: 2017-05-26 02:08 +0100
http://bitbucket.org/pypy/pypy/changeset/a76798b64382/
Log:hg merge default
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
Author: Ronan Lamy
Branch:
Changeset: r91411:3855d4baa148
Date: 2017-05-25 20:20 +0100
http://bitbucket.org/pypy/pypy/changeset/3855d4baa148/
Log:Fix space.bufferstr_w() returning a wrong value for numpy arrays and
add an indirect test for this
diff --git a/pypy/module/cpyext/slotde
Author: Antonio Cuni
Branch:
Changeset: r91410:190cd7ec3d9a
Date: 2017-05-25 18:56 +0200
http://bitbucket.org/pypy/pypy/changeset/190cd7ec3d9a/
Log:don't test the blackhole path in ARM tests, for the very same reason
as we do in x86 ones
diff --git a/rpython/jit/backend/arm/test/tes