[pypy-commit] extradoc extradoc: updates to the blog post draft (addressed cfbolz's comments)

2016-08-03 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5661:37e031d5a693 Date: 2016-08-02 18:56 +0200 http://bitbucket.org/pypy/extradoc/changeset/37e031d5a693/ Log:updates to the blog post draft (addressed cfbolz's comments) diff --git a/blog/draft/new-jit-log.rst b/blog/draft/new-jit-log.rs

[pypy-commit] pypy ppc-vsx-support: merge default

2016-08-03 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r86000:8ec827c25980 Date: 2016-08-02 09:29 +0200 http://bitbucket.org/pypy/pypy/changeset/8ec827c25980/ Log:merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/py

[pypy-commit] pypy ppc-vsx-support: merged default, added message to exception thrown in vecopt

2016-08-03 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r86001:b6da37166dc2 Date: 2016-08-03 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/b6da37166dc2/ Log:merged default, added message to exception thrown in vecopt diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head

[pypy-commit] pypy ppc-vsx-support: enforce that a successful vectorization in the pypy_c tests (micronumpy)

2016-08-03 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r86002:57316f5af6ff Date: 2016-08-03 14:00 +0200 http://bitbucket.org/pypy/pypy/changeset/57316f5af6ff/ Log:enforce that a successful vectorization in the pypy_c tests (micronumpy) diff --git a/pypy/module/pypyjit/test_pypy_

[pypy-commit] pypy ppc-vsx-support: initializing the vector ext just after the cpu

2016-08-03 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r86003:768f96ea1752 Date: 2016-08-03 14:43 +0200 http://bitbucket.org/pypy/pypy/changeset/768f96ea1752/ Log:initializing the vector ext just after the cpu diff --git a/rpython/jit/backend/ppc/runner.py b/rpython/jit/backend/ppc/run

[pypy-commit] pypy default: Work around a MSVC bug

2016-08-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r86004:1512e98263d9 Date: 2016-08-03 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/1512e98263d9/ Log:Work around a MSVC bug diff --git a/rpython/translator/c/src/float.h b/rpython/translator/c/src/float.h --- a/rpython/translator/c/src/float.h ++

[pypy-commit] pypy mappingproxy: Merge obsoleted impl of W_DictProxyObject into the correct one: fix __new__, __init__ and __repr__

2016-08-03 Thread rlamy
Author: Ronan Lamy Branch: mappingproxy Changeset: r86005:fcb110da6372 Date: 2016-08-03 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/fcb110da6372/ Log:Merge obsoleted impl of W_DictProxyObject into the correct one: fix __new__, __init__ and __repr__ diff --git a/pypy/objspace

[pypy-commit] pypy mappingproxy: Implement comparison methods for mappingproxy

2016-08-03 Thread rlamy
Author: Ronan Lamy Branch: mappingproxy Changeset: r86006:361a24241f59 Date: 2016-08-03 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/361a24241f59/ Log:Implement comparison methods for mappingproxy diff --git a/pypy/objspace/std/dictproxyobject.py b/pypy/objspace/std/dictproxyobject.

[pypy-commit] pypy py3.5-async: Fix pyparser (now allows async and await as variable names)

2016-08-03 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r86007:4ae7acb78ae8 Date: 2016-08-03 21:41 +0200 http://bitbucket.org/pypy/pypy/changeset/4ae7acb78ae8/ Log:Fix pyparser (now allows async and await as variable names) diff --git a/pypy/interpreter/pyparser/pytokenizer.py b/pypy/interpre

[pypy-commit] pypy py3.5-async: More parser tests for async and await

2016-08-03 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r86008:3f09fda522df Date: 2016-08-03 21:50 +0200 http://bitbucket.org/pypy/pypy/changeset/3f09fda522df/ Log:More parser tests for async and await diff --git a/pypy/interpreter/pyparser/test/test_pyparse.py b/pypy/interpreter/pyparser/tes

[pypy-commit] pypy reverse-debugger: Record return from functions as events too

2016-08-03 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r86009:84d843464c68 Date: 2016-08-03 22:04 +0200 http://bitbucket.org/pypy/pypy/changeset/84d843464c68/ Log:Record return from functions as events too diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext

[pypy-commit] pypy reverse-debugger: Add __pypy__.revdb_stop(), which makes an explicit breakpoint in revdb.

2016-08-03 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r86010:88575763814a Date: 2016-08-03 23:25 +0200 http://bitbucket.org/pypy/pypy/changeset/88575763814a/ Log:Add __pypy__.revdb_stop(), which makes an explicit breakpoint in revdb. Use it in app_main to stop just after running the