[pypy-commit] pypy default: Darwin: make 32bit/64bit compiler distinction more general

2015-07-20 Thread krono
Author: Tobias Pape Branch: Changeset: r78606:b5e4276e0872 Date: 2015-07-20 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/b5e4276e0872/ Log:Darwin: make 32bit/64bit compiler distinction more general pdb/lldebug: do not depend on prctl on non-Linux diff --git a/rpython/rtyper

[pypy-commit] extradoc extradoc: work on the talk

2015-07-20 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5543:51066aac7fba Date: 2015-07-20 11:44 +0200 http://bitbucket.org/pypy/extradoc/changeset/51066aac7fba/ Log:work on the talk diff --git a/talk/ep2015/performance/talk.rst b/talk/ep2015/performance/talk.rst --- a/talk/ep2015/performanc

[pypy-commit] extradoc extradoc: more points

2015-07-20 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5544:308e60262d5f Date: 2015-07-20 12:05 +0200 http://bitbucket.org/pypy/extradoc/changeset/308e60262d5f/ Log:more points diff --git a/talk/ep2015/performance/talk.rst b/talk/ep2015/performance/talk.rst --- a/talk/ep2015/performance/tal

[pypy-commit] extradoc extradoc: checkin my rst2beamer.py version so that fijal is happy :)

2015-07-20 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5545:07e4e2721c53 Date: 2015-07-20 13:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/07e4e2721c53/ Log:checkin my rst2beamer.py version so that fijal is happy :) diff --git a/talk/bin/rst2beamer.py b/talk/bin/rst2beamer.py new file mod

[pypy-commit] pypy indexing: Don't use a property in Chunk

2015-07-20 Thread rlamy
Author: Ronan Lamy Branch: indexing Changeset: r78607:bb115bf87d39 Date: 2015-07-20 13:21 +0100 http://bitbucket.org/pypy/pypy/changeset/bb115bf87d39/ Log:Don't use a property in Chunk diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module/micro

[pypy-commit] extradoc extradoc: talk

2015-07-20 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5546:12bda7716989 Date: 2015-07-20 16:06 +0200 http://bitbucket.org/pypy/extradoc/changeset/12bda7716989/ Log:talk diff --git a/talk/ep2015/performance/guido.png b/talk/ep2015/performance/guido.png new file mode 100644 index 0

[pypy-commit] pypy default: Merge branch 'indexing'

2015-07-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r78610:f9f6f00b3d78 Date: 2015-07-20 17:05 +0100 http://bitbucket.org/pypy/pypy/changeset/f9f6f00b3d78/ Log:Merge branch 'indexing' diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/what

[pypy-commit] pypy indexing: Document the branch

2015-07-20 Thread rlamy
Author: Ronan Lamy Branch: indexing Changeset: r78608:be6254daf0c7 Date: 2015-07-20 17:03 +0100 http://bitbucket.org/pypy/pypy/changeset/be6254daf0c7/ Log:Document the branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/

[pypy-commit] pypy indexing: Close branch before merging

2015-07-20 Thread rlamy
Author: Ronan Lamy Branch: indexing Changeset: r78609:626f1d3730ba Date: 2015-07-20 17:04 +0100 http://bitbucket.org/pypy/pypy/changeset/626f1d3730ba/ Log:Close branch before merging ___ pypy-commit mailing list [email protected] https://mail.

[pypy-commit] pypy vecopt: all / any removed rffi.cast when numpy Bool is created in convert_to

2015-07-20 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78611:51d259166ee5 Date: 2015-07-20 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/51d259166ee5/ Log:all / any removed rffi.cast when numpy Bool is created in convert_to diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micro

[pypy-commit] pypy default: (fijal, plan_rich) fix for JIT force_cast(Bool, xyz)

2015-07-20 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r78612:d287a8893182 Date: 2015-07-20 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/d287a8893182/ Log:(fijal, plan_rich) fix for JIT force_cast(Bool, xyz) diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewriter/jtransfo

[pypy-commit] pypy default: merge

2015-07-20 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r78613:4b6cfd24db0b Date: 2015-07-20 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/4b6cfd24db0b/ Log:merge diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.

[pypy-commit] pypy default: Darwin: require 10.5 everywhere (for @rpath to work)

2015-07-20 Thread krono
Author: Tobias Pape Branch: Changeset: r78614:70a7870e6d1c Date: 2015-07-20 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/70a7870e6d1c/ Log:Darwin: require 10.5 everywhere (for @rpath to work) diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/darwin.py

[pypy-commit] pypy default: Automated merge with ssh://bitbucket.org/pypy/pypy

2015-07-20 Thread krono
Author: Tobias Pape Branch: Changeset: r78615:0ac77039f462 Date: 2015-07-20 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/0ac77039f462/ Log:Automated merge with ssh://bitbucket.org/pypy/pypy diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/darwin.py -

[pypy-commit] pypy default: Don't attempt to handle complex indices on the fast path

2015-07-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r78616:e549d8109029 Date: 2015-07-20 18:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e549d8109029/ Log:Don't attempt to handle complex indices on the fast path diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --

[pypy-commit] pypy py3.3: Add struct module to bz2 test classes' spaceconfig.

2015-07-20 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78617:53daf5e5b539 Date: 2015-07-20 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/53daf5e5b539/ Log:Add struct module to bz2 test classes' spaceconfig. diff --git a/pypy/module/bz2/test/test_bz2_compdecomp.py b/pypy/module/bz2/test/test_

[pypy-commit] pypy reflex-support: close reflex-support

2015-07-20 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r78620:a5036b5b1dd8 Date: 2015-07-20 12:10 -0700 http://bitbucket.org/pypy/pypy/changeset/a5036b5b1dd8/ Log:close reflex-support ___ pypy-commit mailing list [email protected] https://mai

[pypy-commit] pypy reflex-support: update bound classes for added tests

2015-07-20 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r78619:d3bef9990ae7 Date: 2014-07-16 13:00 -0700 http://bitbucket.org/pypy/pypy/changeset/d3bef9990ae7/ Log:update bound classes for added tests diff --git a/pypy/module/cppyy/test/example01_LinkDef.h b/pypy/module/cppyy/test/example01

[pypy-commit] pypy reflex-support: merge default into branch and fix error message for dlopen

2015-07-20 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r78618:ef58dc5560e2 Date: 2014-07-16 12:42 -0700 http://bitbucket.org/pypy/pypy/changeset/ef58dc5560e2/ Log:merge default into branch and fix error message for dlopen diff too long, truncating to 2000 out of 40954 lines diff --git a/.h