[pypy-commit] pypy default: __iter__ for flatiter

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49881:e847fa0fc602 Date: 2011-11-28 10:46 +0200 http://bitbucket.org/pypy/pypy/changeset/e847fa0fc602/ Log:__iter__ for flatiter diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/modu

[pypy-commit] pypy default: newline

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49880:3f56396d0ea2 Date: 2011-11-28 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/3f56396d0ea2/ Log:newline diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/micro

[pypy-commit] pypy default: those two functions are unroll_safe

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49882:2337eca967fa Date: 2011-11-28 10:47 +0200 http://bitbucket.org/pypy/pypy/changeset/2337eca967fa/ Log:those two functions are unroll_safe diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py -

[pypy-commit] pypy default: sqrt ufunc

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49883:ad86736e7b43 Date: 2011-11-28 10:54 +0200 http://bitbucket.org/pypy/pypy/changeset/ad86736e7b43/ Log:sqrt ufunc diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy default: a dot implementation

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49884:931815553e4c Date: 2011-11-28 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/931815553e4c/ Log:a dot implementation diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/_

[pypy-commit] pypy default: fix for invalid inputs in numpy.sqrt

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49885:25f6f5031705 Date: 2011-11-28 05:10 -0500 http://bitbucket.org/pypy/pypy/changeset/25f6f5031705/ Log:fix for invalid inputs in numpy.sqrt diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/mo

[pypy-commit] pypy default: hopefully make flatiter interoperate nicely with the rest by making it a part

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49886:9c707f4a6aa4 Date: 2011-11-28 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/9c707f4a6aa4/ Log:hopefully make flatiter interoperate nicely with the rest by making it a part of BaseArray hierarchy diff --git a/pypy/module/mic

[pypy-commit] pypy default: merge

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49887:f8cc091116a7 Date: 2011-11-28 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/f8cc091116a7/ 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 op_malloc_gc: No-op.

2011-11-28 Thread arigo
Author: Armin Rigo Branch: op_malloc_gc Changeset: r49888:ebc08ae0d2df Date: 2011-11-28 10:33 +0100 http://bitbucket.org/pypy/pypy/changeset/ebc08ae0d2df/ Log:No-op. diff --git a/pypy/jit/backend/llsupport/rewrite.py b/pypy/jit/backend/llsupport/rewrite.py --- a/pypy/jit/backend/llsupport/r

[pypy-commit] pypy op_malloc_gc: Clean-ups, comments, reorderings.

2011-11-28 Thread arigo
Author: Armin Rigo Branch: op_malloc_gc Changeset: r49890:05eb02916cbe Date: 2011-11-28 11:30 +0100 http://bitbucket.org/pypy/pypy/changeset/05eb02916cbe/ Log:Clean-ups, comments, reorderings. diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py --- a/pypy/jit/bac

[pypy-commit] pypy op_malloc_gc: Progress.

2011-11-28 Thread arigo
Author: Armin Rigo Branch: op_malloc_gc Changeset: r49889:622108ea8dfe Date: 2011-11-28 11:12 +0100 http://bitbucket.org/pypy/pypy/changeset/622108ea8dfe/ Log:Progress. diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py --- a/pypy/jit/backend/llsupport/gc.py +++

[pypy-commit] pypy op_malloc_gc: Progress.

2011-11-28 Thread arigo
Author: Armin Rigo Branch: op_malloc_gc Changeset: r49891:160fba43cdbd Date: 2011-11-28 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/160fba43cdbd/ Log:Progress. diff --git a/pypy/jit/backend/llsupport/test/test_rewrite.py b/pypy/jit/backend/llsupport/test/test_rewrite.py --- a/pypy/

[pypy-commit] pypy default: use memcpy for numpy.array.copy(), rather than going through the constructor

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49893:56290d9adb6d Date: 2011-11-28 06:24 -0500 http://bitbucket.org/pypy/pypy/changeset/56290d9adb6d/ Log:use memcpy for numpy.array.copy(), rather than going through the constructor diff --git a/pypy/module/micronumpy/interp_numarray.py b/p

[pypy-commit] pypy default: fix for translation and copying scalars

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49894:1baa8d5c0e0b Date: 2011-11-28 06:37 -0500 http://bitbucket.org/pypy/pypy/changeset/1baa8d5c0e0b/ Log:fix for translation and copying scalars diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy default: use the internal copy, rather than reinstantiate, faster.

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49895:4ef4547fa441 Date: 2011-11-28 06:53 -0500 http://bitbucket.org/pypy/pypy/changeset/4ef4547fa441/ Log:use the internal copy, rather than reinstantiate, faster. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/inter

[pypy-commit] pypy default: fix translation hopefully

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49896:67ac82a4bea4 Date: 2011-11-28 07:23 -0500 http://bitbucket.org/pypy/pypy/changeset/67ac82a4bea4/ Log:fix translation hopefully diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/

