[pypy-commit] pypy py3k: Fix import for renamed module rposix -> rposix_stat.

2016-01-28 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82001:ae38513dafd2 Date: 2016-01-28 23:32 +0100 http://bitbucket.org/pypy/pypy/changeset/ae38513dafd2/ Log:Fix import for renamed module rposix -> rposix_stat. diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/mo

[pypy-commit] pypy s390x-backend: adapted test to match the expected assembly after the changes

2016-01-28 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81999:e13400c9ff8a Date: 2016-01-28 22:08 +0100 http://bitbucket.org/pypy/pypy/changeset/e13400c9ff8a/ Log:adapted test to match the expected assembly after the changes diff --git a/rpython/jit/backend/zarch/test/test_runner.py b/rp

[pypy-commit] pypy s390x-backend: greater equal is not equal, this basically invoked realloc frame EVERY time the assembler location was visited

2016-01-28 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81998:2f0e451a18e2 Date: 2016-01-28 21:35 +0100 http://bitbucket.org/pypy/pypy/changeset/2f0e451a18e2/ Log:greater equal is not equal, this basically invoked realloc frame EVERY time the assembler location was visited diff --

[pypy-commit] pypy cpyext-ext: merge default into branch

2016-01-28 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82000:da987f28cbfb Date: 2016-01-28 23:56 +0200 http://bitbucket.org/pypy/pypy/changeset/da987f28cbfb/ Log:merge default into branch diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -54,7 +54,8 @@

[pypy-commit] pypy py3.3: Fix rposix module after bad merge

2016-01-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r81995:a9fccbdef513 Date: 2016-01-28 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/a9fccbdef513/ Log:Fix rposix module after bad merge diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/

[pypy-commit] pypy py3.3: Add pickle support to itertools.combinations

2016-01-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r81996:e4a76a0698fc Date: 2016-01-27 09:35 +0100 http://bitbucket.org/pypy/pypy/changeset/e4a76a0698fc/ Log:Add pickle support to itertools.combinations (and probably combinations_with_replacement as well) diff --git a/pypy/module

[pypy-commit] pypy py3.3: Add pickle support to itertools.cycle

2016-01-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r81997:cc69ca5d0d62 Date: 2016-01-28 17:28 +0100 http://bitbucket.org/pypy/pypy/changeset/cc69ca5d0d62/ Log:Add pickle support to itertools.cycle diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/interp_itert

[pypy-commit] pypy s390x-backend: extended the stack limit of s390x

2016-01-28 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81994:eaa7b84cc9cd Date: 2016-01-28 14:21 +0100 http://bitbucket.org/pypy/pypy/changeset/eaa7b84cc9cd/ Log:extended the stack limit of s390x diff --git a/rpython/translator/c/src/stack.h b/rpython/translator/c/src/stack.h --- a/rpyth

[pypy-commit] pypy s390x-backend: added SGRK instruction, now the stack overflow is correctly detected and the exception is thrown!

2016-01-28 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81993:394d3ce64a00 Date: 2016-01-28 14:12 +0100 http://bitbucket.org/pypy/pypy/changeset/394d3ce64a00/ Log:added SGRK instruction, now the stack overflow is correctly detected and the exception is thrown! diff --git a/rpython

[pypy-commit] pypy s390x-backend: removed size info from call builder when assembling call_assembler (it is not needed),

2016-01-28 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81992:e6d4a987b802 Date: 2016-01-28 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e6d4a987b802/ Log:removed size info from call builder when assembling call_assembler (it is not needed), removed several not necessary st