[pypy-commit] pypy default: implement multichar split for RPython

2013-12-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r68565:0390ddee24d3 Date: 2013-12-29 10:43 +0200 http://bitbucket.org/pypy/pypy/changeset/0390ddee24d3/ Log:implement multichar split for RPython diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py --- a/rpython/rlib/rsocket.py +++ b/

[pypy-commit] pypy default: merge

2013-12-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r68566:376eb896755b Date: 2013-12-29 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/376eb896755b/ Log:merge diff --git a/rpython/rtyper/rtyper.py b/rpython/rtyper/rtyper.py --- a/rpython/rtyper/rtyper.py +++ b/rpython/rtyper/rtyper.py @@ -

[pypy-commit] pypy default: implement rsplit and fix the annotation

2013-12-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r68567:2f143b453556 Date: 2013-12-29 10:57 +0200 http://bitbucket.org/pypy/pypy/changeset/2f143b453556/ Log:implement rsplit and fix the annotation diff --git a/rpython/rtyper/lltypesystem/rstr.py b/rpython/rtyper/lltypesystem/rstr.py --- a/rpy

[pypy-commit] pypy default: don't mask the original variable

2013-12-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r68563:373db40f63b5 Date: 2013-11-27 15:54 +0200 http://bitbucket.org/pypy/pypy/changeset/373db40f63b5/ Log:don't mask the original variable diff --git a/rpython/rtyper/rtyper.py b/rpython/rtyper/rtyper.py --- a/rpython/rtyper/rtyper.py +++ b/rp

[pypy-commit] pypy default: fix

2013-12-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r68564:3cb51dff4d05 Date: 2013-11-27 15:56 +0200 http://bitbucket.org/pypy/pypy/changeset/3cb51dff4d05/ Log:fix diff --git a/rpython/rtyper/rtyper.py b/rpython/rtyper/rtyper.py --- a/rpython/rtyper/rtyper.py +++ b/rpython/rtyper/rtyper.py @@ -86

[pypy-commit] stmgc c6: Adapt update_to_leader() to release the lock when copying the objects

2013-12-29 Thread arigo
Author: Armin Rigo Branch: c6 Changeset: r590:262fa1563851 Date: 2013-12-29 10:44 +0100 http://bitbucket.org/pypy/stmgc/changeset/262fa1563851/ Log:Adapt update_to_leader() to release the lock when copying the objects diff --git a/checkfence/c6/test4.c b/checkfence/c6/test4.c new fil