[pypy-commit] pypy py3.6: merge default into py3.6

2019-02-15 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96019:bf156a807410 Date: 2019-02-15 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/bf156a807410/ Log:merge default into py3.6 diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithmetic.py +++ b/rpy

[pypy-commit] pypy default: These functions are elidable

2019-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r96017:f535756918e0 Date: 2019-02-12 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/f535756918e0/ Log:These functions are elidable diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/rutf8.py @

[pypy-commit] pypy default: Optimized version of next_codepoint_pos() without the JIT

2019-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r96018:1ab6eb502ac8 Date: 2019-02-12 15:30 +0100 http://bitbucket.org/pypy/pypy/changeset/1ab6eb502ac8/ Log:Optimized version of next_codepoint_pos() without the JIT diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rl

[pypy-commit] pypy pread/pwrite: close branch, which I think was abandoned

2019-02-15 Thread arigo
Author: Armin Rigo Branch: pread/pwrite Changeset: r96016:d417efd34983 Date: 2019-02-12 18:55 +0100 http://bitbucket.org/pypy/pypy/changeset/d417efd34983/ Log:close branch, which I think was abandoned ___ pypy-commit mailing list pypy-commit@python

[pypy-commit] pypy default: fix rsre_core.py (hard to test for, as it was working in non-translated tests but accidentally killing the second half of the method after translation)

2019-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r96015:8d12729e7465 Date: 2019-02-15 12:45 +0100 http://bitbucket.org/pypy/pypy/changeset/8d12729e7465/ Log:fix rsre_core.py (hard to test for, as it was working in non- translated tests but accidentally killing the second half of the met

[pypy-commit] buildbot default: missed these too

2019-02-15 Thread mattip
Author: Matti Picus Branch: Changeset: r1069:726d580f241a Date: 2019-02-15 13:12 +0200 http://bitbucket.org/pypy/buildbot/changeset/726d580f241a/ Log:missed these too diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py --- a/bot2/pypybuildbot/arm_master.py +++ b/b

[pypy-commit] buildbot default: disable here too

2019-02-15 Thread mattip
Author: Matti Picus Branch: Changeset: r1068:50073fc35d4e Date: 2019-02-15 13:11 +0200 http://bitbucket.org/pypy/buildbot/changeset/50073fc35d4e/ Log:disable here too diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py --- a/bot2/pypybuildbot/arm_master.py +++ b/b

[pypy-commit] buildbot default: disable differently

2019-02-15 Thread mattip
Author: Matti Picus Branch: Changeset: r1067:5181b149af2c Date: 2019-02-15 13:08 +0200 http://bitbucket.org/pypy/buildbot/changeset/5181b149af2c/ Log:disable differently diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py --- a/bot2/pypybuildbot/arm_master.py +++

[pypy-commit] buildbot default: disable arm32 cross build and dead win32 slaves, build py3.6 instead of py3.5

2019-02-15 Thread mattip
Author: Matti Picus Branch: Changeset: r1066:56a9d50aa3b3 Date: 2019-02-15 12:36 +0200 http://bitbucket.org/pypy/buildbot/changeset/56a9d50aa3b3/ Log:disable arm32 cross build and dead win32 slaves, build py3.6 instead of py3.5 diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pyp

[pypy-commit] pypy default: fix test, logic was backwards

2019-02-15 Thread mattip
Author: Matti Picus Branch: Changeset: r96012:98b12ab55f09 Date: 2019-02-15 12:21 +0200 http://bitbucket.org/pypy/pypy/changeset/98b12ab55f09/ Log:fix test, logic was backwards diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test/test_rutf8.

[pypy-commit] pypy py3.5: merge default into branch

2019-02-15 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r96013:c27524ca09c9 Date: 2019-02-15 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/c27524ca09c9/ Log:merge default into branch diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test/test_rutf8

[pypy-commit] pypy py3.6: merge py3.5 into branch

2019-02-15 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96014:b2fbc6986462 Date: 2019-02-15 12:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b2fbc6986462/ Log:merge py3.5 into branch diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test/test_rutf8.p