[pypy-commit] pypy py3.6: fix reduce some more and add setstate of ImportError

2019-09-06 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97384:034134044fdc Date: 2019-09-06 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/034134044fdc/ Log:fix reduce some more and add setstate of ImportError diff --git a/pypy/module/exceptions/interp_exceptions.py b/pypy/modul

[pypy-commit] pypy py3.6: Add parentheses to an error message: "__prepare__() must return a mapping..."

2019-09-06 Thread paugier
Author: paugier Branch: py3.6 Changeset: r97385:a18f99a9128a Date: 2019-09-06 12:30 +0200 http://bitbucket.org/pypy/pypy/changeset/a18f99a9128a/ Log:Add parentheses to an error message: "__prepare__() must return a mapping..." diff --git a/pypy/module/__builtin__/compiling.py b/pypy

[pypy-commit] pypy py3.6: Merged in paugier/pypy/py3.6 (pull request #663)

2019-09-06 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97386:fbdb61ac5e0b Date: 2019-09-06 10:35 + http://bitbucket.org/pypy/pypy/changeset/fbdb61ac5e0b/ Log:Merged in paugier/pypy/py3.6 (pull request #663) Add parentheses to an error message: "__prepare__() must return a mapping..

[pypy-commit] pypy py3.6: fix 585e24d5f093, it changed too much

2019-09-06 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97387:f6fd62b9bbed Date: 2019-09-06 13:45 +0200 http://bitbucket.org/pypy/pypy/changeset/f6fd62b9bbed/ Log:fix 585e24d5f093, it changed too much diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/gen

[pypy-commit] pypy py3.7: Look for 3.7 instead of 3.6 in -A tests

2019-09-06 Thread rlamy
Author: Ronan Lamy Branch: py3.7 Changeset: r97388:627350a3eb96 Date: 2019-09-06 15:08 +0200 http://bitbucket.org/pypy/pypy/changeset/627350a3eb96/ Log:Look for 3.7 instead of 3.6 in -A tests diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -5

[pypy-commit] pypy py3.7: Implemented __class_getitem__ from PEP 560

2019-09-06 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7 Changeset: r97389:4c3f7009c136 Date: 2019-09-06 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/4c3f7009c136/ Log:Implemented __class_getitem__ from PEP 560 diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/obj