[pypy-commit] cffi default: Some tests for issue19.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r875:bbd4eb593724 Date: 2012-08-23 12:17 +0200 http://bitbucket.org/cffi/cffi/changeset/bbd4eb593724/ Log:Some tests for issue19. diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@ -

[pypy-commit] cffi default: One extra test

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r876:a5db4344e898 Date: 2012-08-23 13:53 +0200 http://bitbucket.org/cffi/cffi/changeset/a5db4344e898/ Log:One extra test diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@ -837,6 +83

[pypy-commit] cffi default: Fix the tests about "typedef enum".

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r877:92e67ab3082d Date: 2012-08-23 13:55 +0200 http://bitbucket.org/cffi/cffi/changeset/92e67ab3082d/ Log:Fix the tests about "typedef enum". diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -136,13 +136,13 @

[pypy-commit] pypy python-numpy: stub out frompyfunc, mod, scalarmath

2012-08-23 Thread mattip
Author: Matti Picus Branch: python-numpy Changeset: r56817:ebe070ee8a92 Date: 2012-08-23 11:30 +0300 http://bitbucket.org/pypy/pypy/changeset/ebe070ee8a92/ Log:stub out frompyfunc, mod, scalarmath diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py --- a/lib_pypy/numpypy

[pypy-commit] pypy python-numpy: export demi-module names in numpy.core by modifying numpy.core.__all__

2012-08-23 Thread mattip
Author: Matti Picus Branch: python-numpy Changeset: r56818:9a5c26ab3b2b Date: 2012-08-23 12:42 +0300 http://bitbucket.org/pypy/pypy/changeset/9a5c26ab3b2b/ Log:export demi-module names in numpy.core by modifying numpy.core.__all__ diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/

[pypy-commit] pypy python-numpy: stub out fftpack_lite

2012-08-23 Thread mattip
Author: Matti Picus Branch: python-numpy Changeset: r56820:1fee8b35617c Date: 2012-08-23 14:34 +0300 http://bitbucket.org/pypy/pypy/changeset/1fee8b35617c/ Log:stub out fftpack_lite diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py --- a/lib_pypy/numpypy/__init__.py ++

[pypy-commit] pypy python-numpy: add mtrand for random module, patch ctypeslib for missing dtype.str

2012-08-23 Thread mattip
Author: Matti Picus Branch: python-numpy Changeset: r56821:b113d4778e19 Date: 2012-08-23 14:59 +0300 http://bitbucket.org/pypy/pypy/changeset/b113d4778e19/ Log:add mtrand for random module, patch ctypeslib for missing dtype.str diff --git a/lib_pypy/numpy/ctypeslib.py b/lib_pypy/numpy/ctypes

[pypy-commit] pypy python-numpy: skip 'import ma' for now, which allows 'import numpy' to complete

2012-08-23 Thread mattip
Author: Matti Picus Branch: python-numpy Changeset: r56822:b4051ca970be Date: 2012-08-23 15:22 +0300 http://bitbucket.org/pypy/pypy/changeset/b4051ca970be/ Log:skip 'import ma' for now, which allows 'import numpy' to complete diff --git a/lib_pypy/numpy/__init__.py b/lib_pypy/numpy/__init__.

[pypy-commit] pypy vref-copy: fix the test, thanks armin

2012-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: vref-copy Changeset: r56823:bed31ad356d3 Date: 2012-08-23 14:24 +0200 http://bitbucket.org/pypy/pypy/changeset/bed31ad356d3/ Log:fix the test, thanks armin diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py --- a/pypy/jit/co

[pypy-commit] cffi default: Add some more context in the error messages "cannot generate 'struct $1'

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r878:889d00534a6b Date: 2012-08-23 15:15 +0200 http://bitbucket.org/cffi/cffi/changeset/889d00534a6b/ Log:Add some more context in the error messages "cannot generate 'struct $1' in C file". diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/

