[pypy-commit] buildbot default: add fileIsImportant filter for rpython, should it exclude doc subdirectory?

2017-10-20 Thread mattip
Author: Matti Picus Branch: Changeset: r1032:3118f11e324e Date: 2017-10-20 08:51 +0300 http://bitbucket.org/pypy/buildbot/changeset/3118f11e324e/ Log:add fileIsImportant filter for rpython, should it exclude doc subdirectory? diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuild

[pypy-commit] buildbot default: refactor {Own} into {Own, RPython} Untranslated factories, remove indiana bot

2017-10-20 Thread mattip
Author: Matti Picus Branch: Changeset: r1030:53cae65f1475 Date: 2017-10-17 20:44 +0300 http://bitbucket.org/pypy/buildbot/changeset/53cae65f1475/ Log:refactor {Own} into {Own, RPython} Untranslated factories, remove indiana bot diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pyp

[pypy-commit] buildbot default: setup nightly scheduler for rpython builds, add change_source conditional filter

2017-10-20 Thread mattip
Author: Matti Picus Branch: Changeset: r1031:f7ccb0e5313a Date: 2017-10-18 16:42 +0300 http://bitbucket.org/pypy/buildbot/changeset/f7ccb0e5313a/ Log:setup nightly scheduler for rpython builds, add change_source conditional filter diff --git a/bot2/pypybuildbot/master.py b/bot2/pypy

[pypy-commit] pypy py3.5: @xfail a test: supporting bitfields in other-endian Structures is too messy

2017-10-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92808:680d99dade82 Date: 2017-10-20 22:16 +0100 http://bitbucket.org/pypy/pypy/changeset/680d99dade82/ Log:@xfail a test: supporting bitfields in other-endian Structures is too messy diff --git a/lib-python/3/ctypes/test/test_bitfields.py

[pypy-commit] pypy py3.5: Kill save_module_content_for_future_reload(): reloading a built-in module is a no-op now

2017-10-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92809:f80cb4368b95 Date: 2017-10-20 23:07 +0100 http://bitbucket.org/pypy/pypy/changeset/f80cb4368b95/ Log:Kill save_module_content_for_future_reload(): reloading a built-in module is a no-op now diff --git a/pypy/interpreter/app_main.py b

[pypy-commit] pypy math-improvements: Add uint128_t, and use it to speed up mul and lshift slightly. TODO: Tests missing.

2017-10-20 Thread stian
Author: stian Branch: math-improvements Changeset: r92810:e4fc38341ad9 Date: 2017-10-21 05:56 +0200 http://bitbucket.org/pypy/pypy/changeset/e4fc38341ad9/ Log:Add uint128_t, and use it to speed up mul and lshift slightly. TODO: Tests missing. diff --git a/pypy/objspace/std/longobject.