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
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
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/
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
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
-
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
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
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
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
-
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
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
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/
12 matches
Mail list logo