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
-
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
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
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
--
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/
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 @@
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
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
+++
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
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
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
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://
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
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/
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
---
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
+
16 matches
Mail list logo