[pypy-commit] pypy default: add script to create PyPI package from cppyy and stripped-down ROOT/Cling sources

2017-06-23 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r91641:a4013f68eff6 Date: 2017-06-23 15:42 -0700 http://bitbucket.org/pypy/pypy/changeset/a4013f68eff6/ Log:add script to create PyPI package from cppyy and stripped-down ROOT/Cling sources diff --git a/pypy/module/cppyy/backend/create_cppyy_

[pypy-commit] pypy.org extradoc: update the values

2017-06-23 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r893:99c987848217 Date: 2017-06-24 00:27 +0200 http://bitbucket.org/pypy/pypy.org/changeset/99c987848217/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] cffi default: Expand this paragraph

2017-06-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r2990:0c3756872e68 Date: 2017-06-23 19:57 +0200 http://bitbucket.org/cffi/cffi/changeset/0c3756872e68/ Log:Expand this paragraph diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -510,16 +510,2

[pypy-commit] pypy py3.5: Use correct implementation for Decimal.compare_total{, _mag}(). Fixes #2586 and #2587

2017-06-23 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91640:f2b370578863 Date: 2017-06-23 18:49 +0100 http://bitbucket.org/pypy/pypy/changeset/f2b370578863/ Log:Use correct implementation for Decimal.compare_total{,_mag}(). Fixes #2586 and #2587 diff --git a/extra_tests/test_decimal.py b/extr

[pypy-commit] pypy py3.5: remove unittest cruft

2017-06-23 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91639:51cd15a0c2d6 Date: 2017-06-23 18:25 +0100 http://bitbucket.org/pypy/pypy/changeset/51cd15a0c2d6/ Log:remove unittest cruft diff --git a/extra_tests/test_decimal.py b/extra_tests/test_decimal.py --- a/extra_tests/test_decimal.py +++ b/extra_t

[pypy-commit] pypy py3.5: Make slices of array memoryviews usable as writable buffers if contiguous.

2017-06-23 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91638:9068d4152e3f Date: 2017-06-23 17:13 +0100 http://bitbucket.org/pypy/pypy/changeset/9068d4152e3f/ Log:Make slices of array memoryviews usable as writable buffers if contiguous. diff --git a/pypy/module/array/interp_array.py b/pypy/mo