[pypy-commit] stmgc c7-refactor: add colors to test_random

2014-02-20 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r801:115aea22a81d Date: 2014-02-20 17:17 +0100 http://bitbucket.org/pypy/stmgc/changeset/115aea22a81d/ Log:add colors to test_random diff --git a/c7/test/test_random.py b/c7/test/test_random.py --- a/c7/test/test_random.py +++ b/c7/test/test_r

[pypy-commit] pypy default: fix test_tostring on 32bit

2014-02-20 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69224:ad0c48672b08 Date: 2014-02-20 12:19 -0500 http://bitbucket.org/pypy/pypy/changeset/ad0c48672b08/ Log:fix test_tostring on 32bit diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py --- a/pypy/mod

[pypy-commit] pypy default: fix numpy int/uint conversions

2014-02-20 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69225:5dae92869ac0 Date: 2014-02-20 14:24 -0500 http://bitbucket.org/pypy/pypy/changeset/5dae92869ac0/ Log:fix numpy int/uint conversions diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/

[pypy-commit] pypy default: fix numpy scalar descr_float

2014-02-20 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69226:5c0b56c4704a Date: 2014-02-20 16:18 -0500 http://bitbucket.org/pypy/pypy/changeset/5c0b56c4704a/ Log:fix numpy scalar descr_float diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/mi

[pypy-commit] pypy default: fix fromstring for non-native types

2014-02-20 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69228:b2ec9d79e30c Date: 2014-02-20 19:11 -0500 http://bitbucket.org/pypy/pypy/changeset/b2ec9d79e30c/ Log:fix fromstring for non-native types diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py -

[pypy-commit] pypy default: fix numpy complex types with non-native byteorder

2014-02-20 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69227:fb089d6960ac Date: 2014-02-20 18:42 -0500 http://bitbucket.org/pypy/pypy/changeset/fb089d6960ac/ Log:fix numpy complex types with non-native byteorder diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl

[pypy-commit] pypy remove-intlong-smm: apply optimized_int_add to INPLACE_ADD and add a similar opt. for

2014-02-20 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r69231:bb83564f9dbd Date: 2014-02-20 17:20 -0800 http://bitbucket.org/pypy/pypy/changeset/bb83564f9dbd/ Log:apply optimized_int_add to INPLACE_ADD and add a similar opt. for subtraction. these may prove useful for interpreted

[pypy-commit] pypy remove-intlong-smm: try out optimized_int_add which might be useful now

2014-02-20 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r69232:48d4ccfd24b1 Date: 2014-02-20 17:23 -0800 http://bitbucket.org/pypy/pypy/changeset/48d4ccfd24b1/ Log:try out optimized_int_add which might be useful now diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a

[pypy-commit] pypy remove-intlong-smm: restore the barely more efficient overrides

2014-02-20 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r69229:d788869dbd75 Date: 2014-02-20 17:12 -0800 http://bitbucket.org/pypy/pypy/changeset/d788869dbd75/ Log:restore the barely more efficient overrides diff --git a/pypy/objspace/std/boolobject.py b/pypy/objspace/std/boolobject.py -

[pypy-commit] pypy remove-intlong-smm: try to generate less code, cleanup

2014-02-20 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r69230:8a62ef0780d3 Date: 2014-02-20 17:18 -0800 http://bitbucket.org/pypy/pypy/changeset/8a62ef0780d3/ Log:try to generate less code, cleanup diff --git a/pypy/objspace/std/boolobject.py b/pypy/objspace/std/boolobject.py --- a/pypy

[pypy-commit] pypy default: fix complex log behavior to match numpy

2014-02-20 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69233:fc1fb890aaa6 Date: 2014-02-20 20:30 -0500 http://bitbucket.org/pypy/pypy/changeset/fc1fb890aaa6/ Log:fix complex log behavior to match numpy diff --git a/pypy/module/micronumpy/test/complex_testcases.txt b/pypy/module/micronumpy/test/complex_t

[pypy-commit] pypy default: fix some numpy str/repr cases

2014-02-20 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69234:3e6219275db7 Date: 2014-02-21 00:17 -0500 http://bitbucket.org/pypy/pypy/changeset/3e6219275db7/ Log:fix some numpy str/repr cases diff --git a/pypy/module/micronumpy/arrayimpl/scalar.py b/pypy/module/micronumpy/arrayimpl/scalar.py --- a/pypy/