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

2017-08-12 Thread rlamy
Author: Ronan Lamy Branch: multiphase Changeset: r92139:3ddef501ba8e Date: 2017-08-13 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/3ddef501ba8e/ Log:hg merge py3.5 diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/function.py +++ b/pypy/i

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

2017-08-12 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92138:4c0d6aa834a4 Date: 2017-08-13 00:01 +0200 http://bitbucket.org/pypy/pypy/changeset/4c0d6aa834a4/ Log:fix translation diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/function.py +++ b/pypy/inter

[pypy-commit] extradoc extradoc: suggest some wording/editorial changes

2017-08-12 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5830:c40625c68b87 Date: 2017-08-12 22:34 +0300 http://bitbucket.org/pypy/extradoc/changeset/c40625c68b87/ Log:suggest some wording/editorial changes diff --git a/blog/draft/remove-gil.rst b/blog/draft/remove-gil.rst --- a/blog/draft/remove-gil

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

2017-08-12 Thread rlamy
Author: Ronan Lamy Branch: multiphase Changeset: r92137:154db7d0b56e Date: 2017-08-12 20:37 +0200 http://bitbucket.org/pypy/pypy/changeset/154db7d0b56e/ Log:hg merge py3.5 diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config/pyp

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

2017-08-12 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92136:02ab6e8e42e8 Date: 2017-08-12 20:35 +0200 http://bitbucket.org/pypy/pypy/changeset/02ab6e8e42e8/ Log:hg merge default diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config/pypyop

[pypy-commit] pypy multiphase: Ensure that reloading an extension is a no-op

2017-08-12 Thread rlamy
Author: Ronan Lamy Branch: multiphase Changeset: r92135:b086a8161ab6 Date: 2017-08-12 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b086a8161ab6/ Log:Ensure that reloading an extension is a no-op diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpye

[pypy-commit] pypy multiphase: Allow non-ascii extension names (PEP 489)

2017-08-12 Thread rlamy
Author: Ronan Lamy Branch: multiphase Changeset: r92134:9adc44d5f032 Date: 2017-08-12 18:49 +0200 http://bitbucket.org/pypy/pypy/changeset/9adc44d5f032/ Log:Allow non-ascii extension names (PEP 489) diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/a

[pypy-commit] pypy reverse-debugger: Update the ASLR failure message

2017-08-12 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r92133:136c8d30b2d7 Date: 2017-08-12 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/136c8d30b2d7/ Log:Update the ASLR failure message diff --git a/rpython/translator/revdb/src-revdb/revdb.c b/rpython/translator/revdb/src-revdb/rev

[pypy-commit] cffi default: Another note about performance, this time in whatsnew.rst

2017-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r3002:8a874e1b7a32 Date: 2017-08-12 15:30 +0200 http://bitbucket.org/cffi/cffi/changeset/8a874e1b7a32/ Log:Another note about performance, this time in whatsnew.rst diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew

[pypy-commit] cffi default: Another note about performance

2017-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r3001:281124d85f28 Date: 2017-08-12 15:22 +0200 http://bitbucket.org/cffi/cffi/changeset/281124d85f28/ Log:Another note about performance diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -314,

[pypy-commit] cffi default: Mention that ffi.dlopen(None) does not work on Python 3 on Windows.

2017-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r3000:50aa734652c8 Date: 2017-08-12 15:12 +0200 http://bitbucket.org/cffi/cffi/changeset/50aa734652c8/ Log:Mention that ffi.dlopen(None) does not work on Python 3 on Windows. diff --git a/doc/source/overview.rst b/doc/source/overview.rst --- a/doc/sourc

[pypy-commit] pypy default: Add a FIXME for _vmprof on Windows

2017-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r92132:351e1a58f5ac Date: 2017-08-12 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/351e1a58f5ac/ Log:Add a FIXME for _vmprof on Windows diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/

[pypy-commit] pypy default: Add missing header

2017-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r92131:e55de3a1ccc9 Date: 2017-08-12 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/e55de3a1ccc9/ Log:Add missing header diff --git a/rpython/translator/c/src/signals.c b/rpython/translator/c/src/signals.c --- a/rpython/translator/c/src/signals.c

[pypy-commit] pypy default: Close wrongly created branch head

2017-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r92130:328306bbabd7 Date: 2017-08-12 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/328306bbabd7/ Log:Close wrongly created branch head ___ pypy-commit mailing list pypy-commit@python.org https://mail.py