[pypy-commit] stmgc gc-small-uniform: translation fixes. one abort() for not implemented code

2014-04-15 Thread arigo
Author: Armin Rigo Branch: gc-small-uniform Changeset: r1158:69b0eac27cb6 Date: 2014-04-14 15:34 +0200 http://bitbucket.org/pypy/stmgc/changeset/69b0eac27cb6/ Log:translation fixes. one abort() for not implemented code diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/s

[pypy-commit] pypy default: Fix test

2014-04-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r70635:f0dfe097735a Date: 2014-04-15 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/f0dfe097735a/ Log:Fix test diff --git a/pypy/config/test/test_pypyoption.py b/pypy/config/test/test_pypyoption.py --- a/pypy/config/test/test_pypyoption.py +++ b/

[pypy-commit] pypy default: Test and fix: submodules of built-in modules had their classes

2014-04-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r70636:6dac6407412f Date: 2014-04-15 15:08 +0200 http://bitbucket.org/pypy/pypy/changeset/6dac6407412f/ Log:Test and fix: submodules of built-in modules had their classes incorrectly reported as belonging to the base module. diff --git a/pypy/in

[pypy-commit] pyrepl msabramo/improve_test_readline: Close branch msabramo/improve_test_readline

2014-04-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: msabramo/improve_test_readline Changeset: r257:5f3ef19efb47 Date: 2014-04-15 16:00 +0200 http://bitbucket.org/pypy/pyrepl/changeset/5f3ef19efb47/ Log:Close branch msabramo/improve_test_readline ___ pypy-commit mai

[pypy-commit] pyrepl msabramo/improve_test_readline: Make testing/test_readline.py more comprehensive

2014-04-15 Thread Marc Abramowitz
Author: Marc Abramowitz Branch: msabramo/improve_test_readline Changeset: r254:5c157dca7fd8 Date: 2014-02-28 22:56 + http://bitbucket.org/pypy/pyrepl/changeset/5c157dca7fd8/ Log:Make testing/test_readline.py more comprehensive diff --git a/testing/test_readline.py b/testing/test_readline

[pypy-commit] pyrepl msabramo/improve_test_readline: Merge from default to msabramo/improve_test_readline

2014-04-15 Thread Marc Abramowitz
Author: Marc Abramowitz Branch: msabramo/improve_test_readline Changeset: r255:2573268feedc Date: 2014-03-09 16:26 + http://bitbucket.org/pypy/pyrepl/changeset/2573268feedc/ Log:Merge from default to msabramo/improve_test_readline diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/

[pypy-commit] pyrepl default: Merged in msabramo/pyrepl/msabramo/improve_test_readline (pull request #8)

2014-04-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r256:6ccf74d8d7c1 Date: 2014-04-15 16:00 +0200 http://bitbucket.org/pypy/pyrepl/changeset/6ccf74d8d7c1/ Log:Merged in msabramo/pyrepl/msabramo/improve_test_readline (pull request #8) Make testing/test_readline.py more comprehensi

[pypy-commit] pypy default: Write down the early name of (part of) this report

2014-04-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r70637:715d9bf8ebbd Date: 2014-04-15 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/715d9bf8ebbd/ Log:Write down the early name of (part of) this report diff --git a/pypy/doc/index-report.rst b/pypy/doc/index-report.rst --- a/pypy/doc/index-report

[pypy-commit] stmgc default: Use shadowstack markers to avoid re-scanning the complete stack at every

2014-04-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r1159:918b1901b1f9 Date: 2014-04-15 18:47 +0200 http://bitbucket.org/pypy/stmgc/changeset/918b1901b1f9/ Log:Use shadowstack markers to avoid re-scanning the complete stack at every minor collection. Needs to be supported explicitly by pypy. diff

[pypy-commit] pypy py3.3: Merged in matthewmiller/pypy/py3.3 (pull request #228)

2014-04-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r70639:ced5abcc03ef Date: 2014-04-15 11:22 -0700 http://bitbucket.org/pypy/pypy/changeset/ced5abcc03ef/ Log:Merged in matthewmiller/pypy/py3.3 (pull request #228) Add missing list copy function to fix test_list for Python 3 diff --git a

[pypy-commit] pypy py3.3: Add missing list copy function to fix test_list for Python 3

2014-04-15 Thread Matthew Miller
Author: Matthew Miller Branch: py3.3 Changeset: r70638:ced27c96f4c8 Date: 2014-04-14 16:58 -0400 http://bitbucket.org/pypy/pypy/changeset/ced27c96f4c8/ Log:Add missing list copy function to fix test_list for Python 3 diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject

[pypy-commit] pypy py3.3: fill in copy's doc string

2014-04-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r70641:d71832240c1a Date: 2014-04-15 11:31 -0700 http://bitbucket.org/pypy/pypy/changeset/d71832240c1a/ Log:fill in copy's doc string diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobje

[pypy-commit] pypy py3k-fix-strategies: merge py3k

2014-04-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k-fix-strategies Changeset: r70640:ebfddb606dbd Date: 2014-04-14 15:18 -0700 http://bitbucket.org/pypy/pypy/changeset/ebfddb606dbd/ Log:merge py3k diff --git a/lib_pypy/_pypy_interact.py b/lib_pypy/_pypy_interact.py --- a/lib_pypy/_pypy_interact.py +++ b/lib_

[pypy-commit] pypy py3k: adapt http://hg.python.org/cpython/rev/f4271cc2dfb5 from cpython-3.3: we

2014-04-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r70642:672f831a77d7 Date: 2014-04-15 16:10 -0700 http://bitbucket.org/pypy/pypy/changeset/672f831a77d7/ Log:adapt http://hg.python.org/cpython/rev/f4271cc2dfb5 from cpython-3.3: we already match 3.3's _sre.MAXREPEAT value for 32 bit,

[pypy-commit] pypy small-unroll-improvements: a test for structs (that simply works)

2014-04-15 Thread cfbolz
Author: Carl Friedrich Bolz Branch: small-unroll-improvements Changeset: r70643:bf2cb37cad83 Date: 2014-04-15 15:12 +0200 http://bitbucket.org/pypy/pypy/changeset/bf2cb37cad83/ Log:a test for structs (that simply works) diff --git a/rpython/jit/metainterp/optimizeopt/test/test_virtualstate.p

[pypy-commit] pypy small-unroll-improvements: extract virtual state construction into a method

2014-04-15 Thread cfbolz
Author: Carl Friedrich Bolz Branch: small-unroll-improvements Changeset: r70645:68bcb1950761 Date: 2014-04-15 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/68bcb1950761/ Log:extract virtual state construction into a method diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/r

[pypy-commit] pypy small-unroll-improvements: disentangle resume and virtualstate which have *nothing* at all to do with each

2014-04-15 Thread cfbolz
Author: Carl Friedrich Bolz Branch: small-unroll-improvements Changeset: r70646:4b34877aa5e4 Date: 2014-04-15 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/4b34877aa5e4/ Log:disentangle resume and virtualstate which have *nothing* at all to do with each other conceptually

[pypy-commit] pypy small-unroll-improvements: make nicer

2014-04-15 Thread cfbolz
Author: Carl Friedrich Bolz Branch: small-unroll-improvements Changeset: r70644:55a9dbfac218 Date: 2014-04-15 15:24 +0200 http://bitbucket.org/pypy/pypy/changeset/55a9dbfac218/ Log:make nicer diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unro