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
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
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
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
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
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
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
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
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