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

2014-12-28 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r75133:0e204e610bc9 Date: 2014-12-28 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/0e204e610bc9/ Log:merge default into branch diff --git a/lib-python/2.7/test/test_xml_etree.py b/lib-python/2.7/test/test_xml_etree.py --- a/lib-python/2.7/te

[pypy-commit] pypy ufuncapi: revise headers so pypy/numpy, mattip/matplotlib can build and install

2014-12-28 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r75134:7c52ddf58e9d Date: 2014-12-27 23:45 +0200 http://bitbucket.org/pypy/pypy/changeset/7c52ddf58e9d/ Log:revise headers so pypy/numpy, mattip/matplotlib can build and install diff --git a/pypy/module/cpyext/include/numpy/__multiarray_api.

[pypy-commit] pypy default: test, fix overflow on abs(complex), we have no np.seterr -> RuntimeWarning yet

2014-12-28 Thread mattip
Author: mattip Branch: Changeset: r75132:035393735c13 Date: 2014-12-28 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/035393735c13/ Log:test, fix overflow on abs(complex), we have no np.seterr -> RuntimeWarning yet diff --git a/pypy/module/micronumpy/test/test_complex.py b/py