[pypy-commit] cffi default: Add another test, passing a bigger struct to a function.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r879:b96cdee5a739 Date: 2012-08-23 15:45 +0200 http://bitbucket.org/cffi/cffi/changeset/b96cdee5a739/ Log:Add another test, passing a bigger struct to a function. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_b

[pypy-commit] cffi default: Add another test, passing on Linux.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r880:384f90007bd9 Date: 2012-08-23 15:57 +0200 http://bitbucket.org/cffi/cffi/changeset/384f90007bd9/ Log:Add another test, passing on Linux. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1065,6 +1065,31 @@ assert s

[pypy-commit] cffi default: Missing structs with bitfields support in verify()

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r881:4d29f1ef14c6 Date: 2012-08-23 17:31 +0200 http://bitbucket.org/cffi/cffi/changeset/4d29f1ef14c6/ Log:Missing structs with bitfields support in verify() diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/

[pypy-commit] cffi default: Fix.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r882:1f90b6973510 Date: 2012-08-23 17:45 +0200 http://bitbucket.org/cffi/cffi/changeset/1f90b6973510/ Log:Fix. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -390,6 +390,10 @@ tp.fldnames = tuple(f

[pypy-commit] cffi default: Anonymous nested structures in the _cffi_backend

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r883:948d8808c081 Date: 2012-08-23 17:02 +0200 http://bitbucket.org/cffi/cffi/changeset/948d8808c081/ Log:Anonymous nested structures in the _cffi_backend diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c

[pypy-commit] cffi default: Support nested anonymous structs in the front-end part.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r884:9391831aab8e Date: 2012-08-23 17:07 +0200 http://bitbucket.org/cffi/cffi/changeset/9391831aab8e/ Log:Support nested anonymous structs in the front-end part. diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py --- a/cffi/backend_ctypes.py +

[pypy-commit] cffi default: in-progress

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r885:8e0c963ef064 Date: 2012-08-23 17:47 +0200 http://bitbucket.org/cffi/cffi/changeset/8e0c963ef064/ Log:in-progress diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/model.py +++ b/cffi/model.py @@ -176,6 +176,16 @@ self.fldtypes = fldtyp

[pypy-commit] cffi default: merge heads

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r886:4208a40e9af3 Date: 2012-08-23 17:47 +0200 http://bitbucket.org/cffi/cffi/changeset/4208a40e9af3/ Log:merge heads diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -396,6 +396,10 @@ tp.fldnames =

[pypy-commit] cffi default: Also fix vengine_gen.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r887:b47c74f24438 Date: 2012-08-23 17:49 +0200 http://bitbucket.org/cffi/cffi/changeset/b47c74f24438/ Log:Also fix vengine_gen. diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py --- a/cffi/vengine_gen.py +++ b/cffi/vengine_gen.py @@ -183,9 +183,7 @

[pypy-commit] cffi default: Kill this code, which is a duplicate of the previous test

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r888:7c54e32cf53f Date: 2012-08-23 17:50 +0200 http://bitbucket.org/cffi/cffi/changeset/7c54e32cf53f/ Log:Kill this code, which is a duplicate of the previous test diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py

[pypy-commit] cffi default: Finish hopefully the support for anonymous structs.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r889:f738cfcc7b54 Date: 2012-08-23 18:17 +0200 http://bitbucket.org/cffi/cffi/changeset/f738cfcc7b54/ Log:Finish hopefully the support for anonymous structs. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -

[pypy-commit] cffi default: Document this as a new feature.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r890:1a0359fa82f5 Date: 2012-08-23 18:32 +0200 http://bitbucket.org/cffi/cffi/changeset/1a0359fa82f5/ Log:Document this as a new feature. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -

[pypy-commit] pypy default: Update the tests from CFFI.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r56824:1e09626f58a6 Date: 2012-08-23 18:53 +0200 http://bitbucket.org/pypy/pypy/changeset/1e09626f58a6/ Log:Update the tests from CFFI. diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py -

