Author: Alex Gaynor
Branch: matrixmath
Changeset: r49846:160e192f28a8
Date: 2011-11-27 02:02 -0600
http://bitbucket.org/pypy/pypy/changeset/160e192f28a8/
Log:anothe review note
diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW
--- a/pypy/module/micronumpy/REVIEW
+++
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49847:17ac3568321c
Date: 2011-11-27 10:32 +0100
http://bitbucket.org/pypy/pypy/changeset/17ac3568321c/
Log:fix tests
diff --git a/pypy/module/micronumpy/test/test_zjit.py
b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/module/micronum
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49848:b4847e6d68b9
Date: 2011-11-27 10:37 +0100
http://bitbucket.org/pypy/pypy/changeset/b4847e6d68b9/
Log:elements assigned in different order now
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
b/pypy/jit/metainterp/
Author: Armin Rigo
Branch:
Changeset: r49849:83abd151160b
Date: 2011-11-27 11:31 +0100
http://bitbucket.org/pypy/pypy/changeset/83abd151160b/
Log:Skip the asmgcc tests on windows.
diff --git a/pypy/rlib/test/test_rstacklet.py b/pypy/rlib/test/test_rstacklet.py
--- a/pypy/rlib/test/test_rsta
Author: Armin Rigo
Branch:
Changeset: r49850:d5b182d7d0c7
Date: 2011-11-27 11:34 +0100
http://bitbucket.org/pypy/pypy/changeset/d5b182d7d0c7/
Log:Bah.
diff --git a/pypy/rlib/test/test_rstacklet.py b/pypy/rlib/test/test_rstacklet.py
--- a/pypy/rlib/test/test_rstacklet.py
+++ b/pypy/rlib/test
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49851:6186c1e4e311
Date: 2011-11-27 12:20 +0100
http://bitbucket.org/pypy/pypy/changeset/6186c1e4e311/
Log:extract the peeled loop from the combined preamble and peeled loop
trace
diff --git a/pypy/module/pypyjit/test_pypy_c/model.py
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49852:fcc09642d8b0
Date: 2011-11-27 12:35 +0100
http://bitbucket.org/pypy/pypy/changeset/fcc09642d8b0/
Log:fix tests
diff --git a/pypy/module/pypyjit/test_pypy_c/test_array.py
b/pypy/module/pypyjit/test_pypy_c/test_array.py
--- a/pypy/modul
Author: Christian Tismer
Branch: release-1.7.x
Changeset: r49853:ad95d5cf9bb4
Date: 2011-11-18 23:12 +0100
http://bitbucket.org/pypy/pypy/changeset/ad95d5cf9bb4/
Log:made the assembler sources compile so far (transplanted from
7d9e78a91dceea0c3b8d10cb5888317459f8f72c)
diff --git a/py
Author: Christian Tismer
Branch: release-1.7.x
Changeset: r49854:5ea36493bbcf
Date: 2011-11-19 22:33 +0100
http://bitbucket.org/pypy/pypy/changeset/5ea36493bbcf/
Log:got continuelets ready for windows.
There were two things where I stumbled quite a while.
1) _compile_c_file
Author: Christian Tismer
Branch: release-1.7.x
Changeset: r49855:d89b2de041b2
Date: 2011-11-21 19:46 +0100
http://bitbucket.org/pypy/pypy/changeset/d89b2de041b2/
Log:relevant_environ updated for windows (transplanted from
d4d7276882d44a876d99da11875559967bab2e64)
diff --git a/pypy/tr
Author: Christian Tismer
Branch: release-1.7.x
Changeset: r49856:930f0bc4125a
Date: 2011-11-27 07:02 +0100
http://bitbucket.org/pypy/pypy/changeset/930f0bc4125a/
Log:rstacklet.py builds ok, but crashes when run. Checking in, anyway.
Can somebody have a look? (transplanted from
Author: Armin Rigo
Branch:
Changeset: r49857:87f2c234b924
Date: 2011-11-27 15:48 +0100
http://bitbucket.org/pypy/pypy/changeset/87f2c234b924/
Log:Bah. Reorder these two lines as a workaround fix for running:
translate.py --continuation -O1
diff --git a/pypy/config/translationoptio
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49858:ac7286a13147
Date: 2011-11-26 21:29 +0100
http://bitbucket.org/pypy/pypy/changeset/ac7286a13147/
Log:removed win32 blocker 'XXX'
diff --git a/pypy/jit/backend/x86/tool/viewcode.py
b/pypy/jit/backend/x86/tool/viewcode.py
--- a/p
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49860:2806a10c34cb
Date: 2011-11-27 16:51 +0100
http://bitbucket.org/pypy/pypy/changeset/2806a10c34cb/
Log:Merge with default
diff --git a/pypy/config/translationoption.py b/pypy/config/translationoption.py
--- a/pypy/config/translati
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49861:7b57bed3d875
Date: 2011-11-27 19:49 +0100
http://bitbucket.org/pypy/pypy/changeset/7b57bed3d875/
Log:A check function that allows counting the ops in the peeled loop
only. It only works in the simplest case when there is exactly
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49862:bbbc4b2aca4a
Date: 2011-11-27 20:06 +0100
http://bitbucket.org/pypy/pypy/changeset/bbbc4b2aca4a/
Log:reintroduce logging of loops
diff --git a/pypy/jit/metainterp/optimizeopt/__init__.py
b/pypy/jit/metainterp/optimizeopt/__init__.py
-
Author: mattip
Branch: matrixmath
Changeset: r49863:529066ec8ea9
Date: 2011-11-27 21:41 +0200
http://bitbucket.org/pypy/pypy/changeset/529066ec8ea9/
Log:fix find_size for Scalar
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/modu
Author: mattip
Branch: matrixmath
Changeset: r49864:5ffa83378d04
Date: 2011-11-27 22:32 +0200
http://bitbucket.org/pypy/pypy/changeset/5ffa83378d04/
Log:make 0-dimension arrays (scalars) numpy-compatible
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_n
Author: mattip
Branch: matrixmath
Changeset: r49865:bb947060bebf
Date: 2011-11-27 22:51 +0200
http://bitbucket.org/pypy/pypy/changeset/bb947060bebf/
Log:add test for numpy.flatiter, more tests for transpose
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/te
Author: mattip
Branch: matrixmath
Changeset: r49866:c2f6dc50e84f
Date: 2011-11-27 23:06 +0200
http://bitbucket.org/pypy/pypy/changeset/c2f6dc50e84f/
Log:Add responses to REVIEW
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/modul
Author: mattip
Branch: matrixmath-reshape
Changeset: r49867:c86cbf1f667b
Date: 2011-11-27 23:09 +0200
http://bitbucket.org/pypy/pypy/changeset/c86cbf1f667b/
Log:create branch
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org
Author: Juergen Boemmels
Branch:
Changeset: r16:7812db0253df
Date: 2011-11-27 16:13 +0100
http://bitbucket.org/pypy/lang-scheme/changeset/7812db0253df/
Log:Remove dublicated test
diff --git a/scheme/test/test_object.py b/scheme/test/test_object.py
--- a/scheme/test/test_object.py
+++ b/sche
Author: Juergen Boemmels
Branch:
Changeset: r15:9cc06ddcb223
Date: 2011-11-27 16:12 +0100
http://bitbucket.org/pypy/lang-scheme/changeset/9cc06ddcb223/
Log:write (and not display) the result of an evaluation
diff --git a/scheme/interactive.py b/scheme/interactive.py
--- a/scheme/interactive
Author: Juergen Boemmels
Branch:
Changeset: r17:96e5eb8b8fab
Date: 2011-11-27 17:00 +0100
http://bitbucket.org/pypy/lang-scheme/changeset/96e5eb8b8fab/
Log:Implementation of Vectors #(...)
diff --git a/scheme/object.py b/scheme/object.py
--- a/scheme/object.py
+++ b/scheme/object.py
@@ -343
Author: Juergen Boemmels
Branch:
Changeset: r20:f6d150fa70ba
Date: 2011-11-28 00:37 +0100
http://bitbucket.org/pypy/lang-scheme/changeset/f6d150fa70ba/
Log:Translation fix
While writing a test for it, I stumbled across some other error:
number? integer? et al. predicates are
Author: Juergen Boemmels
Branch:
Changeset: r18:85cd07336233
Date: 2011-11-27 19:20 +0100
http://bitbucket.org/pypy/lang-scheme/changeset/85cd07336233/
Log:Added a bush of TypePredicates
diff --git a/scheme/procedure.py b/scheme/procedure.py
--- a/scheme/procedure.py
+++ b/scheme/procedure.
Author: Juergen Boemmels
Branch:
Changeset: r19:e51d0791d96d
Date: 2011-11-27 22:49 +0100
http://bitbucket.org/pypy/lang-scheme/changeset/e51d0791d96d/
Log:Implement map & reverse
diff --git a/scheme/procedure.py b/scheme/procedure.py
--- a/scheme/procedure.py
+++ b/scheme/procedure.py
@@ -
Author: Maciej Fijalkowski
Branch: matrixmath
Changeset: r49868:16a56eaf2ca0
Date: 2011-11-28 08:16 +0200
http://bitbucket.org/pypy/pypy/changeset/16a56eaf2ca0/
Log:oops, did not see arange is applevel. Commit a test and remove a
REVIEW item
diff --git a/pypy/module/micronumpy/REVIEW
Author: Maciej Fijalkowski
Branch: matrixmath
Changeset: r49871:bf8cd0d22563
Date: 2011-11-28 08:22 +0200
http://bitbucket.org/pypy/pypy/changeset/bf8cd0d22563/
Log:Simply kill descr_new_flatiter
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray
Author: Maciej Fijalkowski
Branch: matrixmath
Changeset: r49869:c6d928727402
Date: 2011-11-28 08:19 +0200
http://bitbucket.org/pypy/pypy/changeset/c6d928727402/
Log:merge (one)
diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW
--- a/pypy/module/micronumpy/REVIEW
+++
Author: Maciej Fijalkowski
Branch: matrixmath
Changeset: r49870:7091e3500552
Date: 2011-11-28 08:21 +0200
http://bitbucket.org/pypy/pypy/changeset/7091e3500552/
Log:merge
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/mic
Author: Maciej Fijalkowski
Branch: matrixmath
Changeset: r49872:e03f83291da1
Date: 2011-11-28 08:28 +0200
http://bitbucket.org/pypy/pypy/changeset/e03f83291da1/
Log:Remove the notion of reshape/set_shape and clean up the branch
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/m
Author: Maciej Fijalkowski
Branch: matrixmath
Changeset: r49873:bb4b4da8518c
Date: 2011-11-28 08:31 +0200
http://bitbucket.org/pypy/pypy/changeset/bb4b4da8518c/
Log:remove, all items are done
diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW
deleted file mode 100644
Author: Maciej Fijalkowski
Branch: matrixmath
Changeset: r49874:643c52f23a6d
Date: 2011-11-28 08:33 +0200
http://bitbucket.org/pypy/pypy/changeset/643c52f23a6d/
Log:leave branch-unrelated comment
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--
Author: Maciej Fijalkowski
Branch: matrixmath
Changeset: r49875:71542b62e8e8
Date: 2011-11-28 08:34 +0200
http://bitbucket.org/pypy/pypy/changeset/71542b62e8e8/
Log:find_size no longer raises ValueError
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_n
Author: Alex Gaynor
Branch: matrixmath
Changeset: r49877:248307654a59
Date: 2011-11-28 02:00 -0500
http://bitbucket.org/pypy/pypy/changeset/248307654a59/
Log:Some cleanup: remove parameters that's never used, rename class,
delete some more setshape code, fix a case of arange with bool
Author: Maciej Fijalkowski
Branch:
Changeset: r49878:3998a7e1ed9b
Date: 2011-11-28 09:09 +0200
http://bitbucket.org/pypy/pypy/changeset/3998a7e1ed9b/
Log:(mattip) merge matrixmath, adds arange, transpose, flatiter
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__i
Author: Maciej Fijalkowski
Branch: matrixmath
Changeset: r49879:78795591bf65
Date: 2011-11-28 09:09 +0200
http://bitbucket.org/pypy/pypy/changeset/78795591bf65/
Log:close merged branch
___
pypy-commit mailing list
pypy-commit@python.org
http://mail
38 matches
Mail list logo