[pypy-commit] pypy stmgc-c4: Yay, targetdemo2 passes

2013-07-02 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r65164:041f5c2e4e68 Date: 2013-07-02 09:29 +0200 http://bitbucket.org/pypy/pypy/changeset/041f5c2e4e68/ Log:Yay, targetdemo2 passes diff --git a/rpython/memory/gctransform/stmframework.py b/rpython/memory/gctransform/stmframework.py --- a/rpyth

[pypy-commit] stmgc default: this assert can fail

2013-07-02 Thread Raemi
Author: Remi Meier Branch: Changeset: r338:2040cea49c77 Date: 2013-07-02 12:23 +0200 http://bitbucket.org/pypy/stmgc/changeset/2040cea49c77/ Log:this assert can fail diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -44,7 +44,11 @@ void stmgc_done_nursery(vo

[pypy-commit] pypy default: Use re.search() to find MSVC compiler version.

2013-07-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r65165:140cb204a130 Date: 2013-07-02 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/140cb204a130/ Log:Use re.search() to find MSVC compiler version. This will handle the Chinese translation of the compiler. diff --git a/rpython/t

[pypy-commit] pypy release-2.1.x: add a whatsnew document for the 2.1 beta and release branch

2013-07-02 Thread bivab
Author: David Schneider Branch: release-2.1.x Changeset: r65166:00482cc53f65 Date: 2013-07-02 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/00482cc53f65/ Log:add a whatsnew document for the 2.1 beta and release branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-2.1.rst