[pypy-commit] pypy numpy-full-fromstring: Closing merged branch

2011-12-15 Thread jterrace
Author: Jeff Terrace Branch: numpy-full-fromstring Changeset: r50593:0fe83ac4f0da Date: 2011-12-15 15:22 -0500 http://bitbucket.org/pypy/pypy/changeset/0fe83ac4f0da/ Log:Closing merged branch ___ pypy-commit mailing list pypy-commit@python.org http

[pypy-commit] pypy default: Merged numpy-full-fromstring

2011-12-15 Thread jterrace
Author: Jeff Terrace Branch: Changeset: r50592:65311ed125b7 Date: 2011-12-15 15:21 -0500 http://bitbucket.org/pypy/pypy/changeset/65311ed125b7/ Log:Merged numpy-full-fromstring diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micronumpy/interp_support.py --- a/pypy/modul

[pypy-commit] pypy numpy-full-fromstring: Moved generic int code from Integer to Long

2011-12-15 Thread jterrace
Author: Jeff Terrace Branch: numpy-full-fromstring Changeset: r50591:cf46c4c19b2f Date: 2011-12-15 15:19 -0500 http://bitbucket.org/pypy/pypy/changeset/cf46c4c19b2f/ Log:Moved generic int code from Integer to Long diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py

[pypy-commit] pypy numpy-full-fromstring: Updated tests for bool, added tests for int, all tests pass on 32-bit and 64-bit

2011-12-15 Thread jterrace
Author: Jeff Terrace Branch: numpy-full-fromstring Changeset: r50590:bca13f8d517c Date: 2011-12-15 15:10 -0500 http://bitbucket.org/pypy/pypy/changeset/bca13f8d517c/ Log:Updated tests for bool, added tests for int, all tests pass on 32-bit and 64-bit diff --git a/pypy/module/micronum

[pypy-commit] pypy numpy-full-fromstring: Fix most review comments, two have responses in the notes sections of REVIEW

