[pypy-commit] Notification: benchmarks

2011-11-24 Thread Bitbucket
You have received a notification from Jonas Haag. Hi, I forked benchmarks. My fork is at https://bitbucket.org/jonashaag/benchmarks. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@pytho

[pypy-commit] [OPEN] Pull request #1 for pypy/benchmarks: Added GZip benchmark

2011-11-24 Thread Bitbucket
A new pull request has been opened by Jonas Haag. jonashaag/benchmarks has changes to be pulled into pypy/benchmarks. https://bitbucket.org/pypy/benchmarks/pull-request/1/added-gzip-benchmark Title: Added GZip benchmark The same thing should be done with bz2. Changes to be pulled: -- This i

[pypy-commit] pypy default: comparing a unicode char to str char no longer requires allocating a string

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49719:5f1a23beccab Date: 2011-11-24 04:09 -0600 http://bitbucket.org/pypy/pypy/changeset/5f1a23beccab/ Log:comparing a unicode char to str char no longer requires allocating a string diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] [COMMENT] Pull request #1 for pypy/benchmarks: Added GZip benchmark

2011-11-24 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/benchmarks/pull-request/1/added-gzip-benchmark#comment-1153 fijal said: Doesn't that depend a bit too much on hard drive caches? Can we unpack this into memory instead? -- This is a pull request comment notification from bitbucket.org. Yo

[pypy-commit] pypy jit-targets: Fix tests.

2011-11-24 Thread arigo
Author: Armin Rigo Branch: jit-targets Changeset: r49720:d0c6a5afc72a Date: 2011-11-24 13:16 +0100 http://bitbucket.org/pypy/pypy/changeset/d0c6a5afc72a/ Log:Fix tests. diff --git a/pypy/jit/backend/x86/test/test_recompilation.py b/pypy/jit/backend/x86/test/test_recompilation.py --- a/pypy/

[pypy-commit] pypy jit-targets: Subtle fix. Used to show up in test_loop_unroll occasionally.

2011-11-24 Thread arigo
Author: Armin Rigo Branch: jit-targets Changeset: r49721:10f20488e230 Date: 2011-11-24 13:42 +0100 http://bitbucket.org/pypy/pypy/changeset/10f20488e230/ Log:Subtle fix. Used to show up in test_loop_unroll occasionally. diff --git a/pypy/jit/backend/llsupport/regalloc.py b/pypy/jit/backend/

[pypy-commit] pypy numpy-multidim: progress on test_zjit. Now test_slice is almost ready, barring few arraylen_gc

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r49723:ce322f0bc995 Date: 2011-11-24 14:52 +0200 http://bitbucket.org/pypy/pypy/changeset/ce322f0bc995/ Log:progress on test_zjit. Now test_slice is almost ready, barring few arraylen_gc that are from god knows where. A bit

[pypy-commit] pypy default: don't use w_None here, it breaks cpyext

2011-11-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r49722:bedfacfcd12f Date: 2011-11-24 13:48 +0100 http://bitbucket.org/pypy/pypy/changeset/bedfacfcd12f/ Log:don't use w_None here, it breaks cpyext diff --git a/pypy/module/_weakref/interp__weakref.py b/pypy/module/_weakref/interp__weakref.py

[pypy-commit] pypy numpy-multidim: leave some comments

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r49724:20d333f34dfe Date: 2011-11-24 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/20d333f34dfe/ Log:leave some comments diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a

[pypy-commit] extradoc extradoc: another TODO item

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r3970:5ca7f8992b0c Date: 2011-11-24 06:57 -0600 http://bitbucket.org/pypy/extradoc/changeset/5ca7f8992b0c/ Log:another TODO item diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronu

[pypy-commit] pypy numpy-multidim: Add two tests. One breaks, but it's not exactly a merge blocker

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r49725:bb1ed602bd16 Date: 2011-11-24 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/bb1ed602bd16/ Log:Add two tests. One breaks, but it's not exactly a merge blocker diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy numpy-multidim: For now multidimarray.argmax is a TypeError. Wait until we implement flatiter

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r49726:195a2e3ca74a Date: 2011-11-24 15:17 +0200 http://bitbucket.org/pypy/pypy/changeset/195a2e3ca74a/ Log:For now multidimarray.argmax is a TypeError. Wait until we implement flatiter diff --git a/pypy/module/micronumpy/i

