Author: mattip
Branch:
Changeset: r72432:46446b3987d3
Date: 2014-07-14 07:10 +0300
http://bitbucket.org/pypy/pypy/changeset/46446b3987d3/
Log:implement __iter__for scalars (yuyichao)
diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py
--- a/pypy/module/micronumpy/
Author: Tyler Wade
Branch:
Changeset: r72431:2eef95188f80
Date: 2014-07-13 05:50 -0500
http://bitbucket.org/pypy/pypy/changeset/2eef95188f80/
Log:Fix underlying list of bytearrays being reused inappropriately
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayob
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72430:f19e309962b5
Date: 2014-07-10 10:26 -0500
http://bitbucket.org/pypy/pypy/changeset/f19e309962b5/
Log:Fix _sre
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py
--- a/pypy/module/_sre/interp_sre.py
+++ b/pyp