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

2019-11-13 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98045:7d4bfee3b8a6 Date: 2019-11-13 10:25 -0500 http://bitbucket.org/pypy/pypy/changeset/7d4bfee3b8a6/ Log:merge default into py3.6 diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/build_cffi_imports.py --- a/pypy/tool/build_cffi_imports.

[pypy-commit] pypy default: backport changes from py3.6 to minimize diff

2019-11-13 Thread mattip
Author: Matti Picus Branch: Changeset: r98043:65f80b74784f Date: 2019-11-13 07:51 -0500 http://bitbucket.org/pypy/pypy/changeset/65f80b74784f/ Log:backport changes from py3.6 to minimize diff diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/build_cffi_imports.py --- a/pypy/tool/buil

[pypy-commit] pypy default: ignore cffi build artifacts that also happen to be over 260 chars in length

2019-11-13 Thread mattip
Author: Matti Picus Branch: Changeset: r98044:874d998bc429 Date: 2019-11-13 10:19 -0500 http://bitbucket.org/pypy/pypy/changeset/874d998bc429/ Log:ignore cffi build artifacts that also happen to be over 260 chars in length diff --git a/pypy/tool/release/package.py b/pypy/tool/releas

[pypy-commit] buildbot default: add a step to purge hg files via command line trickery on windows

2019-11-13 Thread mattip
Author: Matti Picus Branch: Changeset: r1102:4a51f6392247 Date: 2019-11-13 10:42 -0500 http://bitbucket.org/pypy/buildbot/changeset/4a51f6392247/ Log:add a step to purge hg files via command line trickery on windows diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] buildbot default: move build step to outer function

2019-11-13 Thread mattip
Author: Matti Picus Branch: Changeset: r1103:16b15bf68743 Date: 2019-11-13 09:09 -0700 http://bitbucket.org/pypy/buildbot/changeset/16b15bf68743/ Log:move build step to outer function diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py ++

[pypy-commit] buildbot default: try 4a51f6392247 again but differently (arigato)

2019-11-13 Thread mattip
Author: Matti Picus Branch: Changeset: r1104:4221429ae63d Date: 2019-11-13 09:42 -0700 http://bitbucket.org/pypy/buildbot/changeset/4221429ae63d/ Log:try 4a51f6392247 again but differently (arigato) diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildb

[pypy-commit] pypy py3.6: fix bad merge

2019-11-13 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98046:e04884ede379 Date: 2019-11-13 10:52 -0700 http://bitbucket.org/pypy/pypy/changeset/e04884ede379/ Log:fix bad merge diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/r

[pypy-commit] pypy cppyy-dev: pointers to unknown classes now work (but are otherwise not usable)

2019-11-13 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r98047:3d97f3c4624e Date: 2019-11-07 19:45 -0800 http://bitbucket.org/pypy/pypy/changeset/3d97f3c4624e/ Log:pointers to unknown classes now work (but are otherwise not usable) diff --git a/pypy/module/_cppyy/test/test_fragile.py b/pypy/modu

[pypy-commit] pypy cppyy-dev: extend support of templated methods

2019-11-13 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r98048:65d87222eef1 Date: 2019-11-13 09:49 -0800 http://bitbucket.org/pypy/pypy/changeset/65d87222eef1/ Log:extend support of templated methods diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/

[pypy-commit] pypy cppyy-dev: more template tests from cppyy/test (CPython)

2019-11-13 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r98050:5e3e6dd38086 Date: 2019-11-13 13:59 -0800 http://bitbucket.org/pypy/pypy/changeset/5e3e6dd38086/ Log:more template tests from cppyy/test (CPython) diff --git a/pypy/module/_cppyy/test/test_templates.py b/pypy/module/_cppyy/test/test_

[pypy-commit] pypy cppyy-dev: prepare for more template tests

2019-11-13 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-dev Changeset: r98049:47555bb4c1cc Date: 2019-11-13 11:50 -0800 http://bitbucket.org/pypy/pypy/changeset/47555bb4c1cc/ Log:prepare for more template tests diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/modu

[pypy-commit] buildbot default: don't fail if there are locked files

2019-11-13 Thread mattip
Author: Matti Picus Branch: Changeset: r1105:7d54cdb57949 Date: 2019-11-13 20:08 -0700 http://bitbucket.org/pypy/buildbot/changeset/7d54cdb57949/ Log:don't fail if there are locked files diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py