Author: mattip
Branch:
Changeset: r75758:dfffd5d7cc7e
Date: 2015-02-08 06:56 +0200
http://bitbucket.org/pypy/pypy/changeset/dfffd5d7cc7e/
Log:fix for empty ndarrays
diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py
--- a/pypy/module/micronumpy/ctors.py
+++ b/pyp
Author: mattip
Branch:
Changeset: r75757:07ae676d67c6
Date: 2015-02-06 08:30 +0200
http://bitbucket.org/pypy/pypy/changeset/07ae676d67c6/
Log:extend matrix test to expose indexing error since reshape() call
subtype __array_finalize__, fix.
diff --git a/pypy/module/micronumpy/ctors.p
Author: Armin Rigo
Branch:
Changeset: r75756:f252c05d7308
Date: 2015-02-07 20:11 +0100
http://bitbucket.org/pypy/pypy/changeset/f252c05d7308/
Log:Clarify a bit this logic
diff --git a/rpython/jit/backend/x86/rx86.py b/rpython/jit/backend/x86/rx86.py
--- a/rpython/jit/backend/x86/rx86.py
+++
Author: Armin Rigo
Branch:
Changeset: r75755:ae6f25df2dfe
Date: 2015-02-07 14:44 +0100
http://bitbucket.org/pypy/pypy/changeset/ae6f25df2dfe/
Log:Add documentation to the check_*() methods in the jit tests
diff --git a/rpython/jit/metainterp/test/support.py
b/rpython/jit/metainterp/test/su
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r75754:735a3d34474c
Date: 2015-02-07 13:23 +0100
http://bitbucket.org/pypy/pypy/changeset/735a3d34474c/
Log:Don't default to '--shared' with stm: it has a lot of thread-locals,
and reading thread-locals is much slower with --shared
diff
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r75752:f7205d08f1ba
Date: 2015-02-07 10:13 +0100
http://bitbucket.org/pypy/pypy/changeset/f7205d08f1ba/
Log:Small attempt to speed-up tracing in the GC: force trace() to be
inlined here.
diff --git a/rpython/memory/gc/base.py b/rpython/m
Author: Armin Rigo
Branch:
Changeset: r75753:9d5b04c35d89
Date: 2015-02-07 13:21 +0100
http://bitbucket.org/pypy/pypy/changeset/9d5b04c35d89/
Log:Don't put trigraphs in the C code, even if nowdays they seem to be
ignored (clang gives a warning)
diff --git a/rpython/translator/c/supp
Author: Amaury Forgeot d'Arc
Branch: stdlib-2.7.9
Changeset: r75751:43111b46f92d
Date: 2015-02-07 11:44 +0100
http://bitbucket.org/pypy/pypy/changeset/43111b46f92d/
Log:"import re" import more modules than before (_locale for example)
diff --git a/pypy/module/thread/test/test_import_lock.py
Author: Amaury Forgeot d'Arc
Branch: stdlib-2.7.9
Changeset: r75750:84cced3cc507
Date: 2015-02-07 10:34 +0100
http://bitbucket.org/pypy/pypy/changeset/84cced3cc507/
Log:"coding:utf8" cookie: Don't read the second line if the first is not
a comment.
diff --git a/pypy/interpreter/pypar