[pypy-commit] pypy pypy-pyarray: fix test, change implementation for pendatic exception string, improve test

2013-09-21 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67051:c1a7865243c0 Date: 2013-09-22 09:32 +0300 http://bitbucket.org/pypy/pypy/changeset/c1a7865243c0/ Log:fix test, change implementation for pendatic exception string, improve test diff --git a/pypy/module/cpyext/ndarrayobject.py

[pypy-commit] pypy pypy-pyarray: fix tests

2013-09-21 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67050:21c62d1734c4 Date: 2013-09-22 08:36 +0300 http://bitbucket.org/pypy/pypy/changeset/21c62d1734c4/ Log:fix tests diff --git a/pypy/module/test_lib_pypy/numpypy/test_numpy.py b/pypy/module/test_lib_pypy/numpypy/test_numpy.py --- a/pypy

[pypy-commit] pypy pypy-pyarray: whoops

2013-09-21 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67052:e89d93815460 Date: 2013-09-22 09:37 +0300 http://bitbucket.org/pypy/pypy/changeset/e89d93815460/ Log:whoops diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py b/pypy/module/cpyext/test/test_ndarrayobject.py --- a/pypy/module

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

2013-09-21 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67049:e8756ac043ff Date: 2013-09-22 00:37 +0300 http://bitbucket.org/pypy/pypy/changeset/e8756ac043ff/ Log:merge default into branch diff --git a/pypy/module/_pypyjson/test/test__pypyjson.py b/pypy/module/_pypyjson/test/test__pypyjson.py

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: update test, fix implementation of reduce

2013-09-21 Thread mattip
Author: Matti Picus Branch: numpypy-array_prepare_-array_wrap Changeset: r67042:5c0ec116cb8b Date: 2013-09-21 22:37 +0300 http://bitbucket.org/pypy/pypy/changeset/5c0ec116cb8b/ Log:update test, fix implementation of reduce diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/m

[pypy-commit] pypy pypy-pyarray: move 61c630f73ba3 to branch and remove untested __array_prepare__, __array_wrap__

2013-09-21 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67047:746c18a936f7 Date: 2013-09-22 00:21 +0300 http://bitbucket.org/pypy/pypy/changeset/746c18a936f7/ Log:move 61c630f73ba3 to branch and remove untested __array_prepare__, __array_wrap__ diff --git a/pypy/module/micronumpy/interp

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: implement for W_Ufunc1

2013-09-21 Thread mattip
Author: Matti Picus Branch: numpypy-array_prepare_-array_wrap Changeset: r67044:47a1da6a0385 Date: 2013-09-21 23:51 +0300 http://bitbucket.org/pypy/pypy/changeset/47a1da6a0385/ Log:implement for W_Ufunc1 diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_uf

[pypy-commit] pypy pypy-pyarray: finish review items for pypy-pyarray branch

2013-09-21 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67048:74096886f5f4 Date: 2013-09-22 00:22 +0300 http://bitbucket.org/pypy/pypy/changeset/74096886f5f4/ Log:finish review items for pypy-pyarray branch diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 --- a/TODO.txt +++ /dev/null @

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: add 1 arg ufunc tests

2013-09-21 Thread mattip
Author: Matti Picus Branch: numpypy-array_prepare_-array_wrap Changeset: r67041:4c78008e85f4 Date: 2013-09-20 17:00 +0300 http://bitbucket.org/pypy/pypy/changeset/4c78008e85f4/ Log:add 1 arg ufunc tests diff --git a/pypy/module/micronumpy/test/test_subtype.py b/pypy/module/micronumpy/test/t

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: fix translation

2013-09-21 Thread mattip
Author: Matti Picus Branch: numpypy-array_prepare_-array_wrap Changeset: r67045:995703e4a6b6 Date: 2013-09-22 00:08 +0300 http://bitbucket.org/pypy/pypy/changeset/995703e4a6b6/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarra

[pypy-commit] pypy pypy-pyarray: Backed out changeset: b95fcd12507d - belongs on branch

2013-09-21 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67046:c51e676b8312 Date: 2013-09-22 00:17 +0300 http://bitbucket.org/pypy/pypy/changeset/c51e676b8312/ Log:Backed out changeset: b95fcd12507d - belongs on branch diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: add branch for __array_preprare__, __array_wrap__

