[pypy-commit] cffi cffi-1.0: ffi.callback()

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1808:6b749854ff50 Date: 2015-04-25 10:57 +0200 http://bitbucket.org/cffi/cffi/changeset/6b749854ff50/ Log:ffi.callback() diff --git a/_cffi1/ffi_obj.c b/_cffi1/ffi_obj.c --- a/_cffi1/ffi_obj.c +++ b/_cffi1/ffi_obj.c @@ -94,6 +94,7 @@ #define A

[pypy-commit] cffi cffi-1.0: remove a test that doesn't make sense

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1809:6055d7106150 Date: 2015-04-25 11:04 +0200 http://bitbucket.org/cffi/cffi/changeset/6055d7106150/ Log:remove a test that doesn't make sense diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py --- a/_cffi1/test_verify1.py +++ b/_cff

[pypy-commit] cffi cffi-1.0: ellipsis

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1810:c818c7444718 Date: 2015-04-25 11:04 +0200 http://bitbucket.org/cffi/cffi/changeset/c818c7444718/ Log:ellipsis diff --git a/_cffi1/realize_c_type.c b/_cffi1/realize_c_type.c --- a/_cffi1/realize_c_type.c +++ b/_cffi1/realize_c_type.c @@ -48

[pypy-commit] cffi cffi-1.0: fix

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1812:7a25149295e0 Date: 2015-04-25 11:16 +0200 http://bitbucket.org/cffi/cffi/changeset/7a25149295e0/ Log:fix diff --git a/_cffi1/test_recompiler.py b/_cffi1/test_recompiler.py --- a/_cffi1/test_recompiler.py +++ b/_cffi1/test_recompiler.py @@

[pypy-commit] cffi cffi-1.0: fix test

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1811:d3fe2c3910db Date: 2015-04-25 11:07 +0200 http://bitbucket.org/cffi/cffi/changeset/d3fe2c3910db/ Log:fix test diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py --- a/_cffi1/test_verify1.py +++ b/_cffi1/test_verify1.py @@ -1027,7

[pypy-commit] cffi cffi-1.0: A clearer way to complain

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1813:bdb89e5e392e Date: 2015-04-25 11:16 +0200 http://bitbucket.org/cffi/cffi/changeset/bdb89e5e392e/ Log:A clearer way to complain diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py --- a/_cffi1/recompiler.py +++ b/_cffi1/recompiler.py @

[pypy-commit] cffi cffi-1.0: more test fixes

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1815:c2023e4a4a6d Date: 2015-04-25 11:42 +0200 http://bitbucket.org/cffi/cffi/changeset/c2023e4a4a6d/ Log:more test fixes diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py --- a/_cffi1/test_verify1.py +++ b/_cffi1/test_verify1.py @@

[pypy-commit] cffi cffi-1.0: fix: partially drop checking for internal consistency, which was bogus

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1814:fd28da258879 Date: 2015-04-25 11:38 +0200 http://bitbucket.org/cffi/cffi/changeset/fd28da258879/ Log:fix: partially drop checking for internal consistency, which was bogus diff --git a/_cffi1/realize_c_type.c b/_cffi1/realize_c_typ

[pypy-commit] cffi cffi-1.0: fixes for anonymous nested structs

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1816:d92f0d7cfb50 Date: 2015-04-25 12:06 +0200 http://bitbucket.org/cffi/cffi/changeset/d92f0d7cfb50/ Log:fixes for anonymous nested structs diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py --- a/_cffi1/recompiler.py +++ b/_cffi1/recomp

[pypy-commit] cffi cffi-1.0: oups

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1817:0da180ccac93 Date: 2015-04-25 12:06 +0200 http://bitbucket.org/cffi/cffi/changeset/0da180ccac93/ Log:oups diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/model.py +++ b/cffi/model.py @@ -272,6 +272,8 @@ self.build_c_name_wit

[pypy-commit] cffi default: Add a passing test

2015-04-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r1818:b5bfa871d282 Date: 2015-04-25 12:07 +0200 http://bitbucket.org/cffi/cffi/changeset/b5bfa871d282/ Log:Add a passing test diff --git a/testing/backend_tests.py b/testing/backend_tests.py --- a/testing/backend_tests.py +++ b/testing/backend_tests.py

[pypy-commit] cffi cffi-1.0: fix/skip

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1819:4744cc882ca2 Date: 2015-04-25 12:13 +0200 http://bitbucket.org/cffi/cffi/changeset/4744cc882ca2/ Log:fix/skip diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py --- a/_cffi1/recompiler.py +++ b/_cffi1/recompiler.py @@ -760,9 +760,8 @

[pypy-commit] cffi cffi-1.0: Remove the dependency on the header files in _cffi1

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1820:a721107bac60 Date: 2015-04-25 12:25 +0200 http://bitbucket.org/cffi/cffi/changeset/a721107bac60/ Log:Remove the dependency on the header files in _cffi1 diff --git a/_cffi1/parse_c_type.c b/_cffi1/parse_c_type.c --- a/_cffi1/parse_c_type.c

