[pypy-commit] pypy default: Issue #2340: itertools.tee(x) uses a different logic if hasattr(iter(x),

2016-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r85594:bca9142297fe Date: 2016-07-07 09:00 +0200 http://bitbucket.org/pypy/pypy/changeset/bca9142297fe/ Log:Issue #2340: itertools.tee(x) uses a different logic if hasattr(iter(x), '__copy__'). diff --git a/pypy/module/itertools/interp_itertools

[pypy-commit] pypy ppc-vsx-support: continue refactoring started in last commit

2016-07-07 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85595:b129dbdbe458 Date: 2016-07-07 10:22 +0200 http://bitbucket.org/pypy/pypy/changeset/b129dbdbe458/ Log:continue refactoring started in last commit diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgrap

[pypy-commit] cffi default: Link to the issue's comment

2016-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2722:28b9b2f71a46 Date: 2016-07-07 12:23 +0200 http://bitbucket.org/cffi/cffi/changeset/28b9b2f71a46/ Log:Link to the issue's comment diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -506,7 +

[pypy-commit] pypy ppc-vsx-support: call mulld, codebuilder has no method mul

2016-07-07 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85596:6d2e011d1895 Date: 2016-07-07 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/6d2e011d1895/ Log:call mulld, codebuilder has no method mul diff --git a/rpython/jit/backend/ppc/vector_ext.py b/rpython/jit/backend/ppc/vect

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

2016-07-07 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85597:fb6cdfd34d1b Date: 2016-07-07 13:58 +0200 http://bitbucket.org/pypy/pypy/changeset/fb6cdfd34d1b/ Log:merge default diff --git a/pypy/module/_cffi_backend/ctypestruct.py b/pypy/module/_cffi_backend/ctypestruct.py --- a/pypy/m

[pypy-commit] pypy stmgc-c8: import stmgc with fixes for noconfl objs

2016-07-07 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r85598:c458e253bab4 Date: 2016-07-07 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c458e253bab4/ Log:import stmgc with fixes for noconfl objs diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision

[pypy-commit] stmgc default: fix for previously committed test and do some more resetting

2016-07-07 Thread Raemi
Author: Remi Meier Branch: Changeset: r1994:bfbab11bd95f Date: 2016-07-07 14:14 +0200 http://bitbucket.org/pypy/stmgc/changeset/bfbab11bd95f/ Log:fix for previously committed test and do some more resetting After an in-validation-reset of a noconflict obj, the obj was still

[pypy-commit] pypy default: fix tests for win32

2016-07-07 Thread mattip
Author: Matti Picus Branch: Changeset: r85599:8ab2ec92dcfc Date: 2016-07-07 18:11 +0300 http://bitbucket.org/pypy/pypy/changeset/8ab2ec92dcfc/ Log:fix tests for win32 diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c --- a/pypy/module/cpyext/test/foo.c +++ b/pypy/mo

[pypy-commit] pypy py3.5-async: Implement visit_Await in codegen

2016-07-07 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85601:7a4cdd986ad0 Date: 2016-07-07 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/7a4cdd986ad0/ Log:Implement visit_Await in codegen diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py -

[pypy-commit] pypy py3.5-async: Correct function call

2016-07-07 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85603:fc539047f9a8 Date: 2016-07-07 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/fc539047f9a8/ Log:Correct function call diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy/i

[pypy-commit] pypy py3.5-async: Add stack effect for async opcodes

2016-07-07 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85600:d00cb920f5c1 Date: 2016-07-07 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/d00cb920f5c1/ Log:Add stack effect for async opcodes diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.

[pypy-commit] pypy py3.5-async: Implement visit_AsyncWith in codegen

2016-07-07 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85602:22be1589e771 Date: 2016-07-07 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/22be1589e771/ Log:Implement visit_AsyncWith in codegen diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.

[pypy-commit] pypy py3.5-async: Implement visit_AsyncFor in codegen

2016-07-07 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85604:d67ac6d8fc48 Date: 2016-07-07 21:39 +0200 http://bitbucket.org/pypy/pypy/changeset/d67ac6d8fc48/ Log:Implement visit_AsyncFor in codegen diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.p