[pypy-commit] pypy default: a failing test for integer pow

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49897:3869e30bbf49 Date: 2011-11-28 08:18 -0500 http://bitbucket.org/pypy/pypy/changeset/3869e30bbf49/ Log:a failing test for integer pow diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/p

[pypy-commit] pypy default: a debug repr for numpy objects

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49898:a21d75a378ad Date: 2011-11-28 16:27 +0200 http://bitbucket.org/pypy/pypy/changeset/a21d75a378ad/ Log:a debug repr for numpy objects diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/

[pypy-commit] [OPEN] Pull request #14 for pypy/pypy: py3k fixes - sys.hash_info, more stringobject tests, fixes for stringobject

2011-11-28 Thread Bitbucket
Pull request #14 has been updated by chronitis to include new changes. https://bitbucket.org/pypy/pypy/pull-request/14/py3k-fixes-syshash_info-more-stringobject Title: py3k fixes - sys.hash_info, more stringobject tests, fixes for stringobject Creator: chronitis Update stringobject, strjoin, s

[pypy-commit] pypy default: fix translation hopefully

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49899:86a762812948 Date: 2011-11-28 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/86a762812948/ Log:fix translation hopefully diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab) this checks does not make sense

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49900:e129a347ccdd Date: 2011-11-24 14:46 +0100 http://bitbucket.org/pypy/pypy/changeset/e129a347ccdd/ Log:(arigo, bivab) this checks does not make sense diff --git a/pypy/rlib/rmmap.py b/pypy/rlib/rmmap.py --- a/p

[pypy-commit] pypy disable_merge_different_int_types: fix

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49901:f344e15fadc1 Date: 2011-11-24 15:23 +0100 http://bitbucket.org/pypy/pypy/changeset/f344e15fadc1/ Log:fix diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/pypy/rlib/rbigint.py +++ b/pypy/rlib/rbi

[pypy-commit] pypy disable_merge_different_int_types: remove a testcase that is now valid

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49902:841843401a55 Date: 2011-11-24 15:26 +0100 http://bitbucket.org/pypy/pypy/changeset/841843401a55/ Log:remove a testcase that is now valid diff --git a/pypy/rlib/test/test_rarithmetic.py b/pypy/rlib/test/test_

[pypy-commit] pypy disable_merge_different_int_types: translation fix for binascii

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49906:663969efb61d Date: 2011-11-26 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/663969efb61d/ Log:translation fix for binascii diff --git a/pypy/module/binascii/interp_crc32.py b/pypy/module/binascii/inte

[pypy-commit] pypy disable_merge_different_int_types: Fix for unsigned-ness in hash computation

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49903:f05f7014462b Date: 2011-11-25 12:40 +0100 http://bitbucket.org/pypy/pypy/changeset/f05f7014462b/ Log:Fix for unsigned-ness in hash computation diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/s

[pypy-commit] pypy disable_merge_different_int_types: more fixes

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49908:dbfc77bcb912 Date: 2011-11-26 17:19 +0100 http://bitbucket.org/pypy/pypy/changeset/dbfc77bcb912/ Log:more fixes diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/

[pypy-commit] pypy disable_merge_different_int_types: (cfbolz, bivab): unsigned fixes for rbigint

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49904:02debe3a5ebc Date: 2011-11-25 12:41 +0100 http://bitbucket.org/pypy/pypy/changeset/02debe3a5ebc/ Log:(cfbolz, bivab): unsigned fixes for rbigint diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab) make sure next_instr is unsigned and handlerposition is a non-neg signed O.o

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49910:b6177243b63d Date: 2011-11-28 14:46 +0100 http://bitbucket.org/pypy/pypy/changeset/b6177243b63d/ Log:(arigo, bivab) make sure next_instr is unsigned and handlerposition is a non-neg signed O.o diff --

[pypy-commit] pypy disable_merge_different_int_types: translation fix for rmd5 and rsha

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49905:96f224c56d33 Date: 2011-11-26 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/96f224c56d33/ Log:translation fix for rmd5 and rsha diff --git a/pypy/rlib/rmd5.py b/pypy/rlib/rmd5.py --- a/pypy/rlib/rmd5.p

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): make sure makeipv4addr is called with an unsigned

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49912:9d67bd8ccb4a Date: 2011-11-28 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/9d67bd8ccb4a/ Log:(arigo, bivab): make sure makeipv4addr is called with an unsigned diff --git a/pypy/rlib/rsocket.py b/pypy/

