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 @@
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
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
++
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
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
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