[pypy-commit] pypy ssl-context-share: new branch to experiment with ssl context sharing

2017-10-25 Thread fijal
Author: fijal Branch: ssl-context-share Changeset: r92843:0531fecb7205 Date: 2017-10-25 09:24 +0200 http://bitbucket.org/pypy/pypy/changeset/0531fecb7205/ Log:new branch to experiment with ssl context sharing ___ pypy-commit mailing list pypy-commit

[pypy-commit] buildbot default: add new macos buildbot

2017-10-25 Thread mattip
Author: Matti Picus Branch: Changeset: r1033:d495e76c5761 Date: 2017-10-25 11:00 +0300 http://bitbucket.org/pypy/buildbot/changeset/d495e76c5761/ Log:add new macos buildbot diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/bot2/py

[pypy-commit] buildbot default: allow pause, tweak slave requirements

2017-10-25 Thread mattip
Author: Matti Picus Branch: Changeset: r1034:dbccd8b5c54f Date: 2017-10-25 12:37 +0300 http://bitbucket.org/pypy/buildbot/changeset/dbccd8b5c54f/ Log:allow pause, tweak slave requirements diff --git a/README_BUILDSLAVE b/README_BUILDSLAVE --- a/README_BUILDSLAVE +++ b/README_BUILDSLAVE @@ -

[pypy-commit] pypy default: fix issue #2682, split firstword on any whitespace

2017-10-25 Thread mattip
Author: Matti Picus Branch: Changeset: r92844:7dec6a241b75 Date: 2017-10-25 15:52 +0300 http://bitbucket.org/pypy/pypy/changeset/7dec6a241b75/ Log:fix issue #2682, split firstword on any whitespace diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib

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

2017-10-25 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92845:7d0732ed45b9 Date: 2017-10-25 15:53 +0300 http://bitbucket.org/pypy/pypy/changeset/7d0732ed45b9/ Log:merge default into py3.5 diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@

[pypy-commit] pypy default: test, fix issue #2677 copy pure c PyBuffer_{From, To}Contiguous from cpython

2017-10-25 Thread mattip
Author: Matti Picus Branch: Changeset: r92846:94ab09b73962 Date: 2017-10-25 17:50 +0300 http://bitbucket.org/pypy/pypy/changeset/94ab09b73962/ Log:test, fix issue #2677 copy pure c PyBuffer_{From,To}Contiguous from cpython diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/

[pypy-commit] pypy default: whoops for empty sql

2017-10-25 Thread mattip
Author: Matti Picus Branch: Changeset: r92847:89d1f31fabc8 Date: 2017-10-25 22:11 +0300 http://bitbucket.org/pypy/pypy/changeset/89d1f31fabc8/ Log:whoops for empty sql diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -1027,21