[pypy-commit] stmgc default: Fix comments (only, for now)

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r888:73ad02610b81 Date: 2014-02-27 09:55 +0100 http://bitbucket.org/pypy/stmgc/changeset/73ad02610b81/ Log:Fix comments (only, for now) diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c --- a/c7/stm/gcpage.c +++ b/c7/stm/gcpage.c @@ -5,16 +5,12 @@ stati

[pypy-commit] cffi default: merge heads

2014-02-27 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r1464:3b6e66b91886 Date: 2014-02-27 11:08 +0100 http://bitbucket.org/cffi/cffi/changeset/3b6e66b91886/ Log:merge heads diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1429,8 +1429,10 @@ p = newp(BStructPtr, [12])

[pypy-commit] cffi default: newer versions of PyPy emit a slightly different error message

2014-02-27 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r1463:c1089d1a3c89 Date: 2014-02-27 11:08 +0100 http://bitbucket.org/cffi/cffi/changeset/c1089d1a3c89/ Log:newer versions of PyPy emit a slightly different error message diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -14

[pypy-commit] pypy default: fix array.reshape(None)

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69502:f4dcfc98a4ab Date: 2014-02-27 05:07 -0500 http://bitbucket.org/pypy/pypy/changeset/f4dcfc98a4ab/ Log:fix array.reshape(None) diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micronumpy/conc

[pypy-commit] pypy default: fix array setitem with ellipsis

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69501:67b371c67638 Date: 2014-02-27 04:51 -0500 http://bitbucket.org/pypy/pypy/changeset/67b371c67638/ Log:fix array setitem with ellipsis diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py --- a/pypy/module/micronump

[pypy-commit] pypy int_w-refactor: change the test to use a more explicit object with __float__ instead of numpy's floats

2014-02-27 Thread antocuni
Author: Antonio Cuni Branch: int_w-refactor Changeset: r69503:801dcc30809e Date: 2014-02-27 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/801dcc30809e/ Log:change the test to use a more explicit object with __float__ instead of numpy's floats diff --git a/pypy/module/struct/te

[pypy-commit] pypy int_w-refactor: update to cffi/3b6e66b91886, this fixes a test caused by the change of an error message

2014-02-27 Thread antocuni
Author: Antonio Cuni Branch: int_w-refactor Changeset: r69504:b58f66224d79 Date: 2014-02-27 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/b58f66224d79/ Log:update to cffi/3b6e66b91886, this fixes a test caused by the change of an error message diff --git a/pypy/module/_cffi_ba

[pypy-commit] stmgc default: Update the README document to reflect the current status. Add a TODO.

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r889:97097d270bf9 Date: 2014-02-27 11:39 +0100 http://bitbucket.org/pypy/stmgc/changeset/97097d270bf9/ Log:Update the README document to reflect the current status. Add a TODO. diff --git a/c7/README.txt b/c7/README.txt --- a/c7/README.txt +++ b

[pypy-commit] pypy default: fix reshape with zero-sized array

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69505:baa6eb2680b0 Date: 2014-02-27 03:15 -0500 http://bitbucket.org/pypy/pypy/changeset/baa6eb2680b0/ Log:fix reshape with zero-sized array diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayops.py --- a/pypy/module/micro

[pypy-commit] stmgc default: comment fixes

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r890:24a6732aec1d Date: 2014-02-27 12:25 +0100 http://bitbucket.org/pypy/stmgc/changeset/24a6732aec1d/ Log:comment fixes diff --git a/c7/stm/gcpage.h b/c7/stm/gcpage.h --- a/c7/stm/gcpage.h +++ b/c7/stm/gcpage.h @@ -3,12 +3,11 @@ complete pages, one

[pypy-commit] pypy default: fix those things (maybe?)

2014-02-27 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r69506:86a6c93110ee Date: 2014-02-27 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/86a6c93110ee/ Log:fix those things (maybe?) diff --git a/include/PyPy.h b/include/PyPy.h --- a/include/PyPy.h +++ b/include/PyPy.h @@ -8,16 +8,12 @@ exter

[pypy-commit] pypy numpy-refactor: use the new iterator where possible

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: numpy-refactor Changeset: r69510:b2e159740743 Date: 2014-02-27 03:09 -0500 http://bitbucket.org/pypy/pypy/changeset/b2e159740743/ Log:use the new iterator where possible diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/p

[pypy-commit] pypy numpy-refactor: merge default

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: numpy-refactor Changeset: r69511:fa46e3fc1775 Date: 2014-02-27 06:59 -0500 http://bitbucket.org/pypy/pypy/changeset/fa46e3fc1775/ Log:merge default diff --git a/lib-python/2.7/test/test_os.py b/lib-python/2.7/test/test_os.py --- a/lib-python/2.7/test/test_os.py +

