Author: Gregor Wegberg
Branch: gc-incminimark-pinning
Changeset: r72817:a2d0b17c975c
Date: 2014-08-15 11:34 +0200
http://bitbucket.org/pypy/pypy/changeset/a2d0b17c975c/
Log:JIT test to check if unpinning an objects works
diff --git a/rpython/jit/backend/llsupport/test/zrpy_gc_test.py
b/rpyt
Author: Gregor Wegberg
Branch: gc-incminimark-pinning
Changeset: r72818:54527e0ff202
Date: 2014-08-15 13:16 +0200
http://bitbucket.org/pypy/pypy/changeset/54527e0ff202/
Log:consistency: use check() instead of assert
diff --git a/rpython/jit/backend/llsupport/test/zrpy_gc_test.py
b/rpython/j
Author: Armin Rigo
Branch:
Changeset: r72819:39bb9189ac28
Date: 2014-08-15 19:25 +0200
http://bitbucket.org/pypy/pypy/changeset/39bb9189ac28/
Log:Oups, thanks gregor_w for noticing that the test was not testing
anything. Make it do so, and fix it.
diff --git a/rpython/jit/backend/ll
Author: Philip Jenvey
Branch: py3k
Changeset: r72822:7ca938cad6ed
Date: 2014-08-15 18:01 -0700
http://bitbucket.org/pypy/pypy/changeset/7ca938cad6ed/
Log:fix preserving the exception state between generator yields for the
3rd time
diff --git a/pypy/interpreter/pyopcode.py b/pypy/inte
Author: Philip Jenvey
Branch: py3k
Changeset: r72821:57f83c7b11fc
Date: 2014-08-15 17:58 -0700
http://bitbucket.org/pypy/pypy/changeset/57f83c7b11fc/
Log:merge default
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -147,12 +147,25 @@
progra
Author: Philip Jenvey
Branch: py3.3
Changeset: r72823:1d47dd6f19e4
Date: 2014-08-15 18:02 -0700
http://bitbucket.org/pypy/pypy/changeset/1d47dd6f19e4/
Log:merge py3k
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -147,12 +147,25 @@
programm
Author: Philip Jenvey
Branch:
Changeset: r72820:0efde1cfee32
Date: 2014-08-15 17:58 -0700
http://bitbucket.org/pypy/pypy/changeset/0efde1cfee32/
Log:py3 compat
diff --git a/pypy/interpreter/test/test_generator.py
b/pypy/interpreter/test/test_generator.py
--- a/pypy/interpreter/test/test_ge