Author: Armin Rigo
Branch:
Changeset: r51771:7b1eec04c0f9
Date: 2012-01-26 09:52 +0100
http://bitbucket.org/pypy/pypy/changeset/7b1eec04c0f9/
Log:Add some reprs to Symbolic subclasses, and show them in the error
messages.
diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel
Author: Armin Rigo
Branch:
Changeset: r51772:66a54c1c81de
Date: 2012-01-26 09:59 +0100
http://bitbucket.org/pypy/pypy/changeset/66a54c1c81de/
Log:Fix.
diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py
--- a/pypy/rlib/objectmodel.py
+++ b/pypy/rlib/objectmodel.py
@@ -145,7 +14
Author: David Schneider
Branch: arm-backend-2
Changeset: r51773:1aea54f9875c
Date: 2012-01-23 12:29 +0100
http://bitbucket.org/pypy/pypy/changeset/1aea54f9875c/
Log:remove some XXX and update some comments
diff --git a/pypy/jit/backend/arm/assembler.py
b/pypy/jit/backend/arm/assembler.py
--
Author: David Schneider
Branch: arm-backend-2
Changeset: r51774:b2886fd16756
Date: 2012-01-23 14:45 +0100
http://bitbucket.org/pypy/pypy/changeset/b2886fd16756/
Log:implement the BX operation for jumps
diff --git a/pypy/jit/backend/arm/codebuilder.py
b/pypy/jit/backend/arm/codebuilder.py
--
Author: David Schneider
Branch: arm-backend-2
Changeset: r51775:25e1511591e1
Date: 2012-01-23 14:47 +0100
http://bitbucket.org/pypy/pypy/changeset/25e1511591e1/
Log:backout b2fff2c474ff
diff --git a/pypy/jit/backend/x86/test/test_runner.py
b/pypy/jit/backend/x86/test/test_runner.py
--- a/py
Author: David Schneider
Branch: arm-backend-2
Changeset: r51777:fb43a79417b7
Date: 2012-01-23 17:06 +0100
http://bitbucket.org/pypy/pypy/changeset/fb43a79417b7/
Log:refactor test_compile_asmlen a bit to make it work the ARM backend
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/ji
Author: David Schneider
Branch: arm-backend-2
Changeset: r51779:2d0405522a48
Date: 2012-01-23 17:08 +0100
http://bitbucket.org/pypy/pypy/changeset/2d0405522a48/
Log:move code a bit around to make things clearer
diff --git a/pypy/jit/backend/arm/assembler.py
b/pypy/jit/backend/arm/assembler.
Author: David Schneider
Branch: arm-backend-2
Changeset: r51782:9c12b4103f60
Date: 2012-01-26 09:17 +0100
http://bitbucket.org/pypy/pypy/changeset/9c12b4103f60/
Log:add spaces
diff --git a/pypy/jit/backend/arm/opassembler.py
b/pypy/jit/backend/arm/opassembler.py
--- a/pypy/jit/backend/arm/o
Author: David Schneider
Branch: arm-backend-2
Changeset: r51776:e61421452c3f
Date: 2012-01-23 14:48 +0100
http://bitbucket.org/pypy/pypy/changeset/e61421452c3f/
Log:Backout 839659291f03
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/b
Author: David Schneider
Branch: arm-backend-2
Changeset: r51783:5e16783d7519
Date: 2012-01-26 09:17 +0100
http://bitbucket.org/pypy/pypy/changeset/5e16783d7519/
Log:replace a conditional jump with conditional execution
diff --git a/pypy/jit/backend/arm/opassembler.py
b/pypy/jit/backend/arm/
Author: David Schneider
Branch: arm-backend-2
Changeset: r51778:e13d8ab613df
Date: 2012-01-23 17:07 +0100
http://bitbucket.org/pypy/pypy/changeset/e13d8ab613df/
Log:Add methods and attributes required for test_compile_asmlen in the
ARM test clases
diff --git a/pypy/jit/backend/arm/te
Author: David Schneider
Branch: arm-backend-2
Changeset: r51780:bdd2be87eb46
Date: 2012-01-24 15:21 +0100
http://bitbucket.org/pypy/pypy/changeset/bdd2be87eb46/
Log:refactor call_assembler to use conditional_execution and the B
instruction for the relative jumps
diff --git a/pypy/jit
Author: David Schneider
Branch: arm-backend-2
Changeset: r51781:375bd2545643
Date: 2012-01-24 15:22 +0100
http://bitbucket.org/pypy/pypy/changeset/375bd2545643/
Log:kill unused code
diff --git a/pypy/jit/backend/arm/helper/assembler.py
b/pypy/jit/backend/arm/helper/assembler.py
--- a/pypy/j
Author: David Schneider
Branch: arm-backend-2
Changeset: r51784:fc0c1822721d
Date: 2012-01-26 10:18 +0100
http://bitbucket.org/pypy/pypy/changeset/fc0c1822721d/
Log:remove redundant saves
diff --git a/pypy/jit/backend/arm/codebuilder.py
b/pypy/jit/backend/arm/codebuilder.py
--- a/pypy/jit/b
Author: David Schneider
Branch: arm-backend-2
Changeset: r51786:23ebba29e2fc
Date: 2012-01-26 10:20 +0100
http://bitbucket.org/pypy/pypy/changeset/23ebba29e2fc/
Log:remove unused import
diff --git a/pypy/jit/backend/arm/opassembler.py
b/pypy/jit/backend/arm/opassembler.py
--- a/pypy/jit/bac
Author: David Schneider
Branch: arm-backend-2
Changeset: r51787:1f07ea8076c9
Date: 2012-01-26 10:20 +0100
http://bitbucket.org/pypy/pypy/changeset/1f07ea8076c9/
Log:add asserts
diff --git a/pypy/jit/backend/arm/helper/regalloc.py
b/pypy/jit/backend/arm/helper/regalloc.py
--- a/pypy/jit/back
Author: David Schneider
Branch: arm-backend-2
Changeset: r51785:db27ab55d51b
Date: 2012-01-26 10:20 +0100
http://bitbucket.org/pypy/pypy/changeset/db27ab55d51b/
Log:add more checks for floating point support
diff --git a/pypy/jit/backend/arm/assembler.py
b/pypy/jit/backend/arm/assembler.py
Author: Maciej Fijalkowski
Branch: numppy-flatitter
Changeset: r51788:977157a7ea64
Date: 2012-01-26 13:46 +0200
http://bitbucket.org/pypy/pypy/changeset/977157a7ea64/
Log:review
diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW
--- a/pypy/module/micronumpy/REVIEW
+++
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51789:e96e525cc103
Date: 2012-01-26 13:49 +0200
http://bitbucket.org/pypy/pypy/changeset/e96e525cc103/
Log:skip that test
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/pypy/module/micronumpy/test/test_dtypes.p
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51790:4209800a8a51
Date: 2012-01-26 13:58 +0200
http://bitbucket.org/pypy/pypy/changeset/4209800a8a51/
Log:take for 1d arrays
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray
Author: Maciej Fijalkowski
Branch:
Changeset: r623:29b4d8f8ccf0
Date: 2012-01-26 14:47 +0200
http://bitbucket.org/pypy/buildbot/changeset/29b4d8f8ccf0/
Log:I believe this is correct :)
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+
Author: Maciej Fijalkowski
Branch:
Changeset: r624:2e2a10de4ae5
Date: 2012-01-26 14:48 +0200
http://bitbucket.org/pypy/buildbot/changeset/2e2a10de4ae5/
Log:merge
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51791:5ab418b60c8c
Date: 2012-01-26 14:00 +0200
http://bitbucket.org/pypy/pypy/changeset/5ab418b60c8c/
Log:more tests
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.p
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51792:0dc95b060dca
Date: 2012-01-26 14:54 +0200
http://bitbucket.org/pypy/pypy/changeset/0dc95b060dca/
Log:least effort take for no axis
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/inte
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51793:233034cea174
Date: 2012-01-26 14:56 +0200
http://bitbucket.org/pypy/pypy/changeset/233034cea174/
Log:more tests
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
---
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51794:3c1c293c3fa4
Date: 2012-01-26 14:56 +0200
http://bitbucket.org/pypy/pypy/changeset/3c1c293c3fa4/
Log:proper error
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51795:ecec9d981978
Date: 2012-01-26 16:15 +0200
http://bitbucket.org/pypy/pypy/changeset/ecec9d981978/
Log:basic compress + fix a weird bug
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/i
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51796:b70485f468be
Date: 2012-01-26 16:24 +0200
http://bitbucket.org/pypy/pypy/changeset/b70485f468be/
Log:compress support
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.p
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51797:1a4c04c232fb
Date: 2012-01-26 16:30 +0200
http://bitbucket.org/pypy/pypy/changeset/1a4c04c232fb/
Log:cheat a tiny bit. One test passes (we have to export any and all
though and implement axis there)
diff --gi
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51799:72b8bf6e9019
Date: 2012-01-26 16:48 +0200
http://bitbucket.org/pypy/pypy/changeset/72b8bf6e9019/
Log:pfff
diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py
--- a/lib_pypy/numpypy/core/n
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51798:ecfe72e6275e
Date: 2012-01-26 16:37 +0200
http://bitbucket.org/pypy/pypy/changeset/ecfe72e6275e/
Log:expose name
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pyp
Author: Maciej Fijalkowski
Branch:
Changeset: r51800:8d9c1bd7e3be
Date: 2012-01-26 17:21 +0200
http://bitbucket.org/pypy/pypy/changeset/8d9c1bd7e3be/
Log:merge numpy-concatenate and move it to interp-level
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51802:349ebdfc7cde
Date: 2012-01-26 17:29 +0200
http://bitbucket.org/pypy/pypy/changeset/349ebdfc7cde/
Log:make sure it works on multidim arrays as well
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/mod
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51801:2b3f50dad1dd
Date: 2012-01-26 17:25 +0200
http://bitbucket.org/pypy/pypy/changeset/2b3f50dad1dd/
Log:merge default
diff --git a/pypy/bin/py.py b/pypy/bin/py.py
--- a/pypy/bin/py.py
+++ b/pypy/bin/py.py
@@ -76,6 +76,8
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51803:9698baa9d6b5
Date: 2012-01-26 19:13 +0200
http://bitbucket.org/pypy/pypy/changeset/9698baa9d6b5/
Log:start implementing iter
diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py
--- a/lib_
Author: Maciej Fijalkowski
Branch:
Changeset: r51804:b4faea8e796e
Date: 2012-01-26 19:21 +0200
http://bitbucket.org/pypy/pypy/changeset/b4faea8e796e/
Log:obscure dtype equality
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module/mi
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r4051:4acf71058742
Date: 2012-01-26 20:17 +0200
http://bitbucket.org/pypy/extradoc/changeset/4acf71058742/
Log:add an optimization
diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt
--- a/planning/micronumpy.txt
+++ b/plannin
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r4052:da88aafb0de1
Date: 2012-01-26 20:19 +0200
http://bitbucket.org/pypy/extradoc/changeset/da88aafb0de1/
Log:merge
diff --git a/blog/draft/pypy-2011.rst b/blog/draft/pypy-2011.rst
--- a/blog/draft/pypy-2011.rst
+++ b/blog/draft/pypy-20
Author: Maciej Fijalkowski
Branch:
Changeset: r51805:9183b721128a
Date: 2012-01-26 20:37 +0200
http://bitbucket.org/pypy/pypy/changeset/9183b721128a/
Log:import to_coords from numppy-flatitter branch and modify it. Thanks
mattip!
diff --git a/pypy/module/micronumpy/strides.py
b/pyp
Author: mattip
Branch: numppy-flatitter
Changeset: r51806:6d23b2d09136
Date: 2012-01-19 07:29 +0200
http://bitbucket.org/pypy/pypy/changeset/6d23b2d09136/
Log:rework next_skip_x, there still is an AnnotationError
diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW
delet
Author: Armin Rigo
Branch: extradoc
Changeset: r4053:12399d963afe
Date: 2012-01-26 20:31 +0100
http://bitbucket.org/pypy/extradoc/changeset/12399d963afe/
Log:Start a draft about STM+GC.
diff --git a/planning/stm.txt b/planning/stm.txt
new file mode 100644
--- /dev/null
+++ b/planning/stm.txt
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51807:e74b4e330798
Date: 2012-01-26 21:24 +0200
http://bitbucket.org/pypy/pypy/changeset/e74b4e330798/
Log:merge default. why oh why so many conflicts???
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/m
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51809:ae72e452c1fc
Date: 2012-01-26 21:54 +0200
http://bitbucket.org/pypy/pypy/changeset/ae72e452c1fc/
Log:make tests pass with -A and return scalars on zeros(()). A bit hard
to test without is_scalar, but zeros is
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51808:b1cb2bf3f898
Date: 2012-01-26 21:40 +0200
http://bitbucket.org/pypy/pypy/changeset/b1cb2bf3f898/
Log:item, basic support
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
-
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51810:48f4c0d75310
Date: 2012-01-26 21:59 +0200
http://bitbucket.org/pypy/pypy/changeset/48f4c0d75310/
Log:a test and a fix
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.p
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51811:ddf5b962aa39
Date: 2012-01-26 22:01 +0200
http://bitbucket.org/pypy/pypy/changeset/ddf5b962aa39/
Log:make the unsupported case applevel
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51812:c3680933a008
Date: 2012-01-26 22:09 +0200
http://bitbucket.org/pypy/pypy/changeset/c3680933a008/
Log:rename wrap to item and merge with tolist. Improve item() and test
diff --git a/pypy/module/micronumpy/interp_boxes
Author: Alex Gaynor
Branch:
Changeset: r51813:0e63f32cf93c
Date: 2012-01-26 15:13 -0500
http://bitbucket.org/pypy/pypy/changeset/0e63f32cf93c/
Log:Fix dtype.__eq__
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module/micronumpy/inte
Author: Armin Rigo
Branch: extradoc
Changeset: r4054:79baef447541
Date: 2012-01-26 21:14 +0100
http://bitbucket.org/pypy/extradoc/changeset/79baef447541/
Log:More.
diff --git a/planning/stm.txt b/planning/stm.txt
--- a/planning/stm.txt
+++ b/planning/stm.txt
@@ -20,7 +20,7 @@
access to a gl
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51814:0db7c34519db
Date: 2012-01-26 22:21 +0200
http://bitbucket.org/pypy/pypy/changeset/0db7c34519db/
Log:oops
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy
Author: Armin Rigo
Branch: extradoc
Changeset: r4055:65d56ccf97b0
Date: 2012-01-26 21:26 +0100
http://bitbucket.org/pypy/extradoc/changeset/65d56ccf97b0/
Log:Add para
diff --git a/planning/stm.txt b/planning/stm.txt
--- a/planning/stm.txt
+++ b/planning/stm.txt
@@ -121,6 +121,10 @@
objects
Author: Alex Gaynor
Branch: numpy-back-to-applevel
Changeset: r51815:6d4db9f0618a
Date: 2012-01-26 15:31 -0500
http://bitbucket.org/pypy/pypy/changeset/6d4db9f0618a/
Log:make this method RPython
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
---
Author: Maciej Fijalkowski
Branch:
Changeset: r51816:ddbfdbe2d419
Date: 2012-01-26 22:33 +0200
http://bitbucket.org/pypy/pypy/changeset/ddbfdbe2d419/
Log:simplify targetnopstandalone
diff --git a/pypy/translator/goal/targetnopstandalone.py
b/pypy/translator/goal/targetnopstandalone.py
---
Author: Maciej Fijalkowski
Branch:
Changeset: r51817:0586c5404983
Date: 2012-01-26 22:34 +0200
http://bitbucket.org/pypy/pypy/changeset/0586c5404983/
Log:merge
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module/micronumpy/interp_d
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51818:f5834bdc4464
Date: 2012-01-26 22:40 +0200
http://bitbucket.org/pypy/pypy/changeset/f5834bdc4464/
Log:a pretty important fix for item and more tests, bad fijal
diff --git a/pypy/module/micronumpy/interp_numarray.py
b
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51819:101fcf0a6557
Date: 2012-01-26 22:59 +0200
http://bitbucket.org/pypy/pypy/changeset/101fcf0a6557/
Log:soem rpython fixes
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
--
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51820:ecbc34a30eca
Date: 2012-01-26 23:02 +0200
http://bitbucket.org/pypy/pypy/changeset/ecbc34a30eca/
Log:fix translation?
diff --git a/pypy/module/micronumpy/interp_ufuncs.py
b/pypy/module/micronumpy/interp_ufuncs.py
--
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51821:77d1d7f10210
Date: 2012-01-26 23:10 +0200
http://bitbucket.org/pypy/pypy/changeset/77d1d7f10210/
Log:another fix?
diff --git a/pypy/module/micronumpy/interp_ufuncs.py
b/pypy/module/micronumpy/interp_ufuncs.py
--- a/
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51822:aa22b6b02b7e
Date: 2012-01-26 23:29 +0200
http://bitbucket.org/pypy/pypy/changeset/aa22b6b02b7e/
Log:cheat
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rdict.py
--- a/pypy/rpython/llty
Author: Alex Gaynor
Branch: numpy-back-to-applevel
Changeset: r51824:8fe3c92a0d5e
Date: 2012-01-26 16:34 -0500
http://bitbucket.org/pypy/pypy/changeset/8fe3c92a0d5e/
Log:merged upstream
diff --git a/pypy/module/micronumpy/interp_ufuncs.py
b/pypy/module/micronumpy/interp_ufuncs.py
--- a/pypy
Author: Alex Gaynor
Branch: numpy-back-to-applevel
Changeset: r51823:45f2ee87bb74
Date: 2012-01-26 16:34 -0500
http://bitbucket.org/pypy/pypy/changeset/45f2ee87bb74/
Log:fix dict.pop() in RPython with instances.
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rdi
Author: Alex Gaynor
Branch: numpy-back-to-applevel
Changeset: r51825:ff1328acfae8
Date: 2012-01-26 16:35 -0500
http://bitbucket.org/pypy/pypy/changeset/ff1328acfae8/
Log:revert this part of the change, ti's wrong
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rd
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51826:857a38cda57f
Date: 2012-01-26 23:39 +0200
http://bitbucket.org/pypy/pypy/changeset/857a38cda57f/
Log:fix test_base
diff --git a/pypy/module/micronumpy/test/test_base.py
b/pypy/module/micronumpy/test/test_base.py
---
Author: mattip
Branch: numppy-flatitter
Changeset: r51827:4bd2c28ea1e4
Date: 2012-01-19 07:50 +0200
http://bitbucket.org/pypy/pypy/changeset/4bd2c28ea1e4/
Log:merge with default
diff --git a/pypy/bin/py.py b/pypy/bin/py.py
--- a/pypy/bin/py.py
+++ b/pypy/bin/py.py
@@ -76,6 +76,8 @@
confi
Author: mattip
Branch: numppy-flatitter
Changeset: r51828:88475cf6b4ab
Date: 2012-01-19 09:51 +0200
http://bitbucket.org/pypy/pypy/changeset/88475cf6b4ab/
Log:cleanup merge, add failing test
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51829:1d6e533a0aaa
Date: 2012-01-27 00:03 +0200
http://bitbucket.org/pypy/pypy/changeset/1d6e533a0aaa/
Log:no longer needed
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.p
Author: Antonio Cuni
Branch: py3k
Changeset: r51830:f93127358305
Date: 2012-01-26 16:28 +0100
http://bitbucket.org/pypy/pypy/changeset/f93127358305/
Log:after one day of investigation, add support for unicode characters
inside the 'raises' function in apptests. The test still fails
Author: Antonio Cuni
Branch: py3k
Changeset: r51831:c08972109bbb
Date: 2012-01-26 15:33 +
http://bitbucket.org/pypy/pypy/changeset/c08972109bbb/
Log:fix test_constants on 32bit, by ignoring the L suffix that we get in
python2 in the repr of longs
diff --git a/pypy/interpreter/ast
Author: Antonio Cuni
Branch: py3k
Changeset: r51832:7c5c365ec355
Date: 2012-01-26 16:44 +0100
http://bitbucket.org/pypy/pypy/changeset/7c5c365ec355/
Log:kill all the tests which use import * from within a function, which
is no longer syntactically valid. Leave just one test in the INV
Author: Antonio Cuni
Branch: py3k
Changeset: r51833:d882e23cc8ae
Date: 2012-01-26 16:55 +0100
http://bitbucket.org/pypy/pypy/changeset/d882e23cc8ae/
Log:kill code to deal with 'import *' inside functions, as it's not
longer valid syntax
diff --git a/pypy/interpreter/astcompiler/symta
Author: Antonio Cuni
Branch: py3k
Changeset: r51834:a8eb581e9e9a
Date: 2012-01-26 17:58 +0100
http://bitbucket.org/pypy/pypy/changeset/a8eb581e9e9a/
Log:extend these test to make sure that the valid snippets are actually
valid with cpython3. So far it expects to find the python3
Author: Antonio Cuni
Branch: py3k
Changeset: r51835:64a00c269dce
Date: 2012-01-27 00:02 +0100
http://bitbucket.org/pypy/pypy/changeset/64a00c269dce/
Log:check for invalid syntax also on top of cpython3
diff --git a/pypy/interpreter/test/test_syntax.py
b/pypy/interpreter/test/test_syntax.py
Author: Antonio Cuni
Branch: py3k
Changeset: r51837:4a4a774f432f
Date: 2012-01-27 00:10 +0100
http://bitbucket.org/pypy/pypy/changeset/4a4a774f432f/
Log:exec is a function in python3, not a statement
diff --git a/pypy/interpreter/test/test_syntax.py
b/pypy/interpreter/test/test_syntax.py
--
Author: mattip
Branch: numppy-flatitter
Changeset: r51839:5a2c53898154
Date: 2012-01-19 11:30 +0200
http://bitbucket.org/pypy/pypy/changeset/5a2c53898154/
Log:fix for z_jit test, now passes
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pypy/module/m
Author: Antonio Cuni
Branch: py3k
Changeset: r51836:003f9177cdb4
Date: 2012-01-27 00:06 +0100
http://bitbucket.org/pypy/pypy/changeset/003f9177cdb4/
Log:don't try to run python3 if we cannot find it
diff --git a/pypy/interpreter/test/test_syntax.py
b/pypy/interpreter/test/test_syntax.py
---
Author: Antonio Cuni
Branch: py3k
Changeset: r51838:cbba65e7057f
Date: 2012-01-27 00:13 +0100
http://bitbucket.org/pypy/pypy/changeset/cbba65e7057f/
Log:exec is a function in python3, not a statement (also in the INVALID
cases, although some still fail)
diff --git a/pypy/interpreter/
Author: mattip
Branch: numppy-flatitter
Changeset: r51840:fc5fe1efe542
Date: 2012-01-19 11:37 +0200
http://bitbucket.org/pypy/pypy/changeset/fc5fe1efe542/
Log:add iter test, more to come
diff --git a/pypy/module/micronumpy/test/test_iter.py
b/pypy/module/micronumpy/test/test_iter.py
new file
Author: Alex Gaynor
Branch:
Changeset: r51841:8276de5ece4c
Date: 2012-01-26 19:35 -0500
http://bitbucket.org/pypy/pypy/changeset/8276de5ece4c/
Log:better organization, and show data for numpy.generic as well
diff --git a/pypy/module/micronumpy/tool/numready/main.py
b/pypy/module/micronumpy
Author: Alex Gaynor
Branch:
Changeset: r51842:457e2166648c
Date: 2012-01-26 21:11 -0500
http://bitbucket.org/pypy/pypy/changeset/457e2166648c/
Log:use a .html extension
diff --git a/pypy/module/micronumpy/tool/numready/main.py
b/pypy/module/micronumpy/tool/numready/main.py
--- a/pypy/modul
79 matches
Mail list logo