[pypy-commit] pypy default: merge buffer-interface2 which improves cpyext support for the new buffer interface

2016-10-16 Thread mattip
Author: Matti Picus Branch: Changeset: r87832:a9164735893a Date: 2016-10-16 17:32 +0300 http://bitbucket.org/pypy/pypy/changeset/a9164735893a/ Log:merge buffer-interface2 which improves cpyext support for the new buffer interface diff --git

[pypy-commit] pypy buffer-interface2: skip test that needs bf_getbuffer wrapper

2016-10-16 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87831:29eca763b7ed Date: 2016-10-16 17:31 +0300 http://bitbucket.org/pypy/pypy/changeset/29eca763b7ed/ Log:skip test that needs bf_getbuffer wrapper diff --git a/pypy/module/cpyext/test/test_memoryobject.py

[pypy-commit] pypy default: update whatsnew-head

2016-10-16 Thread mattip
Author: Matti Picus Branch: Changeset: r87833:7c64684c80f4 Date: 2016-10-16 17:37 +0300 http://bitbucket.org/pypy/pypy/changeset/7c64684c80f4/ Log:update whatsnew-head diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: test, fix for returning scalar from reduce function, fixes pypy/numpy #57

2016-10-16 Thread mattip
Author: Matti Picus Branch: Changeset: r87828:d86329133431 Date: 2016-10-16 14:30 +0300 http://bitbucket.org/pypy/pypy/changeset/d86329133431/ Log:test, fix for returning scalar from reduce function, fixes pypy/numpy #57 diff --git

[pypy-commit] pypy default: expose function prototype for compilation stage

2016-10-16 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r87821:6017a1055480 Date: 2016-10-16 09:21 +0200 http://bitbucket.org/pypy/pypy/changeset/6017a1055480/ Log:expose function prototype for compilation stage diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

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

2016-10-16 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87822:de28967a7dde Date: 2016-10-16 09:22 +0200 http://bitbucket.org/pypy/pypy/changeset/de28967a7dde/ Log:merge default diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy py3.5: Minimize the diff to default

2016-10-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87825:b9b2d465ee79 Date: 2016-10-16 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/b9b2d465ee79/ Log:Minimize the diff to default diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py ---

[pypy-commit] pypy default: Push back all changes to RPython from the py3.5 branch

2016-10-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r87826:b607ae6d8133 Date: 2016-10-16 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b607ae6d8133/ Log:Push back all changes to RPython from the py3.5 branch diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py

[pypy-commit] pypy py3.5: merge heads

2016-10-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87827:3ced7022e9b5 Date: 2016-10-16 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/3ced7022e9b5/ Log:merge heads diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3.5: revert last checking

2016-10-16 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87824:2786d9d1c827 Date: 2016-10-16 10:09 +0200 http://bitbucket.org/pypy/pypy/changeset/2786d9d1c827/ Log:revert last checking diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3.5: intmask the ffi return value fo rposix.cpu_count

2016-10-16 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87823:be4b615cd965 Date: 2016-10-16 10:07 +0200 http://bitbucket.org/pypy/pypy/changeset/be4b615cd965/ Log:intmask the ffi return value fo rposix.cpu_count diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy buffer-interface2: merge default into branch

2016-10-16 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87830:36f5b3ab1251 Date: 2016-10-16 14:55 +0300 http://bitbucket.org/pypy/pypy/changeset/36f5b3ab1251/ Log:merge default into branch diff too long, truncating to 2000 out of 44282 lines diff --git

[pypy-commit] pypy buffer-interface2: disable wrapper that somehow causes translated pypy to fail

2016-10-16 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87829:cf68a51fde59 Date: 2016-10-16 14:55 +0300 http://bitbucket.org/pypy/pypy/changeset/cf68a51fde59/ Log:disable wrapper that somehow causes translated pypy to fail diff --git a/pypy/module/cpyext/slotdefs.py

[pypy-commit] pypy default: Issue #2418: powerpc+freebsd combination

2016-10-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r87834:805c9cde0fb5 Date: 2016-10-16 21:08 +0200 http://bitbucket.org/pypy/pypy/changeset/805c9cde0fb5/ Log:Issue #2418: powerpc+freebsd combination diff --git a/rpython/jit/backend/detect_cpu.py b/rpython/jit/backend/detect_cpu.py