Author: Ronan Lamy
Branch: py3.5
Changeset: r92990:92c6fb568fa1
Date: 2017-11-11 15:51 +
http://bitbucket.org/pypy/pypy/changeset/92c6fb568fa1/
Log:fix translation
diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py
--- a/pypy/objspace/std/typeobject.py
+++ b/p
Author: fijal
Branch:
Changeset: r92991:e5bfccc9fd98
Date: 2017-11-11 16:05 -0500
http://bitbucket.org/pypy/pypy/changeset/e5bfccc9fd98/
Log:add a hint
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.py
--- a/pypy/objspace/std/bytearrayobject.py
+++ b/p
Author: stian
Branch: math-improvements
Changeset: r92992:985fb3488ff0
Date: 2017-11-12 05:28 +0100
http://bitbucket.org/pypy/pypy/changeset/985fb3488ff0/
Log:Remove some unneddecary use of widedigit in _x_mul
diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py
--- a/rpython/rlib/r
Author: stian
Branch: math-improvements
Changeset: r92993:3c7a6c85f39c
Date: 2017-11-12 08:40 +0100
http://bitbucket.org/pypy/pypy/changeset/3c7a6c85f39c/
Log:Make inplace_divmod unsigned, this makes for a ~20% speed up in long
/ single digit
diff --git a/rpython/rlib/rbigint.py b/rpy