[pypy-commit] pypy default: An extra test

2014-02-08 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

[pypy-commit] pypy default: Add tests

2014-02-08 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2014-02-08 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

[pypy-commit] pypy default: Add comment

2014-02-08 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

[pypy-commit] pypy default: Expand the comment

2014-02-08 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2014-02-08 Thread arigo
Author: Armin Rigo armin.r...@gmail.com 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

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

2014-02-08 Thread krono
Author: Tobias Pape tob...@netshed.de 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