[pypy-commit] pypy optinfo-into-bridges: merge default

2016-11-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: optinfo-into-bridges Changeset: r88371:b0c428c5ac48 Date: 2016-11-13 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/b0c428c5ac48/ Log:merge default diff too long, truncating to 2000 out of 15945 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy optinfo-into-bridges: need to set up the descrs more carefully here

2016-11-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: optinfo-into-bridges Changeset: r88372:52ad37a21275 Date: 2016-11-14 12:05 +0100 http://bitbucket.org/pypy/pypy/changeset/52ad37a21275/ Log:need to set up the descrs more carefully here diff --git a/rpython/jit/metainterp/test/test_compile.py b/rpython/ji

[pypy-commit] pypy py3.5-ssl: checkin of more changes to the cffi ssl module

2016-11-14 Thread plan_rich
Author: Richard Plangger Branch: py3.5-ssl Changeset: r88373:5cfd2ef1d12f Date: 2016-11-14 14:27 +0100 http://bitbucket.org/pypy/pypy/changeset/5cfd2ef1d12f/ Log:checkin of more changes to the cffi ssl module expose the raw address of the RawBuffer.buf field (as it is done for

[pypy-commit] pypy py3.5-ssl: merge updates to py3.5

2016-11-14 Thread plan_rich
Author: Richard Plangger Branch: py3.5-ssl Changeset: r88374:2666380e3fad Date: 2016-11-14 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/2666380e3fad/ Log:merge updates to py3.5 diff too long, truncating to 2000 out of 17845 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.h

[pypy-commit] pypy default: Move 2 scripts used only by PyPy to pypy/tool/

2016-11-14 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r88375:59c79103d5b0 Date: 2016-11-15 00:19 + http://bitbucket.org/pypy/pypy/changeset/59c79103d5b0/ Log:Move 2 scripts used only by PyPy to pypy/tool/ diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/li

[pypy-commit] pypy cpyext-injection: add r ops, test a bit more, fix, fix translation

2016-11-14 Thread mattip
Author: Matti Picus Branch: cpyext-injection Changeset: r88376:22a28b31d815 Date: 2016-11-15 08:07 +0200 http://bitbucket.org/pypy/pypy/changeset/22a28b31d815/ Log:add r ops, test a bit more, fix, fix translation diff --git a/pypy/module/cpyext/injection/numpy.py b/pypy/module/cpyext/inject

[pypy-commit] pypy py3.5: like CPython, in 'log(int)', first try to cast the int to double, and

2016-11-14 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88377:a95a63f9b6b3 Date: 2016-11-15 08:14 +0100 http://bitbucket.org/pypy/pypy/changeset/a95a63f9b6b3/ Log:like CPython, in 'log(int)', first try to cast the int to double, and only if that overflows use the special very-long-int algorithm.

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

2016-11-14 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88378:a6e7189349da Date: 2016-11-15 08:16 +0100 http://bitbucket.org/pypy/pypy/changeset/a6e7189349da/ Log:py3 fix diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py --- a/pypy/module/pypyjit/

[pypy-commit] pypy default: Don't create log files that have the executable bit set

2016-11-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r88380:0e2797574d3d Date: 2016-11-15 08:53 +0100 http://bitbucket.org/pypy/pypy/changeset/0e2797574d3d/ Log:Don't create log files that have the executable bit set diff --git a/rpython/rlib/rjitlog/src/rjitlog.c b/rpython/rlib/rjitlog/src/rjitlog.c ---

[pypy-commit] pypy py3.5: remove xrange() test

2016-11-14 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88379:e6817784253f Date: 2016-11-15 08:22 +0100 http://bitbucket.org/pypy/pypy/changeset/e6817784253f/ Log:remove xrange() test diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py --- a/pypy/mo