[pypy-commit] cffi default: merge heads

2012-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r596:f35564e0f15b Date: 2012-07-08 10:35 +0200 http://bitbucket.org/cffi/cffi/changeset/f35564e0f15b/ Log:merge heads diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -4,6 +4,8 @@ .*.swp testing/__pycache__ demo/__pycache__ +__py

[pypy-commit] cffi default: errno test in test_c.

2012-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r594:3788f3f49af0 Date: 2012-07-07 19:54 +0200 http://bitbucket.org/cffi/cffi/changeset/3788f3f49af0/ Log:errno test in test_c. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -3508,6 +3508,7 @@ }

[pypy-commit] cffi default: A test: how you should(?) write a function pointer that you want

2012-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r595:a237412122bd Date: 2012-07-08 10:35 +0200 http://bitbucket.org/cffi/cffi/changeset/a237412122bd/ Log:A test: how you should(?) write a function pointer that you want to cast around diff --git a/testing/test_verify.py b/testing/test_verify.p

[pypy-commit] pypy ffi-backend: errno.

2012-07-08 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55984:474632b2e74b Date: 2012-07-08 11:35 +0200 http://bitbucket.org/pypy/pypy/changeset/474632b2e74b/ Log:errno. diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/module/_cffi_backend/__i

[pypy-commit] cffi default: For interactive usage (playing around), add the option ffi.cdef("..",

2012-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r597:ab05b68f4d1b Date: 2012-07-08 12:04 +0200 http://bitbucket.org/cffi/cffi/changeset/ab05b68f4d1b/ Log:For interactive usage (playing around), add the option ffi.cdef("..", override=True). diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api

[pypy-commit] pypy even-more-jit-hooks: bah

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55985:ba36854c27ab Date: 2012-07-08 12:47 +0200 http://bitbucket.org/pypy/pypy/changeset/ba36854c27ab/ Log:bah diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/pypyjit/

[pypy-commit] pypy even-more-jit-hooks: we want an annotaton of int here

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55986:ba6d7e725867 Date: 2012-07-08 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/ba6d7e725867/ Log:we want an annotaton of int here diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.

[pypy-commit] pypy ffi-backend: make numpy work with raw_load/raw_store

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: ffi-backend Changeset: r55987:da66ea0c6743 Date: 2012-07-08 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/da66ea0c6743/ Log:make numpy work with raw_load/raw_store diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_b

[pypy-commit] pypy numpypy_count_nonzero: Added count_nonzero to numpy

2012-07-08 Thread ebsd2
Author: Anders Lehmann Branch: numpypy_count_nonzero Changeset: r55988:8d399faa682a Date: 2012-07-07 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/8d399faa682a/ Log:Added count_nonzero to numpy diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a

[pypy-commit] pypy numpypy_count_nonzero: Fix compile.py to understand count_nonzero, fix the test

2012-07-08 Thread ebsd2
Author: Anders Lehmann Branch: numpypy_count_nonzero Changeset: r55991:1be7eb14bc19 Date: 2012-07-08 13:29 +0200 http://bitbucket.org/pypy/pypy/changeset/1be7eb14bc19/ Log:Fix compile.py to understand count_nonzero, fix the test diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/m

[pypy-commit] pypy numpypy_count_nonzero: make translation work

2012-07-08 Thread ebsd2
Author: Anders Lehmann Branch: numpypy_count_nonzero Changeset: r55989:2fb2750f48ee Date: 2012-07-07 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/2fb2750f48ee/ Log:make translation work diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.p

[pypy-commit] pypy numpypy_count_nonzero: a failing jit test

2012-07-08 Thread ebsd2
Author: Anders Lehmann Branch: numpypy_count_nonzero Changeset: r55990:f8003a6e2464 Date: 2012-07-07 18:51 +0200 http://bitbucket.org/pypy/pypy/changeset/f8003a6e2464/ Log:a failing jit test diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py ---

[pypy-commit] pypy default: Merged in redorlik/pypy/numpypy_count_nonzero (pull request #76)

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r55992:103077d7829d Date: 2012-07-08 14:31 +0200 http://bitbucket.org/pypy/pypy/changeset/103077d7829d/ Log:Merged in redorlik/pypy/numpypy_count_nonzero (pull request #76) diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronump

[pypy-commit] pypy even-more-jit-hooks: one more attr

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55993:61fa3ace9486 Date: 2012-07-08 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/61fa3ace9486/ Log:one more attr diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/modul

[pypy-commit] pypy py3k: Add alternate float formatting styles to new-style formatting to PyPy Py3k.

2012-07-08 Thread soareschen
Author: soareschen Branch: py3k Changeset: r55994:3e7a6cf89b48 Date: 2012-07-07 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/3e7a6cf89b48/ Log:Add alternate float formatting styles to new-style formatting to PyPy Py3k. Based on Python issue #7094. Also switch complex number

[pypy-commit] pypy ffi-backend: revert the checkin that is missing a pretty crucial file

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: ffi-backend Changeset: r55995:842e37163ebb Date: 2012-07-08 14:57 +0200 http://bitbucket.org/pypy/pypy/changeset/842e37163ebb/ Log:revert the checkin that is missing a pretty crucial file diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cf

[pypy-commit] pypy even-more-jit-hooks: complain louder

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55996:f10d30d48bde Date: 2012-07-08 16:44 +0200 http://bitbucket.org/pypy/pypy/changeset/f10d30d48bde/ Log:complain louder diff --git a/pypy/rpython/annlowlevel.py b/pypy/rpython/annlowlevel.py --- a/pypy/rpython/annlowlevel.

[pypy-commit] pypy even-more-jit-hooks: hack differently

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55997:01df8711ba3f Date: 2012-07-08 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/01df8711ba3f/ Log:hack differently diff --git a/pypy/jit/metainterp/test/test_jitiface.py b/pypy/jit/metainterp/test/test_jitiface.py -

[pypy-commit] pypy even-more-jit-hooks: more obscure but less magic

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55998:e7975b19cd89 Date: 2012-07-08 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/e7975b19cd89/ Log:more obscure but less magic diff --git a/pypy/jit/metainterp/test/test_jitiface.py b/pypy/jit/metainterp/test/test_ji

[pypy-commit] pypy ffi-backend: raw memory for the x86 backend

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: ffi-backend Changeset: r55999:7f4ef0c9bcfd Date: 2012-07-08 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/7f4ef0c9bcfd/ Log:raw memory for the x86 backend diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py ---

[pypy-commit] pypy ffi-backend: fix annotation hopefully

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: ffi-backend Changeset: r56000:d14c65aba5f8 Date: 2012-07-08 18:54 +0200 http://bitbucket.org/pypy/pypy/changeset/d14c65aba5f8/ Log:fix annotation hopefully diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py --- a/pyp

[pypy-commit] pypy iterator-in-rpython: start limited iterators in RPython - tests

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: iterator-in-rpython Changeset: r56001:01f79d0bf5a6 Date: 2012-07-08 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/01f79d0bf5a6/ Log:start limited iterators in RPython - tests diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/tes

[pypy-commit] pypy iterator-in-rpython: run tests actually

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: iterator-in-rpython Changeset: r56003:4c2491805691 Date: 2012-07-08 19:22 +0200 http://bitbucket.org/pypy/pypy/changeset/4c2491805691/ Log:run tests actually diff --git a/pypy/annotation/unaryop.py b/pypy/annotation/unaryop.py --- a/pypy/annotation/unaryop.

[pypy-commit] pypy iterator-in-rpython: more support

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: iterator-in-rpython Changeset: r56002:1fb746e47747 Date: 2012-07-08 19:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1fb746e47747/ Log:more support diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --- a/pyp

[pypy-commit] pypy ffi-backend: help annotator a bit

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: ffi-backend Changeset: r56004:68aebb3d4f60 Date: 2012-07-08 19:48 +0200 http://bitbucket.org/pypy/pypy/changeset/68aebb3d4f60/ Log:help annotator a bit diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py --- a/pypy/ji

[pypy-commit] pypy iterator-in-rpython: commit in-progress (including pdb)

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: iterator-in-rpython Changeset: r56005:159c815e72c7 Date: 2012-07-08 20:33 +0200 http://bitbucket.org/pypy/pypy/changeset/159c815e72c7/ Log:commit in-progress (including pdb) diff --git a/pypy/rpython/rclass.py b/pypy/rpython/rclass.py --- a/pypy/rpython/rcl

[pypy-commit] pypy iterator-in-rpython: bah fix

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: iterator-in-rpython Changeset: r56006:51c784ae0b2c Date: 2012-07-08 20:49 +0200 http://bitbucket.org/pypy/pypy/changeset/51c784ae0b2c/ Log:bah fix diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.py --- a/pypy/annotation/bookkeeper.py

[pypy-commit] pypy iterator-in-rpython: make the test pass - lltype only for now

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: iterator-in-rpython Changeset: r56007:c4822d35a07e Date: 2012-07-08 20:58 +0200 http://bitbucket.org/pypy/pypy/changeset/c4822d35a07e/ Log:make the test pass - lltype only for now diff --git a/pypy/annotation/unaryop.py b/pypy/annotation/unaryop.py --- a/py

[pypy-commit] pypy iterator-in-rpython: more tests, just in case

2012-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: iterator-in-rpython Changeset: r56008:60f42323dd92 Date: 2012-07-08 21:00 +0200 http://bitbucket.org/pypy/pypy/changeset/60f42323dd92/ Log:more tests, just in case diff --git a/pypy/rpython/test/test_rclass.py b/pypy/rpython/test/test_rclass.py --- a/pypy/r