2011-12-14 Thread jterrace
(-1.0)`, instead of the coerce thing. * Rather than doing a string format to raise an error (L67), use `operationerrfmt`. -* Same comment about comparing array equality as before. + +Notes +- +* Tests for both bool and long dtypes with this. + (jterrace: fromstring with bool segfaults on my numpy

[pypy-commit] pypy numpy-concatenate: Changed some variable names and added a couple more tests

2011-12-14 Thread jterrace
Author: Jeff Terrace Branch: numpy-concatenate Changeset: r50523:083461b61320 Date: 2011-12-14 17:01 -0500 http://bitbucket.org/pypy/pypy/changeset/083461b61320/ Log:Changed some variable names and added a couple more tests diff --git a/pypy/module/micronumpy/app_numpy.py b/pypy/module/micr

[pypy-commit] pypy numpy-concatenate: Adds numpy.concatenate

2011-12-14 Thread jterrace
Author: Jeff Terrace Branch: numpy-concatenate Changeset: r50522:0d81f0701f18 Date: 2011-12-14 16:17 -0500 http://bitbucket.org/pypy/pypy/changeset/0d81f0701f18/ Log:Adds numpy.concatenate diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module

[pypy-commit] pypy numpy-identity: Made tests look nicer

2011-12-13 Thread jterrace
Author: Jeff Terrace Branch: numpy-identity Changeset: r50483:506329de8bc3 Date: 2011-12-13 17:41 -0500 http://bitbucket.org/pypy/pypy/changeset/506329de8bc3/ Log:Made tests look nicer diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py -

[pypy-commit] pypy numpy-identity: Added numpy.identity function

2011-12-13 Thread jterrace
Author: Jeff Terrace Branch: numpy-identity Changeset: r50482:2ff54fec76e7 Date: 2011-12-13 17:15 -0500 http://bitbucket.org/pypy/pypy/changeset/2ff54fec76e7/ Log:Added numpy.identity function diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/mo

[pypy-commit] pypy numpy-full-fromstring: Wrote some really ugly code to deal with all the corner cases of numpy fromstring error handling

2011-12-13 Thread jterrace
Author: Jeff Terrace Branch: numpy-full-fromstring Changeset: r50475:8c97ceda4c34 Date: 2011-12-13 15:51 -0500 http://bitbucket.org/pypy/pypy/changeset/8c97ceda4c34/ Log:Wrote some really ugly code to deal with all the corner cases of numpy fromstring error handling diff --git a/pypy

[pypy-commit] pypy numpy-full-fromstring: Refactor fromstring into text and binary

2011-12-13 Thread jterrace
Author: Jeff Terrace Branch: numpy-full-fromstring Changeset: r50464:06bf54903f53 Date: 2011-12-13 10:33 -0500 http://bitbucket.org/pypy/pypy/changeset/06bf54903f53/ Log:Refactor fromstring into text and binary diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micronumpy/i

[pypy-commit] pypy numpy-full-fromstring: Adds full fromstring support with lots of tests

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-full-fromstring Changeset: r50453:8e0167fbb05a Date: 2011-12-12 17:53 -0500 http://bitbucket.org/pypy/pypy/changeset/8e0167fbb05a/ Log:Adds full fromstring support with lots of tests diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micro

[pypy-commit] pypy numpy-dtype-strings: Remove FakeSpace string code no longer needed

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-dtype-strings Changeset: r50451:cf42a69ca368 Date: 2011-12-12 16:49 -0500 http://bitbucket.org/pypy/pypy/changeset/cf42a69ca368/ Log:Remove FakeSpace string code no longer needed diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compi

[pypy-commit] pypy numpy-dtype-strings: Change string special case to use call_function instead

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-dtype-strings Changeset: r50450:ed24df405fd9 Date: 2011-12-12 16:02 -0500 http://bitbucket.org/pypy/pypy/changeset/ed24df405fd9/ Log:Change string special case to use call_function instead diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronump

[pypy-commit] pypy numpy-dtype-strings: Add string to FakeSpace to fix failing compile tests

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-dtype-strings Changeset: r50449:d0fa1bba8dd6 Date: 2011-12-11 10:17 -0500 http://bitbucket.org/pypy/pypy/changeset/d0fa1bba8dd6/ Log:Add string to FakeSpace to fix failing compile tests diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronump

[pypy-commit] pypy numpy-dtype-strings: Updated int and float types to take strings in their constructors so things like int32('34') work

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-dtype-strings Changeset: r50448:aaa9b6a48bbb Date: 2011-12-11 09:08 -0500 http://bitbucket.org/pypy/pypy/changeset/aaa9b6a48bbb/ Log:Updated int and float types to take strings in their constructors so things like int32('34') work diff --git a/pypy/

[pypy-commit] pypy numpy-pi-sum-min-max: Close merged branch

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-pi-sum-min-max Changeset: r50437:53d2c2028ef3 Date: 2011-12-12 12:51 -0500 http://bitbucket.org/pypy/pypy/changeset/53d2c2028ef3/ Log:Close merged branch ___ pypy-commit mailing list pypy-commit@python.org http://

[pypy-commit] pypy default: Merged numpy-pi-sum-min-max, adding numpypy.pi, .sum, .min, and .max

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: Changeset: r50436:863190739032 Date: 2011-12-12 12:43 -0500 http://bitbucket.org/pypy/pypy/changeset/863190739032/ Log:Merged numpy-pi-sum-min-max, adding numpypy.pi, .sum, .min, and .max diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/

[pypy-commit] pypy numpy-pi-sum-min-max: Added pi, sum, min, and max

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-pi-sum-min-max Changeset: r50433:d4d7f068865e Date: 2011-12-12 11:01 -0500 http://bitbucket.org/pypy/pypy/changeset/d4d7f068865e/ Log:Added pi, sum, min, and max diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pyp