2013-09-21 Thread mattip
Author: Matti Picus Branch: numpypy-array_prepare_-array_wrap Changeset: r67038:b0315f391eb5 Date: 2013-09-22 00:10 +0300 http://bitbucket.org/pypy/pypy/changeset/b0315f391eb5/ Log:add branch for __array_preprare__, __array_wrap__ ___ pypy-commit m

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: add test for ufunc1 and reduce, but numpy does not actually call __array_prepare__. numpy bug?

2013-09-21 Thread mattip
Author: Matti Picus Branch: numpypy-array_prepare_-array_wrap Changeset: r67039:8e72bf2e4160 Date: 2013-09-20 13:39 +0300 http://bitbucket.org/pypy/pypy/changeset/8e72bf2e4160/ Log:add test for ufunc1 and reduce, but numpy does not actually call __array_prepare__. numpy bug? diff --g

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: allow Box results to percolate through, start to fix compile.py

2013-09-21 Thread mattip
Author: Matti Picus Branch: numpypy-array_prepare_-array_wrap Changeset: r67040:e69c4253c9d7 Date: 2013-09-20 16:28 +0300 http://bitbucket.org/pypy/pypy/changeset/e69c4253c9d7/ Log:allow Box results to percolate through, start to fix compile.py diff --git a/pypy/module/micronumpy/compile.py

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: typo, fix if clause, actually set return value

2013-09-21 Thread mattip
Author: Matti Picus Branch: numpypy-array_prepare_-array_wrap Changeset: r67043:d3b4a2771960 Date: 2013-09-21 23:11 +0300 http://bitbucket.org/pypy/pypy/changeset/d3b4a2771960/ Log:typo, fix if clause, actually set return value diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/m

[pypy-commit] pypy default: Fix to (hopefully) support more cases of 16/32-bit-sized unicode chars

2013-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r67037:162d46b91e96 Date: 2013-09-21 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/162d46b91e96/ Log:Fix to (hopefully) support more cases of 16/32-bit-sized unicode chars diff --git a/rpython/rlib/unicodedata/test/test_ucd.py b/rpython/

[pypy-commit] pypy default: XXX fix me or mark definitely skipped

2013-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r67035:135e4b54c03e Date: 2013-09-21 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/135e4b54c03e/ Log:XXX fix me or mark definitely skipped diff --git a/pypy/module/_pypyjson/test/test__pypyjson.py b/pypy/module/_pypyjson/test/test__pypyjson.py -

[pypy-commit] pypy default: Fix the test, failing if sys.unicode==65535.

2013-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r67036:2e490cdd9f25 Date: 2013-09-21 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/2e490cdd9f25/ Log:Fix the test, failing if sys.unicode==65535. diff --git a/rpython/rlib/test/test_runicode.py b/rpython/rlib/test/test_runicode.py --- a/rpython/

[pypy-commit] pypy default: Skip this test that has always been failing. Please fix me.

2013-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r67034:02561547a035 Date: 2013-09-21 14:24 +0200 http://bitbucket.org/pypy/pypy/changeset/02561547a035/ Log:Skip this test that has always been failing. Please fix me. diff --git a/pypy/module/pypyjit/test_pypy_c/test_thread.py b/pypy/module/pypyjit/te

[pypy-commit] lang-scheme default: Upgrade this repo to the current pypy

2013-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r44:3bd6b134d3b4 Date: 2013-09-21 10:29 +0200 http://bitbucket.org/pypy/lang-scheme/changeset/3bd6b134d3b4/ Log:Upgrade this repo to the current pypy diff --git a/scheme/interactive.py b/scheme/interactive.py --- a/scheme/interactive.py +++ b/scheme/int

[pypy-commit] pypy default: Fix when running on top of PyPy.

2013-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r67033:1804ac147aa8 Date: 2013-09-21 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/1804ac147aa8/ Log:Fix when running on top of PyPy. diff --git a/rpython/rlib/parsing/makepackrat.py b/rpython/rlib/parsing/makepackrat.py --- a/rpython/rlib/parsi

[pypy-commit] pypy default: Write some tests directly for guard_not_forced_2.

2013-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r67031:0da86701160d Date: 2013-09-18 08:25 +0200 http://bitbucket.org/pypy/pypy/changeset/0da86701160d/ Log:Write some tests directly for guard_not_forced_2. diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py

[pypy-commit] pypy default: merge heads

2013-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r67032:635bc4fa02ea Date: 2013-09-21 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/635bc4fa02ea/ Log:merge heads diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -356,7 +356,7 @@ attempt to poin