[pypy-commit] pypy default: Add some reprs to Symbolic subclasses, and show them in the error

2012-01-26 Thread arigo
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

[pypy-commit] pypy default: Fix.

2012-01-26 Thread arigo
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

[pypy-commit] pypy arm-backend-2: remove some XXX and update some comments

2012-01-26 Thread bivab
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 --

[pypy-commit] pypy arm-backend-2: implement the BX operation for jumps

2012-01-26 Thread bivab
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 --

[pypy-commit] pypy arm-backend-2: backout b2fff2c474ff

2012-01-26 Thread bivab
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

[pypy-commit] pypy arm-backend-2: refactor test_compile_asmlen a bit to make it work the ARM backend

2012-01-26 Thread bivab
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

[pypy-commit] pypy arm-backend-2: move code a bit around to make things clearer

2012-01-26 Thread bivab
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.

[pypy-commit] pypy arm-backend-2: add spaces

2012-01-26 Thread bivab
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

[pypy-commit] pypy arm-backend-2: Backout 839659291f03

2012-01-26 Thread bivab
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

[pypy-commit] pypy arm-backend-2: replace a conditional jump with conditional execution

2012-01-26 Thread bivab
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/

[pypy-commit] pypy arm-backend-2: Add methods and attributes required for test_compile_asmlen in the ARM test clases

2012-01-26 Thread bivab
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

[pypy-commit] pypy arm-backend-2: refactor call_assembler to use conditional_execution and the B instruction for the relative jumps

2012-01-26 Thread bivab
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

[pypy-commit] pypy arm-backend-2: kill unused code

2012-01-26 Thread bivab
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

[pypy-commit] pypy arm-backend-2: remove redundant saves

2012-01-26 Thread bivab
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

[pypy-commit] pypy arm-backend-2: remove unused import

2012-01-26 Thread bivab
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

[pypy-commit] pypy arm-backend-2: add asserts

2012-01-26 Thread bivab
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

[pypy-commit] pypy arm-backend-2: add more checks for floating point support

2012-01-26 Thread bivab
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

[pypy-commit] pypy numppy-flatitter: review

2012-01-26 Thread fijal
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 +++

[pypy-commit] pypy numpy-back-to-applevel: skip that test

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: take for 1d arrays

2012-01-26 Thread fijal
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

[pypy-commit] buildbot default: I believe this is correct :)

2012-01-26 Thread fijal
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 +

[pypy-commit] buildbot default: merge

2012-01-26 Thread fijal
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/

[pypy-commit] pypy numpy-back-to-applevel: more tests

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: least effort take for no axis

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: more tests

2012-01-26 Thread fijal
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 ---

[pypy-commit] pypy numpy-back-to-applevel: proper error

2012-01-26 Thread fijal
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 --

