[pypy-commit] cffi default: Fix test

2016-10-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r2799:3cf075e86070 Date: 2016-10-25 12:04 +0200 http://bitbucket.org/cffi/cffi/changeset/3cf075e86070/ Log:Fix test diff --git a/testing/cffi1/test_recompiler.py b/testing/cffi1/test_recompiler.py --- a/testing/cffi1/test_recompiler.py +++ b/testing/cff

[pypy-commit] cffi default: Fix what is hopefully the last remaining issues with calculate_variable_array_length

2016-10-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r2797:b4de89f7cec4 Date: 2016-10-25 09:18 +0200 http://bitbucket.org/cffi/cffi/changeset/b4de89f7cec4/ Log:Fix what is hopefully the last remaining issues with calculate_variable_array_length diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --

[pypy-commit] cffi default: Share code

2016-10-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r2798:269ab01b4990 Date: 2016-10-25 11:25 +0200 http://bitbucket.org/cffi/cffi/changeset/269ab01b4990/ Log:Share code diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -912,7 +912,7 @@ new_sized_cdata

[pypy-commit] pypy py3.5: Compatibility: implement staticmethod.__init__ and classmethod.__init__

2016-10-25 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87935:6961be5cf15d Date: 2016-10-25 18:05 +0100 http://bitbucket.org/pypy/pypy/changeset/6961be5cf15d/ Log:Compatibility: implement staticmethod.__init__ and classmethod.__init__ diff --git a/pypy/interpreter/function.py b/pypy/interpreter

[pypy-commit] pypy cpyext-injection: fix test :-)

2016-10-25 Thread cfbolz
Author: Carl Friedrich Bolz Branch: cpyext-injection Changeset: r87934:a78105474431 Date: 2016-10-25 16:36 +0200 http://bitbucket.org/pypy/pypy/changeset/a78105474431/ Log:fix test :-) diff --git a/pypy/module/cpyext/injection/test/multiarray.c b/pypy/module/cpyext/injection/test/multiarray

[pypy-commit] pypy ppc-vsx-support: merge default

2016-10-25 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87931:e377459b9383 Date: 2016-10-25 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/e377459b9383/ Log:merge default diff too long, truncating to 2000 out of 50107 lines diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Ma

[pypy-commit] pypy ppc-vsx-support: yes, we should really read from the cpuinfo file, not from some other file!

2016-10-25 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87933:0a8db3e80616 Date: 2016-10-25 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/0a8db3e80616/ Log:yes, we should really read from the cpuinfo file, not from some other file! diff --git a/rpython/translator/platform

[pypy-commit] pypy ppc-vsx-support: remove some issues indicated by pyflakes

2016-10-25 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87932:12d2f612a0bf Date: 2016-10-25 15:55 +0200 http://bitbucket.org/pypy/pypy/changeset/12d2f612a0bf/ Log:remove some issues indicated by pyflakes diff --git a/rpython/jit/backend/zarch/vector_ext.py b/rpython/jit/backend/zarch/v

[pypy-commit] pypy cpyext-injection: injected typedefs need a new mechanism for the mapping typedef -> w_type

2016-10-25 Thread cfbolz
Author: Carl Friedrich Bolz Branch: cpyext-injection Changeset: r87930:64b5d71654d3 Date: 2016-10-25 14:43 +0200 http://bitbucket.org/pypy/pypy/changeset/64b5d71654d3/ Log:injected typedefs need a new mechanism for the mapping typedef -> w_type (next problem is ndarray.__new_

[pypy-commit] pypy cpyext-injection: reduce confusion by disabling the numpy api implementation using micronumpy

2016-10-25 Thread cfbolz
Author: Carl Friedrich Bolz Branch: cpyext-injection Changeset: r87929:0932197afd45 Date: 2016-10-25 12:47 +0200 http://bitbucket.org/pypy/pypy/changeset/0932197afd45/ Log:reduce confusion by disabling the numpy api implementation using micronumpy diff --git a/pypy/module/cpyext/api.

[pypy-commit] pypy default: remove a remnant of string exceptions

2016-10-25 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87928:c718d8365b78 Date: 2016-10-25 11:55 +0200 http://bitbucket.org/pypy/pypy/changeset/c718d8365b78/ Log:remove a remnant of string exceptions diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py