Author: Armin Rigo
Branch:
Changeset: r93076:4791c8513684
Date: 2017-11-18 10:56 +0100
http://bitbucket.org/pypy/pypy/changeset/4791c8513684/
Log:Fix d929dd0ac8bc
diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py
--- a/pypy/module/cpyext/longobject.py
+++ b/py
Author: Ronan Lamy
Branch: fix-broken-types
Changeset: r93078:93d764ccc576
Date: 2016-11-24 02:11 +
http://bitbucket.org/pypy/pypy/changeset/93d764ccc576/
Log:hg merge default
diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py
--- a/pypy/interpreter/argument.py
+++
Author: Ronan Lamy
Branch: fix-broken-types
Changeset: r93077:1497f86a109d
Date: 2016-11-23 07:27 +
http://bitbucket.org/pypy/pypy/changeset/1497f86a109d/
Log:fix some translation issues
diff --git a/pypy/module/_cffi_backend/ctypeprim.py
b/pypy/module/_cffi_backend/ctypeprim.py
--- a/p
Author: Ronan Lamy
Branch: fix-broken-types
Changeset: r93079:839732d2f9d2
Date: 2016-11-24 02:25 +
http://bitbucket.org/pypy/pypy/changeset/839732d2f9d2/
Log:translation fixes
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
--- a/pypy/module/micronumpy/typ
Author: Ronan Lamy
Branch:
Changeset: r93082:e5808d8c24ff
Date: 2017-11-19 04:54 +
http://bitbucket.org/pypy/pypy/changeset/e5808d8c24ff/
Log:Fix yet another misuse of py.test.skip
diff --git a/rpython/rlib/test/test_rarithmetic.py
b/rpython/rlib/test/test_rarithmetic.py
--- a/rpython/