[pypy-commit] pypy disable_merge_different_int_types: make sure calls to ntohs and htons get unsigned values

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49907:66ee3fbaa96a Date: 2011-11-26 15:34 +0100 http://bitbucket.org/pypy/pypy/changeset/66ee3fbaa96a/ Log:make sure calls to ntohs and htons get unsigned values diff --git a/pypy/rlib/rsocket.py b/pypy/rlib/rsocke

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab) allow merging unsigned and non-negative signed values

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49909:8e235e060794 Date: 2011-11-28 14:12 +0100 http://bitbucket.org/pypy/pypy/changeset/8e235e060794/ Log:(arigo, bivab) allow merging unsigned and non-negative signed values diff --git a/pypy/annotation/binaryop.

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): fix some annotation issues and revert some changes

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49911:44192f720e21 Date: 2011-11-28 14:46 +0100 http://bitbucket.org/pypy/pypy/changeset/44192f720e21/ Log:(arigo, bivab): fix some annotation issues and revert some changes diff --git a/pypy/module/binascii/interp

[pypy-commit] pypy default: another attempt to fix translation

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49914:7e26680ebb76 Date: 2011-11-28 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/7e26680ebb76/ Log:another attempt to fix translation diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --

[pypy-commit] pypy default: skip the failing test for now

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49915:17ecbcddab11 Date: 2011-11-28 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/17ecbcddab11/ Log:skip the failing test for now diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py -

[pypy-commit] pypy win64-stage1: simple but ugly hack to make 'test_mod_ovf_zer' pass.

2011-11-28 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49916:dc399690828c Date: 2011-11-28 16:27 +0100 http://bitbucket.org/pypy/pypy/changeset/dc399690828c/ Log:simple but ugly hack to make 'test_mod_ovf_zer' pass. ovfcheck(x % y) does not help when int and long are unified. So we

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab) get rid of the last traces of ROverflowError

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49917:61b011382aef Date: 2011-11-28 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/61b011382aef/ Log:(arigo, bivab) get rid of the last traces of ROverflowError diff --git a/pypy/module/mmap/interp_mmap.py b/

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): cast

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49918:be6b9593a9db Date: 2011-11-28 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/be6b9593a9db/ Log:(arigo, bivab): cast diff --git a/pypy/module/rctime/interp_time.py b/pypy/module/rctime/interp_time.py --

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): add some r_uints here and there

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49919:538d6f408379 Date: 2011-11-28 16:58 +0100 http://bitbucket.org/pypy/pypy/changeset/538d6f408379/ Log:(arigo, bivab): add some r_uints here and there diff --git a/pypy/jit/backend/llsupport/asmmemmgr.py b/pyp

[pypy-commit] pypy default: Mallocs of objects with a __del__ are handled differently anyway.

2011-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r49920:3f3caf8b978b Date: 2011-11-28 16:21 + http://bitbucket.org/pypy/pypy/changeset/3f3caf8b978b/ Log:Mallocs of objects with a __del__ are handled differently anyway. This was untested code, and pointless. diff --git a/pypy/jit/backend/ll

[pypy-commit] pypy disable_merge_different_int_types: (arigo, bivab): Ah, read field as a signed value

2011-11-28 Thread bivab
Author: David Schneider Branch: disable_merge_different_int_types Changeset: r49921:20e94d09f38f Date: 2011-11-28 17:51 +0100 http://bitbucket.org/pypy/pypy/changeset/20e94d09f38f/ Log:(arigo, bivab): Ah, read field as a signed value diff --git a/pypy/jit/metainterp/optimizeopt/fficall.py b

[pypy-commit] pypy stm: Fix.

2011-11-28 Thread arigo
Author: Armin Rigo Branch: stm Changeset: r49925:1df7fe908221 Date: 2011-11-28 18:20 +0100 http://bitbucket.org/pypy/pypy/changeset/1df7fe908221/ Log:Fix. diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c --- a/pypy/translator/stm/src_stm/et.c +++ b/pypy/transl

[pypy-commit] pypy default: correct the dtype of scalar arrays

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49922:74b0db67fd56 Date: 2011-11-28 12:11 -0500 http://bitbucket.org/pypy/pypy/changeset/74b0db67fd56/ Log:correct the dtype of scalar arrays diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pyp

[pypy-commit] pypy default: fix for pow on ints, and translated binops

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49923:6f6b258f307e Date: 2011-11-28 12:20 -0500 http://bitbucket.org/pypy/pypy/changeset/6f6b258f307e/ Log:fix for pow on ints, and translated binops diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/p

[pypy-commit] pypy stm: Fix the test.

2011-11-28 Thread arigo
Author: Armin Rigo Branch: stm Changeset: r49924:bdf32e433c10 Date: 2011-11-28 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/bdf32e433c10/ Log:Fix the test. diff --git a/pypy/translator/stm/test/test_rstm.py b/pypy/translator/stm/test/test_rstm.py --- a/pypy/translator/stm/test/test_

