[pypy-commit] pypy.org extradoc: note that freebsd download does not exist

2015-10-29 Thread mattip
Author: mattip Branch: extradoc Changeset: r650:50ee6dfbcc99 Date: 2015-10-30 17:17 +1100 http://bitbucket.org/pypy/pypy.org/changeset/50ee6dfbcc99/ Log:note that freebsd download does not exist diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -74,7 +74,7

[pypy-commit] pypy remove-getfield-pure: Ignore getfield operations in pure pass

2015-10-29 Thread sbauman
Author: Spenser Bauman Branch: remove-getfield-pure Changeset: r80484:64ea6827371e Date: 2015-10-28 21:06 -0400 http://bitbucket.org/pypy/pypy/changeset/64ea6827371e/ Log:Ignore getfield operations in pure pass diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp

[pypy-commit] pypy default: manually port b86e4b638d20, I dont get hg

2015-10-29 Thread fijal
Author: fijal Branch: Changeset: r80483:09c74c7aac71 Date: 2015-10-29 15:37 + http://bitbucket.org/pypy/pypy/changeset/09c74c7aac71/ Log:manually port b86e4b638d20, I dont get hg diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/darwin.py --- a/rpython/tra

[pypy-commit] pypy vmprof-newstack: bump the OS X min version

2015-10-29 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r80482:37f4ca60d4ee Date: 2015-10-29 14:56 + http://bitbucket.org/pypy/pypy/changeset/37f4ca60d4ee/ Log:bump the OS X min version diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/darwin.py --- a/rpython/tran

[pypy-commit] pypy s390x-backend: correctly jumping out of the program after guard failure, but there is something wrong with the saving to the dead frame

2015-10-29 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80481:b39bf57b3e2f Date: 2015-10-29 16:18 +0100 http://bitbucket.org/pypy/pypy/changeset/b39bf57b3e2f/ Log:correctly jumping out of the program after guard failure, but there is something wrong with the saving to the dead fram

[pypy-commit] pypy default: issue #1383 fixed

2015-10-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r80477:bffa98819224 Date: 2015-10-29 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/bffa98819224/ Log:issue #1383 fixed don't accept None as encoding in various places diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/obj

[pypy-commit] pypy default: test, fix extra quotes in astype() for object to str ndarray conversion

2015-10-29 Thread mattip
Author: mattip Branch: Changeset: r80475:cdb5f895892c Date: 2015-10-29 09:53 +1100 http://bitbucket.org/pypy/pypy/changeset/cdb5f895892c/ Log:test, fix extra quotes in astype() for object to str ndarray conversion diff --git a/pypy/module/micronumpy/test/test_object_arrays.py b/pyp

[pypy-commit] pypy default: test, tweak handling of 'order' in various ndarray creation methods

2015-10-29 Thread mattip
Author: mattip Branch: Changeset: r80476:393569a1c0ba Date: 2015-10-29 16:58 +1100 http://bitbucket.org/pypy/pypy/changeset/393569a1c0ba/ Log:test, tweak handling of 'order' in various ndarray creation methods diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concret

[pypy-commit] pypy default: allow indexing by lists of floats

2015-10-29 Thread mattip
Author: mattip Branch: Changeset: r80474:1351a22e9a74 Date: 2015-10-29 09:10 +1100 http://bitbucket.org/pypy/pypy/changeset/1351a22e9a74/ Log:allow indexing by lists of floats diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py --- a/pypy/module/micronumpy/nd