[pypy-commit] buildbot default: revert part of 2336f92eb562 that tries to run rpython tests on non-default branch

2017-10-30 Thread mattip
Author: Matti Picus Branch: Changeset: r1036:bf6e08ac46ee Date: 2017-10-30 19:16 +0200 http://bitbucket.org/pypy/buildbot/changeset/bf6e08ac46ee/ Log:revert part of 2336f92eb562 that tries to run rpython tests on non- default branch Instead we should have a commit hook that

[pypy-commit] pypy py3.5: merge py3.5-mac-embedding which can download stdlib cffi-module build depenencies

2017-10-30 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92883:5a955fc2e868 Date: 2017-10-30 18:39 +0200 http://bitbucket.org/pypy/pypy/changeset/5a955fc2e868/ Log:merge py3.5-mac-embedding which can download stdlib cffi-module build depenencies diff --git a/.hgignore b/.hgignore --- a/.hgignor

[pypy-commit] pypy default: graft rpython changes from py3.5, maybe we should enforce sycnronization with a test?

2017-10-30 Thread mattip
Author: Matti Picus Branch: Changeset: r92884:80602ff2f2d3 Date: 2017-10-30 18:51 +0200 http://bitbucket.org/pypy/pypy/changeset/80602ff2f2d3/ Log:graft rpython changes from py3.5, maybe we should enforce sycnronization with a test? diff --git a/rpython/rlib/_rsocket_rffi.py b/rpyth

[pypy-commit] pypy py3.5: fix merge quirks, document merged branch

2017-10-30 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92886:81a7e5dcbc2d Date: 2017-10-30 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/81a7e5dcbc2d/ Log:fix merge quirks, document merged branch diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/wh

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

2017-10-30 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92885:623c5cbb6132 Date: 2017-10-30 18:58 +0200 http://bitbucket.org/pypy/pypy/changeset/623c5cbb6132/ Log:merge default into branch diff too long, truncating to 2000 out of 3230 lines diff --git a/_pytest/terminal.py b/_pytest/terminal.py --- a

[pypy-commit] pypy py3.6: Support b2a_base64 newline kwarg (new in 3.6)

2017-10-30 Thread ...@funkyhat.org
Author: m...@funkyhat.org Branch: py3.6 Changeset: r92882:652e45c71368 Date: 2017-10-30 15:18 + http://bitbucket.org/pypy/pypy/changeset/652e45c71368/ Log:Support b2a_base64 newline kwarg (new in 3.6) diff --git a/pypy/module/binascii/interp_base64.py b/pypy/module/binascii/interp_base64

[pypy-commit] pypy py3.6: Fix typo introduced previous commit

2017-10-30 Thread thisch
Author: Thomas Hisch Branch: py3.6 Changeset: r92881:bcfbc11f8ebd Date: 2017-10-30 14:07 + http://bitbucket.org/pypy/pypy/changeset/bcfbc11f8ebd/ Log:Fix typo introduced previous commit diff --git a/lib-python/3/hashlib.py b/lib-python/3/hashlib.py --- a/lib-python/3/hashlib.py +++ b/lib

[pypy-commit] pypy py3.6: Comment-out unsupported crypto algorithms

2017-10-30 Thread thisch
Author: Thomas Hisch Branch: py3.6 Changeset: r92880:4b8536756542 Date: 2017-10-30 13:59 + http://bitbucket.org/pypy/pypy/changeset/4b8536756542/ Log:Comment-out unsupported crypto algorithms diff --git a/lib-python/3/hashlib.py b/lib-python/3/hashlib.py --- a/lib-python/3/hashlib.py +++

[pypy-commit] pypy py3.6: Add inf and nan to cmath

2017-10-30 Thread spapanik
Author: Steve Papanik Branch: py3.6 Changeset: r92879:4a3e6bc30cc8 Date: 2017-10-30 12:46 + http://bitbucket.org/pypy/pypy/changeset/4a3e6bc30cc8/ Log:Add inf and nan to cmath This also adds the corresponding complex constants. diff --git a/pypy/module/cmath/__init__.py b/pypy/m

[pypy-commit] extradoc extradoc: another tweak

2017-10-30 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5855:c2f10979b271 Date: 2017-10-30 10:49 +0100 http://bitbucket.org/pypy/extradoc/changeset/c2f10979b271/ Log:another tweak diff --git a/blog/draft/2017-10-how-to-make-80x-faster.rst b/blog/draft/2017-10-how-to-make-80x-faster.rst --- a/blog

[pypy-commit] extradoc extradoc: syntax highlighting, and a tweak

2017-10-30 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5853:8eccb15f4dd9 Date: 2017-10-30 10:45 +0100 http://bitbucket.org/pypy/extradoc/changeset/8eccb15f4dd9/ Log:syntax highlighting, and a tweak diff --git a/blog/draft/2017-10-how-to-make-80x-faster.rst b/blog/draft/2017-10-how-to-make-80x-fa

[pypy-commit] extradoc extradoc: remove the reference to list strategies: it's not true, since self.data items are of type numpy.float64. Bah.

2017-10-30 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5854:03cc5eb071c6 Date: 2017-10-30 10:47 +0100 http://bitbucket.org/pypy/extradoc/changeset/03cc5eb071c6/ Log:remove the reference to list strategies: it's not true, since self.data items are of type numpy.float64. Bah. diff --git a/b