[pypy-commit] pypy testing-cleanup-py3k: Backed out changeset dc234c6c4b34 (didn't work)

2016-06-12 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup-py3k Changeset: r85115:77ee6d7d12af Date: 2016-06-12 20:11 +0100 http://bitbucket.org/pypy/pypy/changeset/77ee6d7d12af/ Log:Backed out changeset dc234c6c4b34 (didn't work) diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/

[pypy-commit] pypy py3.5: Missing increment for doublestars counter and wrong naming

2016-06-12 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85114:6c4ca5852ddd Date: 2016-06-12 20:36 +0200 http://bitbucket.org/pypy/pypy/changeset/6c4ca5852ddd/ Log:Missing increment for doublestars counter and wrong naming diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/a

[pypy-commit] pypy py3.5: Remove unneeded variable and old STAR and DOUBLESTAR handling in call

2016-06-12 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85113:cbb2f3f23443 Date: 2016-06-12 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/cbb2f3f23443/ Log:Remove unneeded variable and old STAR and DOUBLESTAR handling in call diff --git a/pypy/interpreter/astcompiler/astbuilder.py b

[pypy-commit] pypy py3.5: Handle keyword unpacking in call

2016-06-12 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85112:3dc8310f4934 Date: 2016-06-12 20:20 +0200 http://bitbucket.org/pypy/pypy/changeset/3dc8310f4934/ Log:Handle keyword unpacking in call diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/astcompiler/astbuilder.py -

[pypy-commit] pypy testing-cleanup: factor out some code

2016-06-12 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85110:f912e70460d8 Date: 2016-06-11 17:34 +0100 http://bitbucket.org/pypy/pypy/changeset/f912e70460d8/ Log:factor out some code diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --- a/pypy/modu

[pypy-commit] pypy testing-cleanup: Don't paste in RPython defs when compiling Python extensions in cpyext tests

2016-06-12 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85111:ae7a98d56f75 Date: 2016-06-12 18:33 +0100 http://bitbucket.org/pypy/pypy/changeset/ae7a98d56f75/ Log:Don't paste in RPython defs when compiling Python extensions in cpyext tests diff --git a/pypy/module/cpyext/test/test_cpy

[pypy-commit] pypy reverse-debugger: 'forward' is potentially dangerous if used after RPython commands mucked

2016-06-12 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85109:9524af3f0d05 Date: 2016-06-12 19:12 +0200 http://bitbucket.org/pypy/pypy/changeset/9524af3f0d05/ Log:'forward' is potentially dangerous if used after RPython commands mucked with objects. rename '__forward' diff --git a/rp

[pypy-commit] pypy reverse-debugger: fix

2016-06-12 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85108:7981f3915c95 Date: 2016-06-12 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/7981f3915c95/ Log:fix diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py --- a/rpython/rlib/revdb.py +++ b/rpython/rlib/revdb.py @@ -60,7 +

[pypy-commit] pypy reverse-debugger: Add the jump_in_time() function

2016-06-12 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85107:535af90a99e0 Date: 2016-06-12 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/535af90a99e0/ Log:Add the jump_in_time() function diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py --- a/rpython/rlib/revdb.py +++ b/rpyt

[pypy-commit] pypy reverse-debugger: Add a forgotten file

2016-06-12 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85106:c7f7ae742625 Date: 2016-06-12 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/c7f7ae742625/ Log:Add a forgotten file diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py new file mode 100644 --- /dev/null +++ b/rpython/

[pypy-commit] pypy reverse-debugger: Ability to go forward programatically from RPython debug commands

2016-06-12 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85105:3d318752b5b2 Date: 2016-06-12 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/3d318752b5b2/ Log:Ability to go forward programatically from RPython debug commands diff --git a/rpython/rtyper/lltypesystem/lloperation.py b/rpyt