Author: mattip
Branch:
Changeset: r72423:22b576e6729a
Date: 2014-07-12 21:38 +1000
http://bitbucket.org/pypy/pypy/changeset/22b576e6729a/
Log:skip failing test pending implementation
diff --git a/pypy/module/micronumpy/test/test_scalar.py
b/pypy/module/micronumpy/test/test_scalar.py
--- a/
Author: Alex Gaynor
Branch:
Changeset: r72424:0d575730e10f
Date: 2014-07-12 11:26 -0700
http://bitbucket.org/pypy/pypy/changeset/0d575730e10f/
Log:We include the oplist in the abort hook
diff --git a/pypy/doc/jit-hooks.rst b/pypy/doc/jit-hooks.rst
--- a/pypy/doc/jit-hooks.rst
+++ b/pypy/doc
Author: Alex Gaynor
Branch:
Changeset: r72425:6b33956820cd
Date: 2014-07-12 11:28 -0700
http://bitbucket.org/pypy/pypy/changeset/6b33956820cd/
Log:merged upstream
diff --git a/pypy/module/micronumpy/test/test_scalar.py
b/pypy/module/micronumpy/test/test_scalar.py
--- a/pypy/module/micronum
Author: Philip Jenvey
Branch: py3k
Changeset: r72427:9d88ecc3ead2
Date: 2014-07-12 14:47 -0700
http://bitbucket.org/pypy/pypy/changeset/9d88ecc3ead2/
Log:restore bytes/memoryview operations
diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py
--- a/pypy/objspace/s
Author: Philip Jenvey
Branch: py3k
Changeset: r72428:bf8917ab2b8a
Date: 2014-07-12 14:48 -0700
http://bitbucket.org/pypy/pypy/changeset/bf8917ab2b8a/
Log:merge upstream
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
Author: Philip Jenvey
Branch:
Changeset: r72429:c686b0a3a21a
Date: 2014-07-12 16:03 -0700
http://bitbucket.org/pypy/pypy/changeset/c686b0a3a21a/
Log:fix tostring() on empty arrays
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy/module/array/int