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

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

[pypy-commit] pypy default: Fix test

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

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

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

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

2014-04-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt opensou...@ronnypfannschmidt.de 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] pyrepl msabramo/improve_test_readline: Make testing/test_readline.py more comprehensive

2014-04-15 Thread Marc Abramowitz
Author: Marc Abramowitz m...@marc-abramowitz.com 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

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

2014-04-15 Thread Marc Abramowitz
Author: Marc Abramowitz m...@marc-abramowitz.com 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

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

2014-04-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt opensou...@ronnypfannschmidt.de 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

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

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

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

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

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

2014-04-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org 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

[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 mattmil...@uwalumni.com 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

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

2014-04-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org 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 ---

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

2014-04-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org 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 ---

[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 pjen...@underboss.org 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