[pypy-commit] pypy default: Fix for anonymous nested structs.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r56825:0e07105c06d5 Date: 2012-08-23 19:05 +0200 http://bitbucket.org/pypy/pypy/changeset/0e07105c06d5/ Log:Fix for anonymous nested structs. diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py --- a/pypy/module

[pypy-commit] pypy default: codespeak.net is down, so point the test at pypy.org.

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r56826:b378160d25a1 Date: 2012-08-23 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/b378160d25a1/ Log:codespeak.net is down, so point the test at pypy.org. diff --git a/pypy/translator/sandbox/test/test_sandlib.py b/pypy/translator/sandbox/test/t

[pypy-commit] pypy default: Document some merged branches

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r56827:a4899820221d Date: 2012-08-23 19:13 +0200 http://bitbucket.org/pypy/pypy/changeset/a4899820221d/ Log:Document some merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/do

[pypy-commit] pypy improve-rbigint: Disable an assert, we can't do this check in rpython. Fix lib-python crashes (tested locally)

2012-08-23 Thread Stian Andreassen
Author: Stian Andreassen Branch: improve-rbigint Changeset: r56828:41a49c1c5442 Date: 2012-08-23 19:52 +0200 http://bitbucket.org/pypy/pypy/changeset/41a49c1c5442/ Log:Disable an assert, we can't do this check in rpython. Fix lib-python crashes (tested locally) diff --git a/pypy/rlib/

[pypy-commit] pypy ppc-jit-backend: Move sign extension from emit_call to _emit_call with result_info

2012-08-23 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r56829:94ffb93c582d Date: 2012-08-23 14:17 -0400 http://bitbucket.org/pypy/pypy/changeset/94ffb93c582d/ Log:Move sign extension from emit_call to _emit_call with result_info argument. All callers updated. Remove we_are_translated() ha

[pypy-commit] extradoc extradoc: start writing the sprint announcement

2012-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4719:cb08ec944742 Date: 2012-08-23 20:25 +0200 http://bitbucket.org/pypy/extradoc/changeset/cb08ec944742/ Log:start writing the sprint announcement diff --git a/sprintinfo/cape-town-2012/announce.txt b/sprintinfo/cape-town-2012/announc

[pypy-commit] extradoc extradoc: kill parts about eurozone

2012-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4720:9f51ef96823c Date: 2012-08-23 20:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/9f51ef96823c/ Log:kill parts about eurozone diff --git a/sprintinfo/cape-town-2012/announce.txt b/sprintinfo/cape-town-2012/announce.txt --- a/

[pypy-commit] pypy default: a test and a fix

2012-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56830:4c56cbe6d6b3 Date: 2012-08-23 20:39 +0200 http://bitbucket.org/pypy/pypy/changeset/4c56cbe6d6b3/ Log:a test and a fix diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module/micronumpy/strides

[pypy-commit] pypy ppc-jit-backend: Explain minimum ABI requirements for stack frame.

2012-08-23 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r56831:d1f2560c2012 Date: 2012-08-23 17:30 -0400 http://bitbucket.org/pypy/pypy/changeset/d1f2560c2012/ Log:Explain minimum ABI requirements for stack frame. diff --git a/pypy/jit/backend/ppc/test/test_stackframe.py b/pypy/jit/backend/ppc/t

[pypy-commit] pypy default: fix, accept ndarrays as well

2012-08-23 Thread mattip
Author: mattip Branch: Changeset: r56832:16edd048590b Date: 2012-08-24 00:52 +0300 http://bitbucket.org/pypy/pypy/changeset/16edd048590b/ Log:fix, accept ndarrays as well diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module/micronumpy/strides

[pypy-commit] pypy default: whoops, was not rpython

2012-08-23 Thread mattip
Author: mattip Branch: Changeset: r56834:da39fb7a0ab6 Date: 2012-08-24 08:20 +0300 http://bitbucket.org/pypy/pypy/changeset/da39fb7a0ab6/ Log:whoops, was not rpython diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module/micronumpy/strides.py +