[pypy-commit] pypy py3.6: Issue #2886

2018-09-25 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r95161:1cef1b3f6ac9 Date: 2018-09-25 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/1cef1b3f6ac9/ Log:Issue #2886 SyntaxError on float literals with underscores in the fractional part (I *think* the fix is just this on

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

2018-09-25 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r95166:0766e29baf22 Date: 2018-09-25 16:24 + http://bitbucket.org/pypy/pypy/changeset/0766e29baf22/ Log:Merged in davidcellis/pypy/py3.6 (pull request #629) Fix failing test in test_float diff --git a/pypy/objspace/std/floatobject.py b

[pypy-commit] pypy py3.6: Warning should be raised even if it's a float subclass

2018-09-25 Thread David C Ellis
Author: David C Ellis Branch: py3.6 Changeset: r95164:8feed387bf12 Date: 2018-09-24 14:19 +0100 http://bitbucket.org/pypy/pypy/changeset/8feed387bf12/ Log:Warning should be raised even if it's a float subclass diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py -

[pypy-commit] pypy py3.6: Check isinstance so rpython translates.

2018-09-25 Thread David C Ellis
Author: David C Ellis Branch: py3.6 Changeset: r95163:fec283ea730d Date: 2018-09-20 00:56 +0100 http://bitbucket.org/pypy/pypy/changeset/fec283ea730d/ Log:Check isinstance so rpython translates. diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objsp

[pypy-commit] pypy py3.6: Coerce float subclasses returned by __float__ to float class

2018-09-25 Thread David C Ellis
Author: David C Ellis Branch: py3.6 Changeset: r95162:b7814a6b95eb Date: 2018-09-19 19:31 +0100 http://bitbucket.org/pypy/pypy/changeset/b7814a6b95eb/ Log:Coerce float subclasses returned by __float__ to float class First working version diff --git a/pypy/objspace/std/floatobject.py

[pypy-commit] pypy py3.6: Clean up unnecessary logic.

2018-09-25 Thread David C Ellis
Author: David C Ellis Branch: py3.6 Changeset: r95165:dc9667baf57c Date: 2018-09-25 13:15 +0100 http://bitbucket.org/pypy/pypy/changeset/dc9667baf57c/ Log:Clean up unnecessary logic. space.float_w does what was needed in the case the object is a subclass of float. elif means

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

2018-09-25 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r95167:6ffaea666f35 Date: 2018-09-25 19:18 +0100 http://bitbucket.org/pypy/pypy/changeset/6ffaea666f35/ Log:hg merge py3.5 diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Welcome to PyPy! -PyPy is an inte