[pypy-commit] pypy py3.5: fix test, but very unsure about the point

2017-02-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90177:2fa452b4957e Date: 2017-02-18 13:21 +0100 http://bitbucket.org/pypy/pypy/changeset/2fa452b4957e/ Log:fix test, but very unsure about the point diff --git a/pypy/module/_locale/test/test_locale.py b/pypy/module/_locale/test/test_locale.py --

[pypy-commit] pypy default: Try to make at least the utf-8 encoding/decoding functions elidable.

2017-02-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r90178:bfe85246978d Date: 2017-02-18 15:54 +0100 http://bitbucket.org/pypy/pypy/changeset/bfe85246978d/ Log:Try to make at least the utf-8 encoding/decoding functions elidable. This is messy for several reasons. Now if you call the functions

[pypy-commit] pypy py3.5: hg merge default

2017-02-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90180:14e732427366 Date: 2017-02-18 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/14e732427366/ Log:hg merge default diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/interp_

[pypy-commit] pypy py3.5: translation fixes

2017-02-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90181:6a6b47616053 Date: 2017-02-18 17:02 +0100 http://bitbucket.org/pypy/pypy/changeset/6a6b47616053/ Log:translation fixes diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py ++

[pypy-commit] pypy default: merge heads

2017-02-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r90179:7b6ea7df79b3 Date: 2017-02-18 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/7b6ea7df79b3/ Log:merge heads diff --git a/pypy/module/cpyext/pystate.py b/pypy/module/cpyext/pystate.py --- a/pypy/module/cpyext/pystate.py +++ b/pypy/module/cpye

[pypy-commit] pypy py3.5: fix test_thread

2017-02-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90182:5eff971973e1 Date: 2017-02-18 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/5eff971973e1/ Log:fix test_thread diff --git a/pypy/module/pypyjit/test_pypy_c/test_thread.py b/pypy/module/pypyjit/test_pypy_c/test_thread.py --- a/pypy/mod

[pypy-commit] pypy cpyext-threads-gil: Move all GIL handling for PyGILState_* inside the functions

2017-02-18 Thread rlamy
Author: Ronan Lamy Branch: cpyext-threads-gil Changeset: r90183:8d233583a424 Date: 2017-02-18 16:47 + http://bitbucket.org/pypy/pypy/changeset/8d233583a424/ Log:Move all GIL handling for PyGILState_* inside the functions diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py

[pypy-commit] pypy py3.5: ok there is no point: the '_locale' module no longer hacks at the 'string' module in py3

2017-02-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90184:8c20ae4ead12 Date: 2017-02-18 21:36 +0100 http://bitbucket.org/pypy/pypy/changeset/8c20ae4ead12/ Log:ok there is no point: the '_locale' module no longer hacks at the 'string' module in py3 diff --git a/pypy/module/_locale/test/test_

[pypy-commit] extradoc extradoc: Add myself

2017-02-18 Thread rlamy
Author: Ronan Lamy Branch: extradoc Changeset: r5782:c6e511be2c8f Date: 2017-02-19 01:31 + http://bitbucket.org/pypy/extradoc/changeset/c6e511be2c8f/ Log:Add myself diff --git a/sprintinfo/leysin-winter-2017/people.txt b/sprintinfo/leysin-winter-2017/people.txt --- a/sprintinfo/leysin-w

[pypy-commit] pypy py3.5: 2to3

2017-02-18 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90185:1f0462138b76 Date: 2017-02-19 06:02 +0100 http://bitbucket.org/pypy/pypy/changeset/1f0462138b76/ Log:2to3 diff --git a/pypy/module/__pypy__/test/test_magic.py b/pypy/module/__pypy__/test/test_magic.py --- a/pypy/module/__pypy__/test/test_