[pypy-commit] pypy py3.5: Obscuuure. On Ubuntu specifically, for ncurses on pypy3 we need:

2017-06-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91598:518cd1383456 Date: 2017-06-13 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/518cd1383456/ Log:Obscuuure. On Ubuntu specifically, for ncurses on pypy3 we need: (1) apt-get install libncursesw-dev (2) add an include dir

[pypy-commit] pypy default: This package is needed on Ubuntu for PyPy3

2017-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r91599:c290c73933b9 Date: 2017-06-13 09:56 +0200 http://bitbucket.org/pypy/pypy/changeset/c290c73933b9/ Log:This package is needed on Ubuntu for PyPy3 diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b/pypy/doc/build.rst

[pypy-commit] pypy default: Name "Ubuntu" in addition to "Debian"

2017-06-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r91600:4aebe6f15c48 Date: 2017-06-13 09:57 +0200 http://bitbucket.org/pypy/pypy/changeset/4aebe6f15c48/ Log:Name "Ubuntu" in addition to "Debian" diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b/pypy/doc/build.rst @@ -

[pypy-commit] pypy py3.5: Fix some tests

2017-06-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91601:609a3cdf9cf7 Date: 2017-06-13 10:20 +0200 http://bitbucket.org/pypy/pypy/changeset/609a3cdf9cf7/ Log:Fix some tests diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/test_pypy_c/model.py --- a/pypy/module/pypyjit/t