[pypy-commit] pypy default: merge heads

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69513:e2df1b135323 Date: 2014-02-27 07:16 -0500 http://bitbucket.org/pypy/pypy/changeset/e2df1b135323/ Log:merge heads diff --git a/include/PyPy.h b/include/PyPy.h --- a/include/PyPy.h +++ b/include/PyPy.h @@ -8,16 +8,12 @@ extern "C" { #endif -/

[pypy-commit] pypy numpy-refactor: pep8

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: numpy-refactor Changeset: r69507:4769350dc332 Date: 2014-02-27 01:22 -0500 http://bitbucket.org/pypy/pypy/changeset/4769350dc332/ Log:pep8 diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayops.py --- a/pypy/module/micronumpy/arrayops.

[pypy-commit] pypy numpy-refactor: allow creation of flagsobj from applevel

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: numpy-refactor Changeset: r69508:026fac042564 Date: 2014-02-27 02:24 -0500 http://bitbucket.org/pypy/pypy/changeset/026fac042564/ Log:allow creation of flagsobj from applevel diff --git a/pypy/module/micronumpy/flagsobj.py b/pypy/module/micronumpy/flagsobj.py --

[pypy-commit] pypy numpy-refactor: add new iterator implementation

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: numpy-refactor Changeset: r69509:d2da780cad17 Date: 2014-02-27 06:57 -0500 http://bitbucket.org/pypy/pypy/changeset/d2da780cad17/ Log:add new iterator implementation diff --git a/pypy/module/micronumpy/iter.py b/pypy/module/micronumpy/iter.py --- a/pypy/module/mi

[pypy-commit] pypy default: merge numpy-refactor

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69512:ec929caa596e Date: 2014-02-27 07:15 -0500 http://bitbucket.org/pypy/pypy/changeset/ec929caa596e/ Log:merge numpy-refactor diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayops.py --- a/pypy/module/micronumpy/arrayop

[pypy-commit] pypy kill-multimethod: Fix ztranslation tests by not looking into typedefs of builtin types.

2014-02-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: kill-multimethod Changeset: r69514:8588a1b129f6 Date: 2014-02-27 14:53 +0100 http://bitbucket.org/pypy/pypy/changeset/8588a1b129f6/ Log:Fix ztranslation tests by not looking into typedefs of builtin types. diff --git a/pypy/objspace/fake/objspace.py b/pypy

[pypy-commit] pypy int_w-refactor: whitespace fixes

2014-02-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: int_w-refactor Changeset: r69515:35aac69c1b3d Date: 2014-02-27 15:06 +0100 http://bitbucket.org/pypy/pypy/changeset/35aac69c1b3d/ Log:whitespace fixes diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjsp

[pypy-commit] pypy default: Print this extra info

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r69516:e6b3dda85360 Date: 2014-02-27 15:44 +0100 http://bitbucket.org/pypy/pypy/changeset/e6b3dda85360/ Log:Print this extra info diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py --- a/rpython/jit/codewriter/call.py +++ b/rpy

[pypy-commit] pypy default: better this way

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r69517:c6cf3d3bc3a6 Date: 2014-02-27 15:45 +0100 http://bitbucket.org/pypy/pypy/changeset/c6cf3d3bc3a6/ Log:better this way diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py --- a/rpython/jit/codewriter/call.py +++ b/rpython/j

[pypy-commit] pypy int_w-refactor: merge heads

2014-02-27 Thread antocuni
Author: Antonio Cuni Branch: int_w-refactor Changeset: r69519:4e62d529395e Date: 2014-02-27 16:39 +0100 http://bitbucket.org/pypy/pypy/changeset/4e62d529395e/ Log:merge heads diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.

[pypy-commit] pypy int_w-refactor: add support for allow_conversion to more objspace methods, and disallow them in _rawffi.alt: this fixes some weird ctypes behavior with old style classes, which migh

2014-02-27 Thread antocuni
Author: Antonio Cuni Branch: int_w-refactor Changeset: r69518:612616fc0f38 Date: 2014-02-27 16:38 +0100 http://bitbucket.org/pypy/pypy/changeset/612616fc0f38/ Log:add support for allow_conversion to more objspace methods, and disallow them in _rawffi.alt: this fixes some weird ctypes

[pypy-commit] stmgc default: Start adapting test_gcpage

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r891:6b8ac788b8c0 Date: 2014-02-27 16:44 +0100 http://bitbucket.org/pypy/stmgc/changeset/6b8ac788b8c0/ Log:Start adapting test_gcpage diff --git a/c7/stm/misc.c b/c7/stm/misc.c --- a/c7/stm/misc.c +++ b/c7/stm/misc.c @@ -41,6 +41,11 @@ } #ifdef STM_

