[pypy-commit] pypy numpy-ufuncs: added ufuncs add, divide, multiply, subtract

2011-07-17 Thread justinpeel
Author: Justin Peel Branch: numpy-ufuncs Changeset: r45708:02090c007d03 Date: 2011-07-18 00:51 -0600 http://bitbucket.org/pypy/pypy/changeset/02090c007d03/ Log:added ufuncs add, divide, multiply, subtract diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py -

[pypy-commit] pypy numpy-sort: First rendition of sort. Needs more work and tests.

2011-07-17 Thread justinpeel
Author: Justin Peel Branch: numpy-sort Changeset: r45707:6fcaedcfdebb Date: 2011-07-18 00:16 -0600 http://bitbucket.org/pypy/pypy/changeset/6fcaedcfdebb/ Log:First rendition of sort. Needs more work and tests. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/i

[pypy-commit] pypy numpy-ndim-size: Changed size and ndim on FloatWrapper to not use exceptions. Instead, size and ndim are -1 on such types.

2011-07-17 Thread justinpeel
Author: Justin Peel Branch: numpy-ndim-size Changeset: r45706:0b020cb8d109 Date: 2011-07-18 00:06 -0600 http://bitbucket.org/pypy/pypy/changeset/0b020cb8d109/ Log:Changed size and ndim on FloatWrapper to not use exceptions. Instead, size and ndim are -1 on such types. diff --git a/py

[pypy-commit] pypy numpy-ndim-size: Added a bounds check on binary operations.

2011-07-17 Thread justinpeel
Author: Justin Peel Branch: numpy-ndim-size Changeset: r45705:76e17925faf1 Date: 2011-07-17 23:53 -0600 http://bitbucket.org/pypy/pypy/changeset/76e17925faf1/ Log:Added a bounds check on binary operations. diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --

[pypy-commit] pypy default: Added the descrs to the JIT test from Brett's last commit, the actual resops were correct.

2011-07-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45704:983ca5a89054 Date: 2011-07-17 16:13 -0700 http://bitbucket.org/pypy/pypy/changeset/983ca5a89054/ Log:Added the descrs to the JIT test from Brett's last commit, the actual resops were correct. diff --git a/pypy/module/pypyjit/test_pypy_c/

[pypy-commit] pypy default: (B. Cannon, A. Gaynor) Specialize math.log and math.log10.

2011-07-17 Thread brettsky
Author: Brett Cannon Branch: Changeset: r45703:522ca49e62aa Date: 2011-07-17 15:18 -0700 http://bitbucket.org/pypy/pypy/changeset/522ca49e62aa/ Log:(B. Cannon, A. Gaynor) Specialize math.log and math.log10. diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -185,6 +185,7 @@

[pypy-commit] pypy default: Use absolute imports, and add back a test that was lost.

2011-07-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45701:52aa0420607b Date: 2011-07-17 14:52 -0700 http://bitbucket.org/pypy/pypy/changeset/52aa0420607b/ Log:Use absolute imports, and add back a test that was lost. diff --git a/pypy/rpython/extfuncregistry.py b/pypy/rpython/extfuncregistry.py --- a/py

[pypy-commit] pypy default: merged upstream.

2011-07-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45702:a4096819e9eb Date: 2011-07-17 15:02 -0700 http://bitbucket.org/pypy/pypy/changeset/a4096819e9eb/ Log:merged upstream. diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a/pypy/jit/codewriter/jtransform.py +++

[pypy-commit] jitviewer default: add a demo

2011-07-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r146:0a357b9257ac Date: 2011-07-17 12:52 +0200 http://bitbucket.org/pypy/jitviewer/changeset/0a357b9257ac/ Log:add a demo diff --git a/demo.py b/demo.py new file mode 100644 --- /dev/null +++ b/demo.py @@ -0,0 +1,24 @@ + +import re +from numpy i

[pypy-commit] pypy default: allow negative offsets for now, should be reverted once we fix reporting

2011-07-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45700:c3294f3c5888 Date: 2011-07-17 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/c3294f3c5888/ Log:allow negative offsets for now, should be reverted once we fix reporting diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/too

[pypy-commit] pypy jit-short_from_state: pothential rpython fix?

2011-07-17 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45699:0c4fd61358ff Date: 2011-07-17 11:58 +0200 http://bitbucket.org/pypy/pypy/changeset/0c4fd61358ff/ Log:pothential rpython fix? diff --git a/pypy/jit/metainterp/optimizeopt/vstring.py b/pypy/jit/metainterp/optimizeopt/vstring.py

[pypy-commit] pypy numpy-repr-str: close merged branch

2011-07-17 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-repr-str Changeset: r45698:8027075b9e9e Date: 2011-07-17 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/8027075b9e9e/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org http://

[pypy-commit] pypy default: merge numpy-str-repr

2011-07-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45697:05ceb71b63ac Date: 2011-07-17 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/05ceb71b63ac/ Log:merge numpy-str-repr diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/modul

[pypy-commit] pypy heap-caching-during-tracing: caching for pure ops

2011-07-17 Thread cfbolz
Author: Carl Friedrich Bolz Branch: heap-caching-during-tracing Changeset: r45696:559198bd1ea6 Date: 2011-07-17 09:31 +0200 http://bitbucket.org/pypy/pypy/changeset/559198bd1ea6/ Log:caching for pure ops diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py --- a/pypy/

[pypy-commit] pypy heap-caching-during-tracing: fix len(virtualizable.array)

2011-07-17 Thread cfbolz
Author: Carl Friedrich Bolz Branch: heap-caching-during-tracing Changeset: r45695:c5da400baff3 Date: 2011-07-17 08:02 +0200 http://bitbucket.org/pypy/pypy/changeset/c5da400baff3/ Log:fix len(virtualizable.array) diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py ---

[pypy-commit] pypy default: add an XXX

2011-07-17 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r45694:546ae03a77b7 Date: 2011-07-17 09:09 +0200 http://bitbucket.org/pypy/pypy/changeset/546ae03a77b7/ Log:add an XXX diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a/pypy/jit/codewriter/jtransform.py +