Author: Matti Picus
Branch:
Changeset: r93959:d9e0d0815c04
Date: 2018-03-06 00:01 +0200
http://bitbucket.org/pypy/pypy/changeset/d9e0d0815c04/
Log:reset ro to rw and unlink temp files
diff --git a/pypy/module/posix/test/test_posix2.py
b/pypy/module/posix/test/test_posix2.py
--- a/pypy/modu
Author: Amaury Forgeot d'Arc
Branch: py3.6
Changeset: r93956:e8e5e733ff62
Date: 2018-03-05 00:19 +0100
http://bitbucket.org/pypy/pypy/changeset/e8e5e733ff62/
Log:More checks for forbidden 'await'
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
Author: Amaury Forgeot d'Arc
Branch: py3.6
Changeset: r93958:ab182b33a9c1
Date: 2018-03-05 09:26 +0100
http://bitbucket.org/pypy/pypy/changeset/ab182b33a9c1/
Log:Remember the __cause__ when an exception is raised in __await__.
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyop
Author: Amaury Forgeot d'Arc
Branch: py3.6
Changeset: r93957:3da474cc3b78
Date: 2018-03-05 09:04 +0100
http://bitbucket.org/pypy/pypy/changeset/3da474cc3b78/
Log:Using 'await' in other contexts raises a DeprecationWarning
diff --git a/pypy/interpreter/astcompiler/astbuilder.py
b/pypy/interp
Author: Amaury Forgeot d'Arc
Branch: py3.6
Changeset: r93955:df41ee03b376
Date: 2018-03-04 14:52 +0100
http://bitbucket.org/pypy/pypy/changeset/df41ee03b376/
Log:Move coroutine tests to test_coroutine.py
diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py
b/pypy/interpreter/astc
Author: Amaury Forgeot d'Arc
Branch: py3.6
Changeset: r93954:256b3eca58cb
Date: 2018-03-04 10:05 +0100
http://bitbucket.org/pypy/pypy/changeset/256b3eca58cb/
Log:Legacy __aiter__ protocol now emits a DeprecationWarning.
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py