[pypy-commit] pypy numpy-multidim: some work on broadcast iterator. test_zjit requires some support from

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r49727:3d9f6f9f6c19 Date: 2011-11-24 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/3d9f6f9f6c19/ Log:some work on broadcast iterator. test_zjit requires some support from jit targets diff --git a/pypy/module/micronum

[pypy-commit] pypy numpy-multidim: argmax works for multidim now

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-multidim Changeset: r49728:4f7747b4ff1c Date: 2011-11-24 07:42 -0600 http://bitbucket.org/pypy/pypy/changeset/4f7747b4ff1c/ Log:argmax works for multidim now diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numpy-multidim: some code-prettyness changes

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-multidim Changeset: r49730:fbd6482de5d2 Date: 2011-11-24 08:25 -0600 http://bitbucket.org/pypy/pypy/changeset/fbd6482de5d2/ Log:some code-prettyness changes diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py -

[pypy-commit] pypy numpy-multidim: Few missing tests, code improvements

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r49731:5da471031a21 Date: 2011-11-24 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/5da471031a21/ Log:Few missing tests, code improvements diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/inter

[pypy-commit] pypy numpy-multidim: leave a comment

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r49732:dc3ff57935ac Date: 2011-11-24 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/dc3ff57935ac/ Log:leave a comment diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/p

[pypy-commit] pypy numpy-multidim: match the percise error message of numpy

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-multidim Changeset: r49733:61e9f8ceeb23 Date: 2011-11-24 09:07 -0600 http://bitbucket.org/pypy/pypy/changeset/61e9f8ceeb23/ Log:match the percise error message of numpy diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_n

[pypy-commit] pypy numpy-multidim: better comment

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-multidim Changeset: r49734:1b5ac648b2de Date: 2011-11-24 09:09 -0600 http://bitbucket.org/pypy/pypy/changeset/1b5ac648b2de/ Log:better comment diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pyp

[pypy-commit] pypy numpy-multidim: raise NotImplementedError in case we call reduce directly on a multidim array

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r49735:62ddd31b5a52 Date: 2011-11-24 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/62ddd31b5a52/ Log:raise NotImplementedError in case we call reduce directly on a multidim array diff --git a/pypy/module/micronumpy/i

[pypy-commit] pypy numpy-multidim: merge

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim Changeset: r49736:005f65935f44 Date: 2011-11-24 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/005f65935f44/ Log:merge diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module

[pypy-commit] pypy numpy-multidim: avoid exposing random parameters to python

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-multidim Changeset: r49737:9abe1021b1c6 Date: 2011-11-24 09:17 -0600 http://bitbucket.org/pypy/pypy/changeset/9abe1021b1c6/ Log:avoid exposing random parameters to python diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp

[pypy-commit] pypy numpy-multidim: close branch for merge

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-multidim Changeset: r49738:1bbc91ef6677 Date: 2011-11-24 09:18 -0600 http://bitbucket.org/pypy/pypy/changeset/1bbc91ef6677/ Log:close branch for merge ___ pypy-commit mailing list [email protected] http://mail

[pypy-commit] pypy default: fix

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49740:fd61e0e2e288 Date: 2011-11-24 09:42 -0600 http://bitbucket.org/pypy/pypy/changeset/fd61e0e2e288/ Log:fix diff --git a/pypy/rpython/lltypesystem/rstr.py b/pypy/rpython/lltypesystem/rstr.py --- a/pypy/rpython/lltypesystem/rstr.py +++ b/pypy/rpyth

[pypy-commit] pypy numpy-dtype-refactor: get these tests passing again

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-refactor Changeset: r49742:588e1b235c5c Date: 2011-11-24 10:16 -0600 http://bitbucket.org/pypy/pypy/changeset/588e1b235c5c/ Log:get these tests passing again diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit

[pypy-commit] [COMMENT] Pull request #1 for pypy/benchmarks: Added GZip benchmark

2011-11-24 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/benchmarks/pull-request/1/added-gzip-benchmark#comment-1164 Jonas Haag (jonashaag) said: Don't you have {{{/tmp}}} mapped to memory? -- This is a pull request comment notification from bitbucket.org. You are receiving this either because y

[pypy-commit] pypy default: Comment this out for now, oopspec doesn't appear to play nice with look_inside_iff

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49743:bf59d657e73a Date: 2011-11-24 10:45 -0600 http://bitbucket.org/pypy/pypy/changeset/bf59d657e73a/ Log:Comment this out for now, oopspec doesn't appear to play nice with look_inside_iff diff --git a/pypy/jit/metainterp/test/test_string.py

