[pypy-commit] pypy default: add test that passes on pypy2 but not pypy3

2018-07-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r94793:55061f499bd5 Date: 2018-07-01 22:39 +0200 http://bitbucket.org/pypy/pypy/changeset/55061f499bd5/ Log:add test that passes on pypy2 but not pypy3 diff --git a/pypy/interpreter/test/test_raise.py b/pypy/interpreter/test/test_raise.py --- a/pypy/in

[pypy-commit] pypy py3.5: hg merge default

2018-07-01 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94794:bd8889a5d67f Date: 2018-07-01 22:40 +0200 http://bitbucket.org/pypy/pypy/changeset/bd8889a5d67f/ Log:hg merge default diff --git a/pypy/interpreter/test/test_raise.py b/pypy/interpreter/test/test_raise.py --- a/pypy/interpreter/test/test_ra

[pypy-commit] pypy py3.5: Add another test for 'async with', and fix for 'with' or 'async with':

2018-07-01 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94795:0a4016e8a6bc Date: 2018-07-01 22:50 +0200 http://bitbucket.org/pypy/pypy/changeset/0a4016e8a6bc/ Log:Add another test for 'async with', and fix for 'with' or 'async with': if they call '__exit__' or '__aexit__' and this returns True,

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

2018-07-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94800:ebb1b24a3065 Date: 2018-07-01 22:43 -0500 http://bitbucket.org/pypy/pypy/changeset/ebb1b24a3065/ Log:merge py3.5 into branch diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode

[pypy-commit] pypy unicode-utf8-py3: fixes from module/_sre/test

2018-07-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94798:ac5381b72782 Date: 2018-07-01 22:41 -0500 http://bitbucket.org/pypy/pypy/changeset/ac5381b72782/ Log:fixes from module/_sre/test diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/

[pypy-commit] pypy py3.6: merge py3.5 into py3.6

2018-07-01 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r94799:289d8154d34d Date: 2018-07-01 22:42 -0500 http://bitbucket.org/pypy/pypy/changeset/289d8154d34d/ Log:merge py3.5 into py3.6 diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/py

[pypy-commit] pypy unicode-utf8-py3: fixes from testing module/_ast

2018-07-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94797:599273325eea Date: 2018-07-01 16:37 -0500 http://bitbucket.org/pypy/pypy/changeset/599273325eea/ Log:fixes from testing module/_ast diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objsp

[pypy-commit] pypy unicode-utf8-py3: fixes from module/_sre/test

2018-07-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94802:1a502b1e961b Date: 2018-07-01 23:11 -0500 http://bitbucket.org/pypy/pypy/changeset/1a502b1e961b/ Log:fixes from module/_sre/test diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/

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

2018-07-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r94801:f32c591c9e7f Date: 2018-07-01 22:45 -0500 http://bitbucket.org/pypy/pypy/changeset/f32c591c9e7f/ Log:merged default into branch diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst --- a/pypy/doc/sandbox.rst +++ b/pypy/doc/sandbo

[pypy-commit] pypy unicode-utf8-py3: fix interp_stringio for utf8

2018-07-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94796:9613305bf7cb Date: 2018-07-01 11:12 -0500 http://bitbucket.org/pypy/pypy/changeset/9613305bf7cb/ Log:fix interp_stringio for utf8 diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py --- a/pypy/mo