[pypy-commit] stmgc default: Kill SP_SAFE_POINT_CANNOT_COLLECT.

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r892:e739af01aa02 Date: 2014-02-27 16:57 +0100 http://bitbucket.org/pypy/stmgc/changeset/e739af01aa02/ Log:Kill SP_SAFE_POINT_CANNOT_COLLECT. diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contention.c @@ -

[pypy-commit] stmgc default: A Makefile to run all *.duh files, or to measure their run-time

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r893:1140c01acd00 Date: 2014-02-27 17:02 +0100 http://bitbucket.org/pypy/stmgc/changeset/1140c01acd00/ Log:A Makefile to run all *.duh files, or to measure their run-time diff --git a/duhton/demo/Makefile b/duhton/demo/Makefile new file mode 100644 ---

[pypy-commit] stmgc default: Keep track of how much memory we're using

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r894:7bd32f8dc1e8 Date: 2014-02-27 17:34 +0100 http://bitbucket.org/pypy/stmgc/changeset/7bd32f8dc1e8/ Log:Keep track of how much memory we're using diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c --- a/c7/stm/gcpage.c +++ b/c7/stm/gcpage.c @@ -76,6 +76,

[pypy-commit] pypy default: just get this field from the array object

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69524:8df8a01902f8 Date: 2014-02-27 11:47 -0500 http://bitbucket.org/pypy/pypy/changeset/8df8a01902f8/ Log:just get this field from the array object diff --git a/pypy/module/micronumpy/iterators.py b/pypy/module/micronumpy/iterators.py --- a/pypy/mo

[pypy-commit] pypy default: kill MultiDimViewIterator

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69520:c4355a931db5 Date: 2014-02-27 08:28 -0500 http://bitbucket.org/pypy/pypy/changeset/c4355a931db5/ Log:kill MultiDimViewIterator diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micronumpy/co

[pypy-commit] pypy default: cleanup

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69522:3c6f3f1e357c Date: 2014-02-27 07:55 -0500 http://bitbucket.org/pypy/pypy/changeset/3c6f3f1e357c/ Log:cleanup diff --git a/pypy/module/micronumpy/sort.py b/pypy/module/micronumpy/sort.py --- a/pypy/module/micronumpy/sort.py +++ b/pypy/module/mic

[pypy-commit] pypy default: kill duplicate code in AxisIterator, add AllButAxisIterator

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69521:aab294de242a Date: 2014-02-27 11:29 -0500 http://bitbucket.org/pypy/pypy/changeset/aab294de242a/ Log:kill duplicate code in AxisIterator, add AllButAxisIterator diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.

[pypy-commit] pypy default: rename iter to iterators to avoid clash with builtin

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69523:a4d49b0849e1 Date: 2014-02-27 11:32 -0500 http://bitbucket.org/pypy/pypy/changeset/a4d49b0849e1/ Log:rename iter to iterators to avoid clash with builtin diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] stmgc default: detail

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r895:fe22684ff934 Date: 2014-02-27 17:56 +0100 http://bitbucket.org/pypy/stmgc/changeset/fe22684ff934/ Log:detail diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c --- a/c7/stm/gcpage.c +++ b/c7/stm/gcpage.c @@ -71,12 +71,12 @@ /* thread-safe: use the

[pypy-commit] stmgc default: Remove old files

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r896:27c17a35ae32 Date: 2014-02-27 17:57 +0100 http://bitbucket.org/pypy/stmgc/changeset/27c17a35ae32/ Log:Remove old files diff --git a/c7/core.c b/c7/core.c deleted file mode 100644 --- a/c7/core.c +++ /dev/null @@ -1,721 +0,0 @@ -#define _GNU_SOURCE

[pypy-commit] stmgc default: become_inevitable(): was missing resetting jmpbuf_ptr to NULL

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r897:40ba082e00e8 Date: 2014-02-27 18:36 +0100 http://bitbucket.org/pypy/stmgc/changeset/40ba082e00e8/ Log:become_inevitable(): was missing resetting jmpbuf_ptr to NULL diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @

[pypy-commit] stmgc default: Start laying out the logic invoking major collections at the right time.

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r898:8a0cf5b15157 Date: 2014-02-27 19:45 +0100 http://bitbucket.org/pypy/stmgc/changeset/8a0cf5b15157/ Log:Start laying out the logic invoking major collections at the right time. diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c ++

[pypy-commit] stmgc default: Improve the logic behind stm_collect(1)

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r899:410c7a4975d0 Date: 2014-02-27 19:51 +0100 http://bitbucket.org/pypy/stmgc/changeset/410c7a4975d0/ Log:Improve the logic behind stm_collect(1) diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c --- a/c7/stm/gcpage.c +++ b/c7/stm/gcpage.c @@ -110,10 +110