[pypy-commit] pypy numpy-back-to-applevel: basic compress + fix a weird bug

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: compress support

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: cheat a tiny bit. One test passes (we have to export any and all though

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: pfff

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: expose name

2012-01-26 Thread fijal
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

[pypy-commit] pypy default: merge numpy-concatenate and move it to interp-level

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: make sure it works on multidim arrays as well

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: merge default

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: start implementing iter

2012-01-26 Thread fijal
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_

[pypy-commit] pypy default: obscure dtype equality

2012-01-26 Thread fijal
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

[pypy-commit] extradoc extradoc: add an optimization

2012-01-26 Thread fijal
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

[pypy-commit] extradoc extradoc: merge

2012-01-26 Thread fijal
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

[pypy-commit] pypy default: import to_coords from numppy-flatitter branch and modify it. Thanks mattip!

2012-01-26 Thread fijal
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

[pypy-commit] pypy numppy-flatitter: rework next_skip_x, there still is an AnnotationError

2012-01-26 Thread mattip
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

[pypy-commit] extradoc extradoc: Start a draft about STM+GC.

2012-01-26 Thread arigo
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

[pypy-commit] pypy numpy-back-to-applevel: merge default. why oh why so many conflicts???

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: make tests pass with -A and return scalars on zeros(()). A bit hard to test

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: item, basic support

2012-01-26 Thread fijal
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 -

[pypy-commit] pypy numpy-back-to-applevel: a test and a fix

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: make the unsupported case applevel

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: rename wrap to item and merge with tolist. Improve item() and test

2012-01-26 Thread fijal
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

[pypy-commit] pypy default: Fix dtype.__eq__

2012-01-26 Thread alex_gaynor
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

[pypy-commit] extradoc extradoc: More.

2012-01-26 Thread arigo
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

[pypy-commit] pypy numpy-back-to-applevel: oops

2012-01-26 Thread fijal
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

[pypy-commit] extradoc extradoc: Add para

2012-01-26 Thread arigo
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

[pypy-commit] pypy numpy-back-to-applevel: make this method RPython

2012-01-26 Thread alex_gaynor
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 ---

[pypy-commit] pypy default: simplify targetnopstandalone

2012-01-26 Thread fijal
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 ---

[pypy-commit] pypy default: merge

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: a pretty important fix for item and more tests, bad fijal

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: soem rpython fixes

2012-01-26 Thread fijal
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 --

[pypy-commit] pypy numpy-back-to-applevel: fix translation?

2012-01-26 Thread fijal
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 --

[pypy-commit] pypy numpy-back-to-applevel: another fix?

2012-01-26 Thread fijal
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/

[pypy-commit] pypy numpy-back-to-applevel: cheat

2012-01-26 Thread fijal
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

[pypy-commit] pypy numpy-back-to-applevel: merged upstream

2012-01-26 Thread alex_gaynor
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

[pypy-commit] pypy numpy-back-to-applevel: fix dict.pop() in RPython with instances.

2012-01-26 Thread alex_gaynor
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

[pypy-commit] pypy numpy-back-to-applevel: revert this part of the change, ti's wrong

2012-01-26 Thread alex_gaynor
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

[pypy-commit] pypy numpy-back-to-applevel: fix test_base

2012-01-26 Thread fijal
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 ---

[pypy-commit] pypy numppy-flatitter: merge with default

2012-01-26 Thread mattip
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

[pypy-commit] pypy numppy-flatitter: cleanup merge, add failing test

2012-01-26 Thread mattip
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 --

[pypy-commit] pypy numpy-back-to-applevel: no longer needed

2012-01-26 Thread fijal
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

[pypy-commit] pypy py3k: after one day of investigation, add support for unicode characters inside the 'raises' function in apptests. The test still fails because we don't fully support unicode error

2012-01-26 Thread antocuni
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

[pypy-commit] pypy py3k: fix test_constants on 32bit, by ignoring the L suffix that we get in python2 in the repr of longs

2012-01-26 Thread antocuni
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

[pypy-commit] pypy py3k: kill all the tests which use import * from within a function, which is no longer syntactically valid. Leave just one test in the INVALID case

2012-01-26 Thread antocuni
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

[pypy-commit] pypy py3k: kill code to deal with 'import *' inside functions, as it's not longer valid syntax

2012-01-26 Thread antocuni
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

[pypy-commit] pypy py3k: extend these test to make sure that the valid snippets are actually valid with cpython3. So far it expects to find the python3 executable in the path

2012-01-26 Thread antocuni
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

[pypy-commit] pypy py3k: check for invalid syntax also on top of cpython3

2012-01-26 Thread antocuni
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

[pypy-commit] pypy py3k: exec is a function in python3, not a statement

2012-01-26 Thread antocuni
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 --

[pypy-commit] pypy numppy-flatitter: fix for z_jit test, now passes

2012-01-26 Thread mattip
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

[pypy-commit] pypy py3k: don't try to run python3 if we cannot find it

2012-01-26 Thread antocuni
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 ---

[pypy-commit] pypy py3k: exec is a function in python3, not a statement (also in the INVALID cases, although some still fail)

2012-01-26 Thread antocuni
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/

[pypy-commit] pypy numppy-flatitter: add iter test, more to come

2012-01-26 Thread mattip
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

[pypy-commit] pypy default: better organization, and show data for numpy.generic as well

2012-01-26 Thread alex_gaynor
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

[pypy-commit] pypy default: use a .html extension

2012-01-26 Thread alex_gaynor
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