[pypy-commit] extradoc extradoc: merge

2015-07-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r5540:ea1511561764 Date: 2015-07-15 12:51 +0200 http://bitbucket.org/pypy/extradoc/changeset/ea1511561764/ Log:merge diff --git a/talk/ep2015/pypy-abstract.rst b/talk/ep2015/pypy-abstract.rst new file mode 100644 ---

[pypy-commit] extradoc extradoc: add a proposal

2015-07-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r5539:5b5d9a9ac7bb Date: 2015-07-15 12:44 +0200 http://bitbucket.org/pypy/extradoc/changeset/5b5d9a9ac7bb/ Log:add a proposal diff --git a/talk/pyconpl-2015/proposal.rst b/talk/pyconpl-2015/proposal.rst new file mode

[pypy-commit] pypy dtypes-compatability: merge default into branch

2015-07-15 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: dtypes-compatability Changeset: r78556:b07b520cb8f4 Date: 2015-07-13 00:39 +0300 http://bitbucket.org/pypy/pypy/changeset/b07b520cb8f4/ Log:merge default into branch diff --git a/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy dtypes-compatability: hack at dict-based vs. list-based repr(dtype) for compatibility, fix union dtypes, fix translation

2015-07-15 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: dtypes-compatability Changeset: r78557:8937dc4116db Date: 2015-07-15 22:19 +0300 http://bitbucket.org/pypy/pypy/changeset/8937dc4116db/ Log:hack at dict-based vs. list-based repr(dtype) for compatibility, fix union dtypes, fix translation

[pypy-commit] extradoc extradoc: start working on a talk

2015-07-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r5541:d0835161a1e9 Date: 2015-07-15 16:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/d0835161a1e9/ Log:start working on a talk diff --git a/talk/ep2015/performance/talk.rst b/talk/ep2015/performance/talk.rst new

[pypy-commit] pypy vecopt: rewriting parts of the guard strength reduction to eliminate array bound checks

2015-07-15 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78555:961725ecb559 Date: 2015-07-15 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/961725ecb559/ Log:rewriting parts of the guard strength reduction to eliminate array bound checks diff --git