[pypy-commit] pypy cppyy-packaging: (limited, through narrowing to double) support for long double

2018-07-29 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94924:94c32f0372c1 Date: 2018-07-29 00:46 -0700 http://bitbucket.org/pypy/pypy/changeset/94c32f0372c1/ Log:(limited, through narrowing to double) support for long double diff --git a/pypy/module/_cppyy/capi/loadable_capi.py b/pypy/mo

[pypy-commit] pypy cppyy-packaging: fix typo

2018-07-29 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94923:3ef6ede5dc57 Date: 2018-07-28 17:48 -0700 http://bitbucket.org/pypy/pypy/changeset/3ef6ede5dc57/ Log:fix typo diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_cppyy/interp_

[pypy-commit] pypy py3.6: Follow-up on 56432e2: fix .format() test as well

2018-07-29 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r94925:42970c94abc5 Date: 2018-07-29 10:50 +0100 http://bitbucket.org/pypy/pypy/changeset/42970c94abc5/ Log:Follow-up on 56432e2: fix .format() test as well diff --git a/pypy/objspace/std/test/test_newformat.py b/pypy/objspace/std/test/test_newfor

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

2018-07-29 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94926:b6b0feb7e7f0 Date: 2018-07-29 11:58 +0100 http://bitbucket.org/pypy/pypy/changeset/b6b0feb7e7f0/ Log:hg merge py3.5 diff too long, truncating to 2000 out of 25451 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -33,7

[pypy-commit] cffi default: always specify entry points because they may be used even with PyPy

2018-07-29 Thread daa
Author: daa Branch: Changeset: r3130:64dbf3771c3c Date: 2018-07-29 01:39 +0300 http://bitbucket.org/cffi/cffi/changeset/64dbf3771c3c/ Log:always specify entry points because they may be used even with PyPy diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -230,7 +230,7 @@

[pypy-commit] pypy py3.6: Merged in jKorvin/pypy/fix-float-deprecation-warning (pull request #618)

2018-07-29 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r94928:b72ee387ca84 Date: 2018-07-29 15:29 + http://bitbucket.org/pypy/pypy/changeset/b72ee387ca84/ Log:Merged in jKorvin/pypy/fix-float-deprecation-warning (pull request #618) Add deprecation warning if type of result of __floa

[pypy-commit] pypy fix-float-deprecation-warning: Add deprecation warning if type of result of __float__ is float inherit class

2018-07-29 Thread Evgenii Gorinov
Author: Evgenii Gorinov Branch: fix-float-deprecation-warning Changeset: r94927:817e823be049 Date: 2018-07-29 14:45 +0100 http://bitbucket.org/pypy/pypy/changeset/817e823be049/ Log:Add deprecation warning if type of result of __float__ is float inherit class diff --git a/pypy/objspac

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

2018-07-29 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r94931:77bcaf8bbc5f Date: 2018-07-29 15:43 + http://bitbucket.org/pypy/pypy/changeset/77bcaf8bbc5f/ Log:Merged in raduciorba/pypy/py3.6 (pull request #619) fix async generator bug when yielding a StopIteration diff --git a/pypy/interpr

[pypy-commit] pypy py3.6: fix async generator bug when yielding a StopIteration

2018-07-29 Thread raduciorba
Author: Radu Ciorba Branch: py3.6 Changeset: r94930:aac246060deb Date: 2018-07-29 16:27 +0300 http://bitbucket.org/pypy/pypy/changeset/aac246060deb/ Log:fix async generator bug when yielding a StopIteration diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy

[pypy-commit] pypy py3.6: add failing test for yielding a StopIteration from an asyncgen

2018-07-29 Thread raduciorba
Author: Radu Ciorba Branch: py3.6 Changeset: r94929:d890ba3db546 Date: 2018-07-29 16:49 +0300 http://bitbucket.org/pypy/pypy/changeset/d890ba3db546/ Log:add failing test for yielding a StopIteration from an asyncgen diff --git a/pypy/interpreter/test/test_coroutine.py b/pypy/interpreter/tes