[pypy-commit] lang-smalltalk rbitblt: fix endianess

2014-01-06 Thread timfel
Author: Tim Felgentreff Branch: rbitblt Changeset: r551:04ddd3453396 Date: 2014-01-06 11:29 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/04ddd3453396/ Log:fix endianess diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/spyvm/model.py @@ -976,6 +976,10 @@

[pypy-commit] pypy remove-intlong-smm: more don't bother w/ OverflowErrors unless it's necessary

2014-01-06 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r68586:88b052759cdc Date: 2014-01-06 14:51 -0800 http://bitbucket.org/pypy/pypy/changeset/88b052759cdc/ Log:more don't bother w/ OverflowErrors unless it's necessary diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/in

[pypy-commit] pypy remove-intlong-smm: cleanup

2014-01-06 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r68587:3b13a844ca2c Date: 2014-01-06 14:51 -0800 http://bitbucket.org/pypy/pypy/changeset/3b13a844ca2c/ Log:cleanup diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobject.py ++

[pypy-commit] pypy py3k: py3ify unicode's __iter__ check

2014-01-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r68588:6839528d381c Date: 2014-01-06 16:37 -0800 http://bitbucket.org/pypy/pypy/changeset/6839528d381c/ Log:py3ify unicode's __iter__ check diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/objspace/descrop

[pypy-commit] pypy py3k: issue1571: less confusing error msg

2014-01-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r68589:18ba4e72d2f7 Date: 2014-01-06 18:11 -0800 http://bitbucket.org/pypy/pypy/changeset/18ba4e72d2f7/ Log:issue1571: less confusing error msg diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py --- a/pypy

[pypy-commit] pypy default: Started on audioop module.

2014-01-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68590:d4da11a52766 Date: 2014-01-06 22:25 -0800 http://bitbucket.org/pypy/pypy/changeset/d4da11a52766/ Log:Started on audioop module. diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-python/conftest.p