[pypy-commit] pypy default: skip failing test pending implementation

2014-07-12 Thread mattip
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/

[pypy-commit] pypy default: We include the oplist in the abort hook

2014-07-12 Thread alex_gaynor
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

[pypy-commit] pypy default: merged upstream

2014-07-12 Thread alex_gaynor
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

[pypy-commit] pypy py3k: restore bytes/memoryview operations

2014-07-12 Thread pjenvey
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

[pypy-commit] pypy py3k: merge upstream

2014-07-12 Thread pjenvey
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

[pypy-commit] pypy default: fix tostring() on empty arrays

2014-07-12 Thread pjenvey
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