[pypy-commit] pypy jit-targets: Fix the test.

2011-11-24 Thread arigo
Author: Armin Rigo Branch: jit-targets Changeset: r49745:a91b089925be Date: 2011-11-24 16:18 +0100 http://bitbucket.org/pypy/pypy/changeset/a91b089925be/ Log:Fix the test. diff --git a/pypy/jit/backend/test/test_random.py b/pypy/jit/backend/test/test_random.py --- a/pypy/jit/backend/test/te

[pypy-commit] pypy jit-targets: Improve randomness: generates a LABEL that is not always the very first

2011-11-24 Thread arigo
Author: Armin Rigo Branch: jit-targets Changeset: r49744:40325623b256 Date: 2011-11-24 15:59 +0100 http://bitbucket.org/pypy/pypy/changeset/40325623b256/ Log:Improve randomness: generates a LABEL that is not always the very first operation in the loop, but only when it we can safely m

[pypy-commit] pypy jit-targets: XXX a reminder, for later

2011-11-24 Thread arigo
Author: Armin Rigo Branch: jit-targets Changeset: r49746:55729b2290bf Date: 2011-11-24 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/55729b2290bf/ Log:XXX a reminder, for later diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py --- a/pypy/jit/backend/x86/

[pypy-commit] pypy jit-targets: Test and fix, laboriously.

2011-11-24 Thread arigo
Author: Armin Rigo Branch: jit-targets Changeset: r49747:b3737393db2e Date: 2011-11-24 18:43 +0100 http://bitbucket.org/pypy/pypy/changeset/b3737393db2e/ Log:Test and fix, laboriously. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/ba

[pypy-commit] pypy win64-stage1: Starting stage2 a bit by defining maxint in rarithmetic

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49749:df362a54e674 Date: 2011-11-24 19:50 +0100 http://bitbucket.org/pypy/pypy/changeset/df362a54e674/ Log:Starting stage2 a bit by defining maxint in rarithmetic diff --git a/pypy/jit/metainterp/optimizeopt/intutils.py b/pypy/jit/me

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

2011-11-24 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49750:a831e44587ae Date: 2011-11-24 07:39 +0100 http://bitbucket.org/pypy/pypy/changeset/a831e44587ae/ Log:fix test diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainterp/history.py +++ b/pypy/

[pypy-commit] pypy jit-targets: hg merge

2011-11-24 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49751:aeb52741cfeb Date: 2011-11-24 20:12 +0100 http://bitbucket.org/pypy/pypy/changeset/aeb52741cfeb/ Log:hg merge diff --git a/pypy/jit/backend/llsupport/regalloc.py b/pypy/jit/backend/llsupport/regalloc.py --- a/pypy/jit/backend/llsuppor

[pypy-commit] pypy jit-targets: inject debug counter after initial label if present

2011-11-24 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49752:24e9e6fb869c Date: 2011-11-24 20:26 +0100 http://bitbucket.org/pypy/pypy/changeset/24e9e6fb869c/ Log:inject debug counter after initial label if present diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.p

[pypy-commit] pypy win64-stage1: ignoring L formatting, unification of int and long

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49753:f6afeeb47557 Date: 2011-11-24 05:39 +0100 http://bitbucket.org/pypy/pypy/changeset/f6afeeb47557/ Log:ignoring L formatting, unification of int and long diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/inte

[pypy-commit] pypy win64-stage1: merge

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49755:ecd85170665a Date: 2011-11-24 20:16 +0100 http://bitbucket.org/pypy/pypy/changeset/ecd85170665a/ Log:merge diff --git a/pypy/jit/metainterp/test/test_string.py b/pypy/jit/metainterp/test/test_string.py --- a/pypy/jit/metainterp

[pypy-commit] pypy win64-stage1: Merge

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49756:2819522de5e0 Date: 2011-11-24 20:27 +0100 http://bitbucket.org/pypy/pypy/changeset/2819522de5e0/ Log:Merge diff --git a/pypy/__init__.py b/pypy/__init__.py --- a/pypy/__init__.py +++ b/pypy/__init__.py @@ -1,1 +1,9 @@ # Empty +

[pypy-commit] pypy numpy-monkeyaround: abandon tests, implementation of numpy arange, transpose

2011-11-24 Thread mattip
Author: mattip Branch: numpy-monkeyaround Changeset: r49757:2f25f1d0005c Date: 2011-11-24 21:38 +0200 http://bitbucket.org/pypy/pypy/changeset/2f25f1d0005c/ Log:abandon tests, implementation of numpy arange, transpose ___ pypy-commit mailing list py

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