[pypy-commit] pypy default: A check function that allows counting the ops in the peeled loop only. It only works in the simplest case when there is exactly one jump (ie no bridges not ending in finnis

2011-11-28 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r49927:4083ffe1dd1e Date: 2011-11-27 19:49 +0100 http://bitbucket.org/pypy/pypy/changeset/4083ffe1dd1e/ 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 one

[pypy-commit] pypy default: Fix.

2011-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r49928:d0d82346acf2 Date: 2011-11-28 19:08 +0100 http://bitbucket.org/pypy/pypy/changeset/d0d82346acf2/ Log:Fix. diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainterp/history.py +++ b/pypy/jit/metainterp/

[pypy-commit] pypy win64-stage1: blaming myself about bad ideas. is_valid_int should never raise an exception, basta!

2011-11-28 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49929:d9abe6cd48d4 Date: 2011-11-28 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/d9abe6cd48d4/ Log:blaming myself about bad ideas. is_valid_int should never raise an exception, basta! diff --git a/pypy/jit/metainterp/h

[pypy-commit] pypy default: Revert most of f47785c0df50, using check_simple_loop() instead.

2011-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r49930:26e7aaccc675 Date: 2011-11-28 19:14 +0100 http://bitbucket.org/pypy/pypy/changeset/26e7aaccc675/ Log:Revert most of f47785c0df50, using check_simple_loop() instead. diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/t

[pypy-commit] pypy win64-stage1: fixed test_intobject.

2011-11-28 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49931:02c5ddb49a48 Date: 2011-11-28 20:09 +0100 http://bitbucket.org/pypy/pypy/changeset/02c5ddb49a48/ Log:fixed test_intobject. diff --git a/pypy/objspace/std/test/test_intobject.py b/pypy/objspace/std/test/test_intobject.py --- a/p

[pypy-commit] pypy jit-targets: fix tests

2011-11-28 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49932:91088be9f99a Date: 2011-11-28 20:36 +0100 http://bitbucket.org/pypy/pypy/changeset/91088be9f99a/ Log:fix tests diff --git a/pypy/jit/metainterp/optimizeopt/test/test_util.py b/pypy/jit/metainterp/optimizeopt/test/test_util.py --- a/py

[pypy-commit] pypy jit-targets: aliasing vrituals are pointless except that it generates a crash

2011-11-28 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49933:c5de3f7beba8 Date: 2011-11-28 21:00 +0100 http://bitbucket.org/pypy/pypy/changeset/c5de3f7beba8/ Log:aliasing vrituals are pointless except that it generates a crash diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy matrixmath-reshape: fix shape, reshape. Ready for review

2011-11-28 Thread mattip
Author: mattip Branch: matrixmath-reshape Changeset: r49934:b87bb33414be Date: 2011-11-28 23:06 +0200 http://bitbucket.org/pypy/pypy/changeset/b87bb33414be/ Log:fix shape,reshape. Ready for review diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray

[pypy-commit] pypy win64-stage1: Mission Accomplished

2011-11-28 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49935:09f1440c631c Date: 2011-11-29 01:35 +0100 http://bitbucket.org/pypy/pypy/changeset/09f1440c631c/ Log:Mission Accomplished = as suggested by Armin as a good step: 1. pypy/annotation/test pypy/rpython/te

[pypy-commit] pypy default: implement setslice in numpy's minilang and add convert a test_zjit, it's failing

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49936:f78e1babd94f Date: 2011-11-28 19:44 -0500 http://bitbucket.org/pypy/pypy/changeset/f78e1babd94f/ Log:implement setslice in numpy's minilang and add convert a test_zjit, it's failing diff --git a/pypy/module/micronumpy/compile.py b/pypy/

[pypy-commit] extradoc extradoc: update numpy plannign doc

2011-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r3971:7562a8e8976a Date: 2011-11-28 20:40 -0500 http://bitbucket.org/pypy/extradoc/changeset/7562a8e8976a/ Log:update numpy plannign doc diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning

[pypy-commit] pypy default: Write a failing test for test_zjit

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49938:83cd4d2690b1 Date: 2011-11-29 09:22 +0200 http://bitbucket.org/pypy/pypy/changeset/83cd4d2690b1/ Log:Write a failing test for test_zjit diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/

[pypy-commit] pypy default: merge

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49939:f2d0500eb97f Date: 2011-11-29 09:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f2d0500eb97f/ Log:merge diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainterp/history.py +++ b/pypy/jit/me

[pypy-commit] pypy default: a test and a fix. test_zjit still fails, has to be investigated deeper

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49940:7bd54cc2db83 Date: 2011-11-29 09:54 +0200 http://bitbucket.org/pypy/pypy/changeset/7bd54cc2db83/ Log:a test and a fix. test_zjit still fails, has to be investigated deeper diff --git a/pypy/module/micronumpy/compile.py b/pypy/mod