[pypy-commit] pypy default: Add RPython support for 'replace' and 'ignore' error handlers.

2012-11-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r58847:830a3025e27b Date: 2012-11-13 00:12 +0100 http://bitbucket.org/pypy/pypy/changeset/830a3025e27b/ Log:Add RPython support for 'replace' and 'ignore' error handlers. diff --git a/pypy/rlib/runicode.py b/pypy/rlib/runicode.py --- a/pypy/rl

[pypy-commit] pypy default: Give test a better name

2012-11-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r58846:fee1429416c5 Date: 2012-11-12 23:36 +0100 http://bitbucket.org/pypy/pypy/changeset/fee1429416c5/ Log:Give test a better name diff --git a/pypy/module/_ssl/test/test_ztranslation.py b/pypy/module/_ssl/test/test_ztranslation.py --- a/pyp

[pypy-commit] pypy length-hint: unnecessary w/ the restored list init special cases

2012-11-12 Thread pjenvey
Author: Philip Jenvey Branch: length-hint Changeset: r58845:e75217df4059 Date: 2012-11-12 12:31 -0800 http://bitbucket.org/pypy/pypy/changeset/e75217df4059/ Log:unnecessary w/ the restored list init special cases diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/te

[pypy-commit] pypy default: Update to cffi/86564854139f.

2012-11-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r58844:7dd012b14d46 Date: 2012-11-12 19:50 +0100 http://bitbucket.org/pypy/pypy/changeset/7dd012b14d46/ Log:Update to cffi/86564854139f. diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/module/_cffi_

[pypy-commit] cffi default: Give another example.

2012-11-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r1040:50d41fa30a32 Date: 2012-11-12 18:44 +0100 http://bitbucket.org/cffi/cffi/changeset/50d41fa30a32/ Log:Give another example. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1065,7 +1

[pypy-commit] cffi default: Fix issue #32: turn types like "size_t" into primitive types from the

2012-11-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r1039:86564854139f Date: 2012-11-12 18:18 +0100 http://bitbucket.org/cffi/cffi/changeset/86564854139f/ Log:Fix issue #32: turn types like "size_t" into primitive types from the point of view of CFFI. diff --git a/c/_cffi_backend.c b/c/_cffi_back

[pypy-commit] pypy autoreds: make sure that we cannot use autoreds with confirm_enter_jit

2012-11-12 Thread antocuni
Author: Antonio Cuni Branch: autoreds Changeset: r58843:60cf0cbf40a8 Date: 2012-11-12 18:27 +0100 http://bitbucket.org/pypy/pypy/changeset/60cf0cbf40a8/ Log:make sure that we cannot use autoreds with confirm_enter_jit diff --git a/pypy/jit/metainterp/warmspot.py b/pypy/jit/metainterp/warmspo

[pypy-commit] pypy autoreds: add support for live variables which are between the start of the block and the jit_marker

2012-11-12 Thread antocuni
Author: Antonio Cuni Branch: autoreds Changeset: r58842:3d05b0c6d236 Date: 2012-11-12 18:23 +0100 http://bitbucket.org/pypy/pypy/changeset/3d05b0c6d236/ Log:add support for live variables which are between the start of the block and the jit_marker diff --git a/pypy/jit/metainterp/tes

[pypy-commit] pypy autoreds: don't crash if we use jitdrivers with explicit reds

2012-11-12 Thread antocuni
Author: Antonio Cuni Branch: autoreds Changeset: r58841:fdcb763f8f4f Date: 2012-11-12 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/fdcb763f8f4f/ Log:don't crash if we use jitdrivers with explicit reds diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test

[pypy-commit] pypy autoreds: add a sanity check

2012-11-12 Thread antocuni
Author: Antonio Cuni Branch: autoreds Changeset: r58840:15870ae6a2ec Date: 2012-11-12 16:32 +0100 http://bitbucket.org/pypy/pypy/changeset/15870ae6a2ec/ Log:add a sanity check diff --git a/pypy/jit/metainterp/warmspot.py b/pypy/jit/metainterp/warmspot.py --- a/pypy/jit/metainterp/warmspot.py

[pypy-commit] pypy autoreds: add support for FLOAT and REF automatic reds

2012-11-12 Thread antocuni
Author: Antonio Cuni Branch: autoreds Changeset: r58839:6475dd9c47d1 Date: 2012-11-12 16:07 +0100 http://bitbucket.org/pypy/pypy/changeset/6475dd9c47d1/ Log:add support for FLOAT and REF automatic reds diff --git a/pypy/jit/codewriter/support.py b/pypy/jit/codewriter/support.py --- a/pypy/ji

[pypy-commit] buildbot default: modify slave lists for ARM builder

2012-11-12 Thread bivab
Author: David Schneider Branch: Changeset: r724:261f8ce3dd87 Date: 2012-11-12 11:42 +0100 http://bitbucket.org/pypy/buildbot/changeset/261f8ce3dd87/ Log:modify slave lists for ARM builder diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.p

[pypy-commit] pypy autoreds: it took 2 days of experiments, playing around and understand JIT details I never knew about :), but I finally managed to find a simple way to have red variables automatica

2012-11-12 Thread antocuni
Author: Antonio Cuni Branch: autoreds Changeset: r58838:4c87f9b67a7f Date: 2012-11-12 12:46 +0100 http://bitbucket.org/pypy/pypy/changeset/4c87f9b67a7f/ Log:it took 2 days of experiments, playing around and understand JIT details I never knew about :), but I finally managed to find a

[pypy-commit] pypy autoreds: a branch where to experiment with 'automatic reds' in the JIT

2012-11-12 Thread antocuni
Author: Antonio Cuni Branch: autoreds Changeset: r58837:dbd9ce18d304 Date: 2012-11-12 11:42 +0100 http://bitbucket.org/pypy/pypy/changeset/dbd9ce18d304/ Log:a branch where to experiment with 'automatic reds' in the JIT ___ pypy-commit mailing list

[pypy-commit] pypy default: unskip&fix test_{upper, lower}_char for ootype (this fixes also the correspondent CLI tests)

2012-11-12 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r58836:b5e563873b27 Date: 2012-11-12 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/b5e563873b27/ Log:unskip&fix test_{upper,lower}_char for ootype (this fixes also the correspondent CLI tests) diff --git a/pypy/rpython/lltypesystem/rstr