[pypy-commit] pypy default: backout e24b51be112d to try and resolve the problem

2015-05-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r77152:4d6a621e81ee Date: 2015-05-06 08:28 +0200 http://bitbucket.org/pypy/pypy/changeset/4d6a621e81ee/ Log:backout e24b51be112d to try and resolve the problem diff --git a/pypy/interpreter/generator.py

[pypy-commit] pypy default: fix the backout

2015-05-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r77153:121ea28e8d77 Date: 2015-05-06 08:38 +0200 http://bitbucket.org/pypy/pypy/changeset/121ea28e8d77/ Log:fix the backout diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py

[pypy-commit] cffi cffi-1.0: Revert this version number change, which doesn't make sense

2015-05-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1915:cd57701f17ff Date: 2015-05-06 10:05 +0200 http://bitbucket.org/cffi/cffi/changeset/cd57701f17ff/ Log:Revert this version number change, which doesn't make sense diff --git a/cffi/__init__.py b/cffi/__init__.py ---

[pypy-commit] pypy numpy-fixes: merge default into branch

2015-05-06 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpy-fixes Changeset: r77156:be47257b1b03 Date: 2015-05-06 17:06 +0300 http://bitbucket.org/pypy/pypy/changeset/be47257b1b03/ Log:merge default into branch diff too long, truncating to 2000 out of 5994 lines diff --git a/LICENSE b/LICENSE ---

[pypy-commit] pypy vecopt: updated fake objects to be able to run micro numpy code (not finished yet)

2015-05-06 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r77157:0d5c4726bbd0 Date: 2015-05-05 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/0d5c4726bbd0/ Log:updated fake objects to be able to run micro numpy code (not finished yet) diff --git

[pypy-commit] pypy vecopt: test_zjit up and running again (extended the fake space)

2015-05-06 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r77158:b2baaa7fb44d Date: 2015-05-06 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/b2baaa7fb44d/ Log:test_zjit up and running again (extended the fake space) enabled vectorization algorithm for test_zjit relaxing

[pypy-commit] pypy conditional_call_value: fix the test

2015-05-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: conditional_call_value Changeset: r77159:c9ff8a58c585 Date: 2015-05-06 16:55 +0200 http://bitbucket.org/pypy/pypy/changeset/c9ff8a58c585/ Log:fix the test diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py

[pypy-commit] pypy can_cast: document some equivalences with numpy's C source

2015-05-06 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: can_cast Changeset: r77155:b37ce09bf154 Date: 2015-05-05 20:34 +0100 http://bitbucket.org/pypy/pypy/changeset/b37ce09bf154/ Log:document some equivalences with numpy's C source diff --git a/pypy/module/micronumpy/casting.py

[pypy-commit] pypy can_cast: hg merge default

2015-05-06 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: can_cast Changeset: r77154:7ad5a80421e0 Date: 2015-05-05 14:15 +0100 http://bitbucket.org/pypy/pypy/changeset/7ad5a80421e0/ Log:hg merge default diff too long, truncating to 2000 out of 6114 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE

[pypy-commit] pypy numpy-fixes: ajdust expected jit ops for changes in loop.py, ufunc.py

2015-05-06 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpy-fixes Changeset: r77169:32f0d226f5bf Date: 2015-05-06 22:15 +0300 http://bitbucket.org/pypy/pypy/changeset/32f0d226f5bf/ Log:ajdust expected jit ops for changes in loop.py, ufunc.py diff --git

[pypy-commit] pypy numpy-fixes: move test and make 32-bit friendly, revert string comparison on cmp-func execption

2015-05-06 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpy-fixes Changeset: r77168:02dfc7f1c293 Date: 2015-05-06 20:23 +0300 http://bitbucket.org/pypy/pypy/changeset/02dfc7f1c293/ Log:move test and make 32-bit friendly, revert string comparison on cmp- func execption diff --git

