[pypy-commit] extradoc extradoc: Extensive rewrite.

2016-07-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5647:6273113ca565 Date: 2016-07-08 11:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/6273113ca565/ Log:Extensive rewrite. diff --git a/blog/draft/revdb.rst b/blog/draft/revdb.rst --- a/blog/draft/revdb.rst +++ b/blog/draft/revdb.rst @@ -

[pypy-commit] pypy py3.5: Add parser test for unpack

2016-07-08 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85605:fe3dcd041142 Date: 2016-07-08 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/fe3dcd041142/ Log:Add parser test for unpack diff --git a/pypy/interpreter/pyparser/test/test_pyparse.py b/pypy/interpreter/pyparser/test/test_pyparse.py

[pypy-commit] extradoc extradoc: some typos and a link

2016-07-08 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r5648:77b4cdab6a0a Date: 2016-07-08 11:43 +0200 http://bitbucket.org/pypy/extradoc/changeset/77b4cdab6a0a/ Log:some typos and a link diff --git a/blog/draft/revdb.rst b/blog/draft/revdb.rst --- a/blog/draft/revdb.rst +++ b/blog/draft/re

[pypy-commit] extradoc extradoc: Clarification, and add conclusion

2016-07-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5649:f87456e7127d Date: 2016-07-08 11:59 +0200 http://bitbucket.org/pypy/extradoc/changeset/f87456e7127d/ Log:Clarification, and add conclusion diff --git a/blog/draft/revdb.rst b/blog/draft/revdb.rst --- a/blog/draft/revdb.rst +++ b/blog/draft

[pypy-commit] pypy reverse-debugger: Import readline

2016-07-08 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85606:4d82621df5ed Date: 2016-07-08 08:47 +0200 http://bitbucket.org/pypy/pypy/changeset/4d82621df5ed/ Log:Import readline diff --git a/rpython/translator/revdb/interact.py b/rpython/translator/revdb/interact.py --- a/rpython/translato

[pypy-commit] pypy py3.5: Fix ast test for attributes

2016-07-08 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85607:c6e0ba85ad3d Date: 2016-07-08 12:27 +0200 http://bitbucket.org/pypy/pypy/changeset/c6e0ba85ad3d/ Log:Fix ast test for attributes diff --git a/pypy/interpreter/astcompiler/test/test_ast.py b/pypy/interpreter/astcompiler/test/test_ast.py

[pypy-commit] pypy py3.5: Fix astbuilder tests for call and matmul->matmult

2016-07-08 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85608:eb7755aa6d90 Date: 2016-07-08 13:10 +0200 http://bitbucket.org/pypy/pypy/changeset/eb7755aa6d90/ Log:Fix astbuilder tests for call and matmul->matmult diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/pypy/interpreter/

[pypy-commit] pypy py3.5: Fix astbuilder test for decorators

2016-07-08 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85609:b38b0afbeafe Date: 2016-07-08 13:12 +0200 http://bitbucket.org/pypy/pypy/changeset/b38b0afbeafe/ Log:Fix astbuilder test for decorators diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/pypy/interpreter/astcompiler/tes

[pypy-commit] pypy py3.5: Fix astbuilder test for function annotations

2016-07-08 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85610:50acbccac773 Date: 2016-07-08 13:22 +0200 http://bitbucket.org/pypy/pypy/changeset/50acbccac773/ Log:Fix astbuilder test for function annotations diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/pypy/interpreter/astco

[pypy-commit] pypy py3.5: Fix astbuilder test for function (all astbuilder tests adjusted to check new unpack functionality)

2016-07-08 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85611:5ef09f069fcb Date: 2016-07-08 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/5ef09f069fcb/ Log:Fix astbuilder test for function (all astbuilder tests adjusted to check new unpack functionality) diff --git a/pypy/interpreter

[pypy-commit] pypy reverse-debugger: Use personality() with ADDR_NO_RANDOMIZE, a linux-only way to ask for

2016-07-08 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85613:ff376ccacb36 Date: 2016-07-08 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/ff376ccacb36/ Log:Use personality() with ADDR_NO_RANDOMIZE, a linux-only way to ask for fixed addresses. Thanks mjacob. diff --git a/rpytho

[pypy-commit] pypy default: Issue #870: ctypes.byref(.., offset)

2016-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r85612:36aba877dfa1 Date: 2016-07-08 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/36aba877dfa1/ Log:Issue #870: ctypes.byref(.., offset) diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py --- a/lib_pypy/_ctypes/basics.py +++ b/