[pypy-commit] pypy default: copy logic from getitem_filter to setitem_filter

2013-09-20 Thread mattip
Author: Matti Picus Branch: Changeset: r67023:c5b518756cc3 Date: 2013-09-20 07:50 +0300 http://bitbucket.org/pypy/pypy/changeset/c5b518756cc3/ Log:copy logic from getitem_filter to setitem_filter diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/

[pypy-commit] pypy pypy-pyarray: cleanup, add failing test

2013-09-20 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67026:b45fecb37ac5 Date: 2013-09-20 09:21 +0300 http://bitbucket.org/pypy/pypy/changeset/b45fecb37ac5/ Log:cleanup, add failing test diff --git a/pypy/tool/release/test/nightly.xml b/pypy/tool/release/test/nightly.xml deleted file mode 10

[pypy-commit] pypy pypy-pyarray: 'update' TODO (not really checking _all_ the arrayobject.h macros)

2013-09-20 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67028:a70e6296ea92 Date: 2013-09-20 11:19 +0300 http://bitbucket.org/pypy/pypy/changeset/a70e6296ea92/ Log:'update' TODO (not really checking _all_ the arrayobject.h macros) diff --git a/TODO.txt b/TODO.txt --- a/TODO.txt +++ b/TODO.txt @@

[pypy-commit] pypy pypy-pyarray: use copytree to fix recursive copying of headers

2013-09-20 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67027:5e24c1bb9881 Date: 2013-09-20 10:04 +0300 http://bitbucket.org/pypy/pypy/changeset/5e24c1bb9881/ Log:use copytree to fix recursive copying of headers diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy

[pypy-commit] pypy pypy-pyarray: test numpy.__all__, numpy.get_include()

2013-09-20 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67025:665e8edf7ca1 Date: 2013-09-20 08:59 +0300 http://bitbucket.org/pypy/pypy/changeset/665e8edf7ca1/ Log:test numpy.__all__, numpy.get_include() diff --git a/TODO.txt b/TODO.txt --- a/TODO.txt +++ b/TODO.txt @@ -1,7 +1,6 @@ TODO list by

[pypy-commit] pypy pypy-pyarray: merge default into branch

2013-09-20 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67024:5b21bc5371ad Date: 2013-09-20 07:51 +0300 http://bitbucket.org/pypy/pypy/changeset/5b21bc5371ad/ Log:merge default into branch diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy pypy-pyarray: start to implement __array_prepare__ and test failures

2013-09-20 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67030:b95fcd12507d Date: 2013-09-20 13:04 +0300 http://bitbucket.org/pypy/pypy/changeset/b95fcd12507d/ Log:start to implement __array_prepare__ and test failures diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py

[pypy-commit] pypy pypy-pyarray: add tests for __array_prepare__, __array_wrap__

2013-09-20 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67029:61c630f73ba3 Date: 2013-09-20 11:50 +0300 http://bitbucket.org/pypy/pypy/changeset/61c630f73ba3/ Log:add tests for __array_prepare__, __array_wrap__ diff --git a/pypy/module/micronumpy/test/test_subtype.py b/pypy/module/micronumpy/t