[pypy-commit] pypy default: Test and fix for gdbm

2015-05-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77170:e0f1bcfbc61b Date: 2015-05-06 21:26 +0200 http://bitbucket.org/pypy/pypy/changeset/e0f1bcfbc61b/ Log:Test and fix for gdbm diff --git a/lib_pypy/gdbm.py b/lib_pypy/gdbm.py --- a/lib_pypy/gdbm.py +++ b/lib_pypy/gdbm.py @@ -112,7

[pypy-commit] pypy default: The gdbm library is not thread-safe. Add a global lock.

2015-05-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77171:df44050e8e33 Date: 2015-05-06 21:39 +0200 http://bitbucket.org/pypy/pypy/changeset/df44050e8e33/ Log:The gdbm library is not thread-safe. Add a global lock. diff --git a/lib_pypy/gdbm.py b/lib_pypy/gdbm.py --- a/lib_pypy/gdbm.py

[pypy-commit] pypy can_cast: Fix typeinfo dict

2015-05-06 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: can_cast Changeset: r77167:3369304f07ca Date: 2015-05-06 20:12 +0100 http://bitbucket.org/pypy/pypy/changeset/3369304f07ca/ Log:Fix typeinfo dict diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py ---

[pypy-commit] pypy default: Failing test

2015-05-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77165:078cf2a4aa22 Date: 2015-05-06 19:41 +0200 http://bitbucket.org/pypy/pypy/changeset/078cf2a4aa22/ Log:Failing test diff --git a/rpython/jit/metainterp/test/test_virtualizable.py b/rpython/jit/metainterp/test/test_virtualizable.py

[pypy-commit] pypy default: Fix for 078cf2a4aa22

2015-05-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77166:da8a7267b507 Date: 2015-05-06 19:53 +0200 http://bitbucket.org/pypy/pypy/changeset/da8a7267b507/ Log:Fix for 078cf2a4aa22 diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackhole.py ---

[pypy-commit] pypy default: Add a passing test, with a theory about how it could future-proof

2015-05-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77164:84c708bdfe53 Date: 2015-05-06 19:21 +0200 http://bitbucket.org/pypy/pypy/changeset/84c708bdfe53/ Log:Add a passing test, with a theory about how it could future-proof against a subtle issue. diff --git

[pypy-commit] pypy can_cast: Add missing comparison operations on dtype

2015-05-06 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: can_cast Changeset: r77163:39a612244a74 Date: 2015-05-06 17:09 +0100 http://bitbucket.org/pypy/pypy/changeset/39a612244a74/ Log:Add missing comparison operations on dtype diff --git a/pypy/module/micronumpy/casting.py

[pypy-commit] cffi default: Fix

2015-05-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1916:abf5158d9c54 Date: 2015-05-06 16:58 +0200 http://bitbucket.org/cffi/cffi/changeset/abf5158d9c54/ Log:Fix diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ if __name__ == '__main__': from

[pypy-commit] pypy default: document merged branch

2015-05-06 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77160:e86a210b9d79 Date: 2015-05-06 18:04 +0300 http://bitbucket.org/pypy/pypy/changeset/e86a210b9d79/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] cffi cffi-1.0: hg merge default

2015-05-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1917:ea180084fe9c Date: 2015-05-06 16:59 +0200 http://bitbucket.org/cffi/cffi/changeset/ea180084fe9c/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@

[pypy-commit] pypy conditional_call_value: try to write elidable COND_CALL, will write tests

2015-05-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: conditional_call_value Changeset: r77161:e3fb7aa96597 Date: 2015-05-06 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/e3fb7aa96597/ Log:try to write elidable COND_CALL, will write tests diff --git

[pypy-commit] pypy conditional_call_value: pfff rpython

2015-05-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: conditional_call_value Changeset: r77162:80e62b8eee0b Date: 2015-05-06 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/80e62b8eee0b/ Log:pfff rpython diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py