[pypy-commit] pypy default: An extra test

2014-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69097:f6c9256018a2 Date: 2014-02-08 11:11 +0100 http://bitbucket.org/pypy/pypy/changeset/f6c9256018a2/ Log:An extra test diff --git a/rpython/jit/metainterp/test/test_history.py b/rpython/jit/metainterp/test/test_history.py --- a/rpython/jit/metainter

[pypy-commit] pypy default: Add tests

2014-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69096:4d5c3e138c63 Date: 2014-02-08 11:01 +0100 http://bitbucket.org/pypy/pypy/changeset/4d5c3e138c63/ Log:Add tests diff --git a/rpython/jit/metainterp/test/test_history.py b/rpython/jit/metainterp/test/test_history.py --- a/rpython/jit/metainterp/te

[pypy-commit] pypy default: Backout b58a2c01fd59, adding this check again. I'm not sure, but I think

2014-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69099:966942db58df Date: 2014-02-08 11:13 +0100 http://bitbucket.org/pypy/pypy/changeset/966942db58df/ Log:Backout b58a2c01fd59, adding this check again. I'm not sure, but I think it should be fixed by 3a0ef8f31265. diff --git a/rpython/jit/met

[pypy-commit] pypy default: Fix the test on 64-bit

2014-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69098:3a0ef8f31265 Date: 2014-02-08 11:11 +0100 http://bitbucket.org/pypy/pypy/changeset/3a0ef8f31265/ Log:Fix the test on 64-bit diff --git a/rpython/jit/codewriter/longlong.py b/rpython/jit/codewriter/longlong.py --- a/rpython/jit/codewriter/longlon

[pypy-commit] pypy default: Add comment

2014-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69100:dd43ba74cfeb Date: 2014-02-08 11:19 +0100 http://bitbucket.org/pypy/pypy/changeset/dd43ba74cfeb/ Log:Add comment diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/jit/metainterp/history.py +++ b/rpy

[pypy-commit] pypy default: Expand the comment

2014-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69101:61a9f16c3e8b Date: 2014-02-08 11:35 +0100 http://bitbucket.org/pypy/pypy/changeset/61a9f16c3e8b/ Log:Expand the comment diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/jit/metainterp/history.py ++

[pypy-commit] pypy default: Merged in krono/pypy/camelot (pull request #205)

2014-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69103:8d9c30585d33 Date: 2014-02-08 23:04 +0100 http://bitbucket.org/pypy/pypy/changeset/8d9c30585d33/ Log:Merged in krono/pypy/camelot (pull request #205) Essential! Thanks Tobias. diff --git a/rpython/tool/ansi_mandelbrot.py b/rpython/tool/a

[pypy-commit] pypy camelot: Color change for mandelbrot on 256 color terminals

2014-02-08 Thread krono
Author: Tobias Pape Branch: camelot Changeset: r69102:3be1ce5533b4 Date: 2014-02-08 22:50 +0100 http://bitbucket.org/pypy/pypy/changeset/3be1ce5533b4/ Log:Color change for mandelbrot on 256 color terminals diff --git a/rpython/tool/ansi_mandelbrot.py b/rpython/tool/ansi_mandelbrot.py --- a/r