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
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
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 --
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 @@
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/
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
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
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
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
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
10 matches
Mail list logo