[pypy-commit] pypy default: Some more explanations of InvalidLoop

2012-04-28 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r54796:8cb0aa4c2211 Date: 2012-04-28 22:54 +0200 http://bitbucket.org/pypy/pypy/changeset/8cb0aa4c2211/ Log:Some more explanations of InvalidLoop diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py --- a/p

[pypy-commit] pypy default: Add some comments on why loops become invalid

2012-04-28 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r54795:18980028c2dc Date: 2012-04-28 20:25 +0200 http://bitbucket.org/pypy/pypy/changeset/18980028c2dc/ Log:Add some comments on why loops become invalid diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py b/pypy/jit/metainterp/optimizeopt/intbou

[pypy-commit] pypy default: reenable virtualstate matching debug prints

2012-04-28 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r54794:de6a09192681 Date: 2012-04-28 20:09 +0200 http://bitbucket.org/pypy/pypy/changeset/de6a09192681/ Log:reenable virtualstate matching debug prints diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py -

[pypy-commit] pypy default: an rpython-level version of this test to clairify when this kind of traces occure

2012-04-28 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r54793:ef6a5e8fe353 Date: 2012-04-28 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/ef6a5e8fe353/ Log:an rpython-level version of this test to clairify when this kind of traces occure diff --git a/pypy/jit/metainterp/test/test_quasiimmut.p

[pypy-commit] pyrepl default: Change the default mapping of the keys Home and End

2012-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r169:bf330a330af4 Date: 2012-04-20 11:37 +0200 http://bitbucket.org/pypy/pyrepl/changeset/bf330a330af4/ Log:Change the default mapping of the keys Home and End to go to the start/end of the current line instead of the start/end of the whole

[pypy-commit] pyrepl py3ksupport: merge from default

2012-04-28 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r170:71e5bead2693 Date: 2012-04-28 16:54 +0200 http://bitbucket.org/pypy/pyrepl/changeset/71e5bead2693/ Log:merge from default diff --git a/pyrepl/reader.py b/pyrepl/reader.py --- a/pyrepl/reader.py +++ b/pyrepl/reader.py @@ -50,9 +50

[pypy-commit] pyrepl default: (hpaulj) Fix startup_hook in readline to work like CPython. Fixes issue950

2012-04-28 Thread dripton
Author: David Ripton Branch: Changeset: r168:d92286eb65ec Date: 2012-01-28 19:17 -0500 http://bitbucket.org/pypy/pyrepl/changeset/d92286eb65ec/ Log:(hpaulj) Fix startup_hook in readline to work like CPython. Fixes issue950 diff --git a/pyrepl/reader.py b/pyrepl/reader.py --- a/pyrep

[pypy-commit] pyrepl py3ksupport: initial tracing for unic console

2012-04-28 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r167:2e5ce6fd51fc Date: 2012-03-24 16:26 +0100 http://bitbucket.org/pypy/pyrepl/changeset/2e5ce6fd51fc/ Log:initial tracing for unic console diff --git a/pyrepl/trace.py b/pyrepl/trace.py new file mode 100644 --- /dev/null +++ b/pyrep

[pypy-commit] pyrepl py3ksupport: use some more nice relative imports

2012-04-28 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r166:4d72d90ca555 Date: 2012-03-24 16:10 +0100 http://bitbucket.org/pypy/pyrepl/changeset/4d72d90ca555/ Log:use some more nice relative imports diff --git a/pyrepl/unix_console.py b/pyrepl/unix_console.py --- a/pyrepl/unix_console.py

[pypy-commit] pypy default: these should result in InvalidLoops

2012-04-28 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r54792:3206e05abe93 Date: 2012-04-28 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/3206e05abe93/ Log:these should result in InvalidLoops diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/pypy/jit/metainterp/optimizeopt/te

[pypy-commit] pypy default: debugging issue1080

2012-04-28 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r54791:68e5f2fc92c1 Date: 2012-04-28 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/68e5f2fc92c1/ Log:debugging issue1080 diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/pypy/jit/metainterp/optimizeopt/test/test_optimize

[pypy-commit] pypy dynamic-specialized-tuple: Backed out changeset 5529f254d0b3, wrong branch

2012-04-28 Thread hakanardo
Author: Hakan Ardo Branch: dynamic-specialized-tuple Changeset: r54790:0bbab927514e Date: 2012-04-28 15:06 +0200 http://bitbucket.org/pypy/pypy/changeset/0bbab927514e/ Log:Backed out changeset 5529f254d0b3, wrong branch diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py

[pypy-commit] pypy dynamic-specialized-tuple: debugging issue1080

2012-04-28 Thread hakanardo
Author: Hakan Ardo Branch: dynamic-specialized-tuple Changeset: r54789:5529f254d0b3 Date: 2012-04-28 15:00 +0200 http://bitbucket.org/pypy/pypy/changeset/5529f254d0b3/ Log:debugging issue1080 diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/pypy/jit/metainterp/optim

[pypy-commit] pypy default: merge heads

2012-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r54788:e47c9e33ca61 Date: 2012-04-28 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/e47c9e33ca61/ Log:merge heads diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multiprocessing/test/test_connection.py --- a/pypy/

[pypy-commit] pypy stm-gc: Comment, and kill outdated method (see start_transaction() in

2012-04-28 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54787:7d05feb1fc7c Date: 2012-04-28 10:58 +0200 http://bitbucket.org/pypy/pypy/changeset/7d05feb1fc7c/ Log:Comment, and kill outdated method (see start_transaction() in the class StmShadowStackRootWalker). diff --git a/pypy/rlib/rstm.py b

[pypy-commit] pypy default: In case of typo, the flow object space complained typically like that:

2012-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r54785:a91776704352 Date: 2012-04-28 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/a91776704352/ Log:In case of typo, the flow object space complained typically like that: found an operation that always raises AttributeError: gen

[pypy-commit] pypy stm-gc: hg merge default

2012-04-28 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54786:e865723a53c3 Date: 2012-04-28 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/e865723a53c3/ Log:hg merge default diff --git a/pypy/objspace/flow/operation.py b/pypy/objspace/flow/operation.py --- a/pypy/objspace/flow/operation.py +++ b

[pypy-commit] pypy default: Add tests, and write the missing corners (non-translated casts

2012-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r54782:3260900bdd46 Date: 2012-04-28 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/3260900bdd46/ Log:Add tests, and write the missing corners (non-translated casts from/to None) diff --git a/pypy/rpython/annlowlevel.py b/pypy/rpython/annl

[pypy-commit] pypy stm-gc: Start a ThreadLocal object. See comments.

2012-04-28 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54784:588d378678ed Date: 2012-04-28 10:17 +0200 http://bitbucket.org/pypy/pypy/changeset/588d378678ed/ Log:Start a ThreadLocal object. See comments. diff --git a/pypy/rlib/rstm.py b/pypy/rlib/rstm.py --- a/pypy/rlib/rstm.py +++ b/pypy/rlib/rstm.p

[pypy-commit] pypy stm-gc: hg merge default

2012-04-28 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54783:cfdeabad2c3e Date: 2012-04-28 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/cfdeabad2c3e/ Log:hg merge default diff --git a/lib-python/modified-2.7/test/test_peepholer.py b/lib-python/modified-2.7/test/test_peepholer.py --- a/lib-py