2011-11-24 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r49758:f4b8fb7dad06 Date: 2011-11-24 20:38 +0100 http://bitbucket.org/pypy/pypy/changeset/f4b8fb7dad06/ Log:fix test diff --git a/pypy/rlib/rsre/test/test_zjit.py b/pypy/rlib/rsre/test/test_zjit.py --- a/pypy/rlib/rsre/test/test_zjit.py +++ b

[pypy-commit] pypy win64-stage1: removed a merge glitch

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49761:bd1ef1e7450f Date: 2011-11-24 22:50 +0100 http://bitbucket.org/pypy/pypy/changeset/bd1ef1e7450f/ Log:removed a merge glitch diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainterp/h

[pypy-commit] pypy win64-stage1: boehm on win64 without __asm, of course :-)

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49759:1021c954f50d Date: 2011-11-24 22:39 +0100 http://bitbucket.org/pypy/pypy/changeset/1021c954f50d/ Log:boehm on win64 without __asm, of course :-) diff --git a/pypy/translator/c/src/mem.h b/pypy/translator/c/src/mem.h --- a/pypy/t

[pypy-commit] pypy win64-stage1: Merge

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49760:a3e74b838add Date: 2011-11-24 22:43 +0100 http://bitbucket.org/pypy/pypy/changeset/a3e74b838add/ Log:Merge diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_compiler.py ---

[pypy-commit] pypy win64-stage1: fixed int tests to use is_valid_int

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49762:9a56f7d674e7 Date: 2011-11-24 22:50 +0100 http://bitbucket.org/pypy/pypy/changeset/9a56f7d674e7/ Log:fixed int tests to use is_valid_int diff --git a/pypy/rpython/test/test_rptr.py b/pypy/rpython/test/test_rptr.py --- a/pypy/rpy

[pypy-commit] pypy jit-targets: Fix the XXX.

2011-11-24 Thread arigo
Author: Armin Rigo Branch: jit-targets Changeset: r49763:b3e7310584d1 Date: 2011-11-24 22:19 +0100 http://bitbucket.org/pypy/pypy/changeset/b3e7310584d1/ Log:Fix the XXX. diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py --- a/pypy/jit/backend/x86/regalloc.py +

[pypy-commit] pypy jit-targets: merge heads

2011-11-24 Thread arigo
Author: Armin Rigo Branch: jit-targets Changeset: r49765:c034ba0e1478 Date: 2011-11-24 22:57 +0100 http://bitbucket.org/pypy/pypy/changeset/c034ba0e1478/ Log:merge heads diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembler.p

[pypy-commit] pypy jit-targets: translation fixes

2011-11-24 Thread arigo
Author: Armin Rigo Branch: jit-targets Changeset: r49764:77f8a107311c Date: 2011-11-24 22:52 +0100 http://bitbucket.org/pypy/pypy/changeset/77f8a107311c/ Log:translation fixes diff --git a/pypy/jit/backend/llsupport/regalloc.py b/pypy/jit/backend/llsupport/regalloc.py --- a/pypy/jit/backend

[pypy-commit] pypy win64-stage1: unification of int/long.

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49766:7c4368db5b47 Date: 2011-11-25 00:30 +0100 http://bitbucket.org/pypy/pypy/changeset/7c4368db5b47/ Log:unification of int/long. Extended is_valid_int by parameter 'force_type=True'. This function should be used in all cases

[pypy-commit] pypy win64-stage1: typo-typopo

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49767:8b591290caf9 Date: 2011-11-25 00:51 +0100 http://bitbucket.org/pypy/pypy/changeset/8b591290caf9/ Log:typo-typopo diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/pypy/rlib/rar

[pypy-commit] pypy matrixmath: some code-prettyness changes

2011-11-24 Thread mattip
Author: mattip Branch: matrixmath Changeset: r49768:515520aea2f8 Date: 2011-11-24 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/515520aea2f8/ Log:some code-prettyness changes diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a

[pypy-commit] pypy matrixmath: adding set_shape, some tests pass, some fail

2011-11-24 Thread mattip
Author: mattip Branch: matrixmath Changeset: r49769:4147caee4ec6 Date: 2011-11-25 03:02 +0200 http://bitbucket.org/pypy/pypy/changeset/4147caee4ec6/ Log:adding set_shape, some tests pass, some fail diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarra

[pypy-commit] pypy win64-stage1: changed all checks for (int, long) to is_valid_int.

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49770:e7f4fc3d64b9 Date: 2011-11-25 02:13 +0100 http://bitbucket.org/pypy/pypy/changeset/e7f4fc3d64b9/ Log:changed all checks for (int, long) to is_valid_int. I'm pretty sure that I made mistakes, we'll see ;-) diff --git a/py

[pypy-commit] pypy win64-stage1: the first glitch, expected

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49771:aee6d647b815 Date: 2011-11-25 02:29 +0100 http://bitbucket.org/pypy/pypy/changeset/aee6d647b815/ Log:the first glitch, expected diff --git a/pypy/rlib/debug.py b/pypy/rlib/debug.py --- a/pypy/rlib/debug.py +++ b/pypy/rlib/debug.

[pypy-commit] pypy win64-stage1: three more typos

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49772:e317cfe7ae6a Date: 2011-11-25 02:38 +0100 http://bitbucket.org/pypy/pypy/changeset/e317cfe7ae6a/ Log:three more typos diff --git a/pypy/rlib/rerased.py b/pypy/rlib/rerased.py --- a/pypy/rlib/rerased.py +++ b/pypy/rlib/rerased.py

[pypy-commit] pypy matrixmath: maybe found a problem, add comment instead of fixing it

2011-11-24 Thread mattip
Author: mattip Branch: matrixmath Changeset: r49773:fee2e7a857cd Date: 2011-11-25 08:49 +0200 http://bitbucket.org/pypy/pypy/changeset/fee2e7a857cd/ Log:maybe found a problem, add comment instead of fixing it diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/int

[pypy-commit] pypy micronumpy-resync: close old abandoned branch

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: micronumpy-resync Changeset: r49774:1ea6c70d9971 Date: 2011-11-25 09:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1ea6c70d9971/ Log:close old abandoned branch ___ pypy-commit mailing list [email protected]

[pypy-commit] pypy numpy-multidim-exp: close abandoned branch, multidim support in trunk

2011-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-multidim-exp Changeset: r49775:df45bf0c2ee7 Date: 2011-11-25 09:22 +0200 http://bitbucket.org/pypy/pypy/changeset/df45bf0c2ee7/ Log:close abandoned branch, multidim support in trunk ___ pypy-commit mailing l

[pypy-commit] pypy matrixmath: tests, implementation of transpose

2011-11-24 Thread mattip
Author: mattip Branch: matrixmath Changeset: r49776:cdef93e5ffca Date: 2011-11-25 09:04 +0200 http://bitbucket.org/pypy/pypy/changeset/cdef93e5ffca/ Log:tests, implementation of transpose diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a

[pypy-commit] pypy matrixmath: Merge transpose, reshape/shape

2011-11-24 Thread mattip
Author: mattip Branch: matrixmath Changeset: r49777:bdc5b1762659 Date: 2011-11-25 09:09 +0200 http://bitbucket.org/pypy/pypy/changeset/bdc5b1762659/ Log:Merge transpose, reshape/shape diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pyp

[pypy-commit] pypy matrixmath: test, implelent arange

2011-11-24 Thread mattip
Author: mattip Branch: matrixmath Changeset: r49778:d306832a1934 Date: 2011-11-25 09:25 +0200 http://bitbucket.org/pypy/pypy/changeset/d306832a1934/ Log:test, implelent arange diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__

[pypy-commit] pypy matrixmath: add explicit test for arange float

2011-11-24 Thread mattip
Author: mattip Branch: matrixmath Changeset: r49779:688917aae267 Date: 2011-11-25 09:28 +0200 http://bitbucket.org/pypy/pypy/changeset/688917aae267/ Log:add explicit test for arange float diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy matrixmath: Merge: arange, transpose ready for review

2011-11-24 Thread mattip
Author: mattip Branch: matrixmath Changeset: r49780:2c8f7428524d Date: 2011-11-25 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/2c8f7428524d/ Log:Merge: arange, transpose ready for review diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.p

[pypy-commit] pypy matrixmath: Merge to avoid creating new head, not ready for review

2011-11-24 Thread mattip
Author: mattip Branch: matrixmath Changeset: r49781:5276f48f44f7 Date: 2011-11-25 09:33 +0200 http://bitbucket.org/pypy/pypy/changeset/5276f48f44f7/ Log:Merge to avoid creating new head, not ready for review diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/inte