[pypy-commit] cffi cffi-1.0: fix

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1821:17a39c154ed7 Date: 2015-04-25 12:36 +0200 http://bitbucket.org/cffi/cffi/changeset/17a39c154ed7/ Log:fix diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py --- a/_cffi1/recompiler.py +++ b/_cffi1/recompiler.py @@ -532,23 +532,19 @@

[pypy-commit] cffi cffi-1.0: ffi.getctype()

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1822:30d86d0edda2 Date: 2015-04-25 12:48 +0200 http://bitbucket.org/cffi/cffi/changeset/30d86d0edda2/ Log:ffi.getctype() diff --git a/_cffi1/ffi_obj.c b/_cffi1/ffi_obj.c --- a/_cffi1/ffi_obj.c +++ b/_cffi1/ffi_obj.c @@ -414,8 +414,36 @@

[pypy-commit] cffi cffi-1.0: more tests

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1823:c9d8791139c0 Date: 2015-04-25 12:49 +0200 http://bitbucket.org/cffi/cffi/changeset/c9d8791139c0/ Log:more tests diff --git a/_cffi1/test_ffi_obj.py b/_cffi1/test_ffi_obj.py --- a/_cffi1/test_ffi_obj.py +++ b/_cffi1/test_ffi_obj.py @@ -99,5

[pypy-commit] cffi cffi-1.0: ffi.addressof()

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1825:d073836b9835 Date: 2015-04-25 14:43 +0200 http://bitbucket.org/cffi/cffi/changeset/d073836b9835/ Log:ffi.addressof() diff --git a/_cffi1/ffi_obj.c b/_cffi1/ffi_obj.c --- a/_cffi1/ffi_obj.c +++ b/_cffi1/ffi_obj.c @@ -336,85 +336,65 @@

[pypy-commit] cffi cffi-1.0: test and fix

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1824:38f60cc08b65 Date: 2015-04-25 13:02 +0200 http://bitbucket.org/cffi/cffi/changeset/38f60cc08b65/ Log:test and fix diff --git a/_cffi1/ffi_obj.c b/_cffi1/ffi_obj.c --- a/_cffi1/ffi_obj.c +++ b/_cffi1/ffi_obj.c @@ -569,7 +569,7 @@

[pypy-commit] cffi cffi-1.0: ffi.new_handle(), ffi.from_handle()

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1826:e76db3405d4b Date: 2015-04-25 15:04 +0200 http://bitbucket.org/cffi/cffi/changeset/e76db3405d4b/ Log:ffi.new_handle(), ffi.from_handle() diff --git a/_cffi1/ffi_obj.c b/_cffi1/ffi_obj.c --- a/_cffi1/ffi_obj.c +++ b/_cffi1/ffi_obj.c @@ -464

[pypy-commit] cffi cffi-1.0: skip some tests

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1827:d1015f99712f Date: 2015-04-25 15:06 +0200 http://bitbucket.org/cffi/cffi/changeset/d1015f99712f/ Log:skip some tests diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py --- a/_cffi1/test_verify1.py +++ b/_cffi1/test_verify1.py @@

[pypy-commit] pypy default: document merged branch

2015-04-25 Thread mattip
Author: mattip Branch: Changeset: r76933:98e1cf6b4854 Date: 2015-04-25 20:58 +0300 http://bitbucket.org/pypy/pypy/changeset/98e1cf6b4854/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-

[pypy-commit] pypy can_cast: Add .elsize-dependent checks to dtype.can_cast_to()

2015-04-25 Thread rlamy
Author: Ronan Lamy Branch: can_cast Changeset: r76934:6c7224a53fc9 Date: 2015-04-25 20:02 +0100 http://bitbucket.org/pypy/pypy/changeset/6c7224a53fc9/ Log:Add .elsize-dependent checks to dtype.can_cast_to() diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descripto

[pypy-commit] pypy can_cast: Handle None in np.can_cast()

2015-04-25 Thread rlamy
Author: Ronan Lamy Branch: can_cast Changeset: r76935:ac2f88bfc375 Date: 2015-04-25 20:17 +0100 http://bitbucket.org/pypy/pypy/changeset/ac2f88bfc375/ Log:Handle None in np.can_cast() diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayops.py --- a/pypy/module/micr

[pypy-commit] pypy default: fix so tests pass, even though vmprof is not supported in win32

2015-04-25 Thread mattip
Author: mattip Branch: Changeset: r76936:c0a4171c4d0f Date: 2015-04-25 23:21 +0300 http://bitbucket.org/pypy/pypy/changeset/c0a4171c4d0f/ Log:fix so tests pass, even though vmprof is not supported in win32 diff --git a/rpython/jit/backend/llsupport/codemap.py b/rpython/jit/backend/llsuppor

[pypy-commit] pypy can_cast: Add stub implementation for can_cast(, dtype)

2015-04-25 Thread rlamy
Author: Ronan Lamy Branch: can_cast Changeset: r76937:6aaed87e0b78 Date: 2015-04-26 03:03 +0100 http://bitbucket.org/pypy/pypy/changeset/6aaed87e0b78/ Log:Add stub implementation for can_cast(, dtype) diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayops.py --- a