[pypy-commit] buildbot default: add machine_cfg.py

2019-11-30 Thread mattip
Author: Matti Picus Branch: Changeset: r1113:0a46bac7a05a Date: 2019-12-01 07:27 +0100 http://bitbucket.org/pypy/buildbot/changeset/0a46bac7a05a/ Log:add machine_cfg.py diff --git a/docker/Dockerfile b/docker/Dockerfile --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -75,6 +75,7 @@ #

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

2019-11-30 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98202:5570fbfd5401 Date: 2019-12-01 06:57 +0200 http://bitbucket.org/pypy/pypy/changeset/5570fbfd5401/ Log:merge default into py3.6 diff --git a/lib_pypy/_cffi_ssl/_stdssl/error.py b/lib_pypy/_cffi_ssl/_stdssl/error.py ---

[pypy-commit] pypy default: only add socket error attributes in python2 (issue 3119)

2019-11-30 Thread mattip
Author: Matti Picus Branch: Changeset: r98201:f0f95a62d52d Date: 2019-12-01 06:53 +0200 http://bitbucket.org/pypy/pypy/changeset/f0f95a62d52d/ Log:only add socket error attributes in python2 (issue 3119) diff --git a/lib_pypy/_cffi_ssl/_stdssl/error.py

[pypy-commit] pypy default: 32-bit docker reports platform.machine() == 'i686'

2019-11-30 Thread mattip
Author: Matti Picus Branch: Changeset: r98200:f0d91b135c1e Date: 2019-11-30 22:09 +0200 http://bitbucket.org/pypy/pypy/changeset/f0d91b135c1e/ Log:32-bit docker reports platform.machine() == 'i686' diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: merge closed backport-decode_timeval_ns-py3.7

2019-11-30 Thread mattip
Author: Matti Picus Branch: Changeset: r98198:bd2b1a5f595d Date: 2019-11-30 21:31 +0200 http://bitbucket.org/pypy/pypy/changeset/bd2b1a5f595d/ Log:merge closed backport-decode_timeval_ns-py3.7 ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy backport-decode_timeval_ns-py3.7: close merged branch

2019-11-30 Thread mattip
Author: Matti Picus Branch: backport-decode_timeval_ns-py3.7 Changeset: r98197:dddf5797f996 Date: 2019-11-30 21:31 +0200 http://bitbucket.org/pypy/pypy/changeset/dddf5797f996/ Log:close merged branch ___ pypy-commit mailing list

[pypy-commit] pypy default: document merged branch

2019-11-30 Thread mattip
Author: Matti Picus Branch: Changeset: r98199:39d8c91deccf Date: 2019-11-30 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/39d8c91deccf/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy py3.6: clean out branches left over from merge

2019-11-30 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98196:fe543d1b25df Date: 2019-11-30 21:29 +0200 http://bitbucket.org/pypy/pypy/changeset/fe543d1b25df/ Log:clean out branches left over from merge diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst ---

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

2019-11-30 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98195:f4a6aa79a6a9 Date: 2019-11-30 21:26 +0200 http://bitbucket.org/pypy/pypy/changeset/f4a6aa79a6a9/ Log:merge default into py3.6 diff --git a/pypy/module/_minimal_curses/fficurses.py b/pypy/module/_minimal_curses/fficurses.py ---

[pypy-commit] buildbot default: add missing file

2019-11-30 Thread mattip
Author: Matti Picus Branch: Changeset: r1112:efd944b812ac Date: 2019-11-30 20:24 +0100 http://bitbucket.org/pypy/buildbot/changeset/efd944b812ac/ Log:add missing file diff --git a/docker/install_xz5.sh b/docker/install_xz5.sh new file mode 100644 --- /dev/null +++ b/docker/install_xz5.sh

[pypy-commit] buildbot default: build newer version of xz for lzma module

2019-11-30 Thread mattip
Author: Matti Picus Branch: Changeset: r:a27fd9b3c9f3 Date: 2019-11-30 20:23 +0100 http://bitbucket.org/pypy/buildbot/changeset/a27fd9b3c9f3/ Log:build newer version of xz for lzma module diff --git a/docker/Dockerfile b/docker/Dockerfile --- a/docker/Dockerfile +++ b/docker/Dockerfile

[pypy-commit] pypy default: fixes for CentOS 6 (manylinux image)

2019-11-30 Thread mattip
Author: Matti Picus Branch: Changeset: r98194:d5e7cbe1eb5f Date: 2019-11-30 17:58 + http://bitbucket.org/pypy/pypy/changeset/d5e7cbe1eb5f/ Log:fixes for CentOS 6 (manylinux image) diff --git a/pypy/module/_minimal_curses/fficurses.py b/pypy/module/_minimal_curses/fficurses.py ---

[pypy-commit] pypy default: merge backport-decode_timeval_ns-py3.7 into default

2019-11-30 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: Changeset: r98193:d3c8d438315b Date: 2019-11-30 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/d3c8d438315b/ Log:merge backport-decode_timeval_ns-py3.7 into default diff --git a/rpython/rlib/rtime.py b/rpython/rlib/rtime.py --- a/rpython/rlib/rtime.py