[pypy-commit] pypy remove-remaining-smm: kill

2014-02-27 Thread pjenvey
Author: Philip Jenvey Branch: remove-remaining-smm Changeset: r69525:9ab1160b829c Date: 2014-02-27 11:20 -0800 http://bitbucket.org/pypy/pypy/changeset/9ab1160b829c/ Log:kill diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/std/complex

[pypy-commit] stmgc default: Add a comment: think more

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r900:9d9a01ab921c Date: 2014-02-27 20:24 +0100 http://bitbucket.org/pypy/stmgc/changeset/9d9a01ab921c/ Log:Add a comment: think more diff --git a/c7/stm/sync.c b/c7/stm/sync.c --- a/c7/stm/sync.c +++ b/c7/stm/sync.c @@ -289,6 +289,12 @@ if (wait)

[pypy-commit] stmgc default: Step 1 is to force minor collections to occur in all segments.

2014-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r901:160d2a6843f3 Date: 2014-02-27 20:51 +0100 http://bitbucket.org/pypy/stmgc/changeset/160d2a6843f3/ Log:Step 1 is to force minor collections to occur in all segments. diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c --- a/c7/stm/gcpage.c +++ b/c7/stm/g

[pypy-commit] pypy kill-multimethod: kill builtinshortcut remnants

2014-02-27 Thread pjenvey
Author: Philip Jenvey Branch: kill-multimethod Changeset: r69526:9152b9f48bd0 Date: 2014-02-27 12:08 -0800 http://bitbucket.org/pypy/pypy/changeset/9152b9f48bd0/ Log:kill builtinshortcut remnants diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.

[pypy-commit] pypy default: cleanups

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69527:88373c4f78f1 Date: 2014-02-27 18:33 -0500 http://bitbucket.org/pypy/pypy/changeset/88373c4f78f1/ Log:cleanups diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micronumpy/concrete.py +++ b/p

[pypy-commit] pypy default: fix whatsnew

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69528:5fda2607f040 Date: 2014-02-27 18:35 -0500 http://bitbucket.org/pypy/pypy/changeset/5fda2607f040/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head

[pypy-commit] pypy default: update dot bench script

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69529:dd054f91e29d Date: 2014-02-27 15:57 -0800 http://bitbucket.org/pypy/pypy/changeset/dd054f91e29d/ Log:update dot bench script diff --git a/pypy/module/micronumpy/bench/dot.py b/pypy/module/micronumpy/bench/dot.py --- a/pypy/module/micronumpy/be

[pypy-commit] pypy default: kill obsolete dot helpers

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69531:bec36abe6311 Date: 2014-02-27 20:04 -0500 http://bitbucket.org/pypy/pypy/changeset/bec36abe6311/ Log:kill obsolete dot helpers diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micronumpy/co

[pypy-commit] pypy default: optimize multidim_dot loop

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69530:e431aa28d934 Date: 2014-02-27 20:01 -0500 http://bitbucket.org/pypy/pypy/changeset/e431aa28d934/ Log:optimize multidim_dot loop diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/loop.py ++

[pypy-commit] pypy numpy-refactor: close merged branch

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: numpy-refactor Changeset: r69533:aaf78b39188c Date: 2014-02-27 20:40 -0500 http://bitbucket.org/pypy/pypy/changeset/aaf78b39188c/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.

[pypy-commit] pypy numpypy-ellipse-indexing: close abandoned branch

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: numpypy-ellipse-indexing Changeset: r69532:d19334a5b622 Date: 2014-02-27 20:40 -0500 http://bitbucket.org/pypy/pypy/changeset/d19334a5b622/ Log:close abandoned branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: fix test_compile when run alone

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69534:b5d92e594183 Date: 2014-02-27 22:25 -0500 http://bitbucket.org/pypy/pypy/changeset/b5d92e594183/ Log:fix test_compile when run alone diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micronump

[pypy-commit] pypy default: simplify iter/dot optimizations

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69535:27f7c050271b Date: 2014-02-27 22:20 -0800 http://bitbucket.org/pypy/pypy/changeset/27f7c050271b/ Log:simplify iter/dot optimizations diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micronu

[pypy-commit] pypy default: update/run the dot zjit test

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69536:ab14257e1e85 Date: 2014-02-27 20:42 -0800 http://bitbucket.org/pypy/pypy/changeset/ab14257e1e85/ Log:update/run the dot zjit test diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/modul

[pypy-commit] pypy default: cleanup

2014-02-27 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69537:c7852a2bf25d Date: 2014-02-28 01:27 -0500 http://bitbucket.org/pypy/pypy/changeset/c7852a2bf25d/ Log:cleanup diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a/pypy/module/micronumpy/te