[pypy-commit] pypy default: lib_pypy.datetime is now an AppTest, depends on __pypy__._datetime

2018-01-20 Thread mattip
Author: Matti Picus Branch: Changeset: r93691:0dc02a769dab Date: 2018-01-20 23:45 +0200 http://bitbucket.org/pypy/pypy/changeset/0dc02a769dab/ Log:lib_pypy.datetime is now an AppTest, depends on __pypy__._datetime diff --git a/pypy/module/test_lib_pypy/test_datetime.py b/pypy/module/test_l

[pypy-commit] pypy py3.5: fix isfinite calls that incorrectly became isinf in a7d7fd1b9931

2018-01-20 Thread gutworth
Author: Benjamin Peterson Branch: py3.5 Changeset: r93690:dbc3ed3f19fb Date: 2018-01-20 10:44 -0800 http://bitbucket.org/pypy/pypy/changeset/dbc3ed3f19fb/ Log:fix isfinite calls that incorrectly became isinf in a7d7fd1b9931 diff --git a/pypy/module/math/interp_math.py b/pypy/module/math/inte

[pypy-commit] pypy py3.5: fix merge

2018-01-20 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93688:db253d82be12 Date: 2018-01-20 19:24 +0200 http://bitbucket.org/pypy/pypy/changeset/db253d82be12/ Log:fix merge diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std/floatobject.py +++ b/pyp