[pypy-commit] buildbot default: add a dockerfile to run a centos6-based x64 buildslave

2019-10-30 Thread mattip
Author: Matti Picus Branch: Changeset: r1097:709f8fb564ac Date: 2019-10-31 07:12 +0200 http://bitbucket.org/pypy/buildbot/changeset/709f8fb564ac/ Log:add a dockerfile to run a centos6-based x64 buildslave diff --git a/README_BUILDSLAVE b/README_BUILDSLAVE --- a/README_BUILDSLAVE +++ b/READM

[pypy-commit] pypy default: Fix uses of raises()

2019-10-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97897:ef97a01d2e01 Date: 2019-10-30 21:15 + http://bitbucket.org/pypy/pypy/changeset/ef97a01d2e01/ Log:Fix uses of raises() diff --git a/pypy/interpreter/test/test_function.py b/pypy/interpreter/test/test_function.py --- a/pypy/interpreter/test/te

[pypy-commit] pypy default: issue 2970: add ncursesw to _minimal_curses

2019-10-30 Thread mattip
Author: Matti Picus Branch: Changeset: r97894:bba4a466169d Date: 2019-10-30 21:21 +0200 http://bitbucket.org/pypy/pypy/changeset/bba4a466169d/ Log:issue 2970: add ncursesw to _minimal_curses diff --git a/pypy/module/_minimal_curses/fficurses.py b/pypy/module/_minimal_curses/fficurses.py --

[pypy-commit] pypy py3.6: issue 2971: update from upstream package, should fix failing tests

2019-10-30 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97893:97cf5afa67c7 Date: 2019-10-30 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/97cf5afa67c7/ Log:issue 2971: update from upstream package, should fix failing tests diff --git a/extra_tests/test_pyrepl/infrastructure.py b/extra_tests/te

[pypy-commit] pypy py3.6: issue 2970: add ncursesw to _minimal_curses

2019-10-30 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97892:140497be04d3 Date: 2019-10-30 18:52 +0200 http://bitbucket.org/pypy/pypy/changeset/140497be04d3/ Log:issue 2970: add ncursesw to _minimal_curses diff --git a/lib_pypy/pyrepl/_minimal_curses.py b/lib_pypy/pyrepl/_minimal_curses.py --- a/lib

[pypy-commit] pypy py3.6: PyUnicode_New()

2019-10-30 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97891:699e6250c3cc Date: 2019-10-30 10:32 +0100 http://bitbucket.org/pypy/pypy/changeset/699e6250c3cc/ Log:PyUnicode_New() diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pypy/modul

[pypy-commit] pypy default: Don't allocate a small list here

2019-10-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r97890:195ceabd426e Date: 2019-10-30 10:31 +0100 http://bitbucket.org/pypy/pypy/changeset/195ceabd426e/ Log:Don't allocate a small list here diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unico