[pypy-commit] pypy vecopt: ironed out problems indicated by buildbot (small batch)

2015-07-27 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78680:2a58825eefba Date: 2015-07-27 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/2a58825eefba/ Log:ironed out problems indicated by buildbot (small batch) llgraph now checks for box is equal to zero (otherwise

[pypy-commit] pypy vecopt: using pygame viewer for the dependencies instead of writing it manually to the tmp folder (thx fijal for hint)

2015-07-27 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78682:d3b2ba395def Date: 2015-07-27 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/d3b2ba395def/ Log:using pygame viewer for the dependencies instead of writing it manually to the tmp folder (thx fijal for hint)

[pypy-commit] pypy nditer-revisited: test, fix division by 0

2015-07-27 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: nditer-revisited Changeset: r78683:fb5def8bce10 Date: 2015-07-27 01:51 +0300 http://bitbucket.org/pypy/pypy/changeset/fb5def8bce10/ Log:test, fix division by 0 diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py ---

[pypy-commit] pypy ufunc-reduce: move code around

2015-07-27 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: ufunc-reduce Changeset: r78685:0501a9b82ad2 Date: 2015-07-27 19:26 +0100 http://bitbucket.org/pypy/pypy/changeset/0501a9b82ad2/ Log:move code around diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py ---

[pypy-commit] pypy ufunc-reduce: another small simplification

2015-07-27 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: ufunc-reduce Changeset: r78688:d3991d28b58a Date: 2015-07-27 20:50 +0100 http://bitbucket.org/pypy/pypy/changeset/d3991d28b58a/ Log:another small simplification diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py ---

[pypy-commit] pypy nditer-revisited: close branch to be merged

2015-07-27 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: nditer-revisited Changeset: r78689:5ca542b8ef96 Date: 2015-07-27 23:30 +0300 http://bitbucket.org/pypy/pypy/changeset/5ca542b8ef96/ Log:close branch to be merged ___ pypy-commit mailing list

[pypy-commit] pypy default: merge nditer-revisited which provides 'buffered' flag and other small improvements

2015-07-27 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r78690:c1b066339482 Date: 2015-07-27 23:32 +0300 http://bitbucket.org/pypy/pypy/changeset/c1b066339482/ Log:merge nditer-revisited which provides 'buffered' flag and other small improvements diff --git

[pypy-commit] pypy default: document merged branch

2015-07-27 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r78691:721e9a1bc4e3 Date: 2015-07-27 23:35 +0300 http://bitbucket.org/pypy/pypy/changeset/721e9a1bc4e3/ 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] pypy vecopt: picked lltype.cast changes for cast to bool, implemented int_is_true as a vector operation

2015-07-27 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78679:658ac4e3b571 Date: 2015-07-27 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/658ac4e3b571/ Log:picked lltype.cast changes for cast to bool, implemented int_is_true as a vector operation diff --git