[pypy-commit] pypy py3.5: Fix error message

2017-08-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r9:d459f7e19937 Date: 2017-08-23 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/d459f7e19937/ Log:Fix error message diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobject.py --- a/pypy/objspace/std/objectobject.p

[pypy-commit] pypy py3.5: fix error message

2017-02-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90222:549b113c75b6 Date: 2017-02-20 11:14 +0100 http://bitbucket.org/pypy/pypy/changeset/549b113c75b6/ Log:fix error message diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/pypy/objspace/std/formatting.py +++ b

[pypy-commit] pypy py3.5: fix error message

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89970:f0493a5ae4d6 Date: 2017-02-06 13:05 +0100 http://bitbucket.org/pypy/pypy/changeset/f0493a5ae4d6/ Log:fix error message diff --git a/lib-python/3/test/test_extcall.py b/lib-python/3/test/test_extcall.py --- a/lib-python/3/test/test_extcall.p

[pypy-commit] pypy py3.5: fix error message

2017-01-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89659:fd8e2f1e76e5 Date: 2017-01-18 13:18 +0100 http://bitbucket.org/pypy/pypy/changeset/fd8e2f1e76e5/ Log:fix error message diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +++ b/pypy/interp

[pypy-commit] pypy py3.5: fix error message

2016-11-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88288:3fff80d67303 Date: 2016-11-10 09:58 +0100 http://bitbucket.org/pypy/pypy/changeset/3fff80d67303/ Log:fix error message diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array.p