[pypy-commit] pypy default: issue #2601

2017-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r91838:016c02447548 Date: 2017-07-08 16:57 +0200 http://bitbucket.org/pypy/pypy/changeset/016c02447548/ Log:issue #2601 Fix for 'reversed(mapping object)' diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.

[pypy-commit] pypy default: Backport passing test from py3.5

2017-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r91839:36058071b9d0 Date: 2017-07-08 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/36058071b9d0/ Log:Backport passing test from py3.5 diff --git a/pypy/module/__builtin__/test/test_functional.py b/pypy/module/__builtin__/test/test_functional.py

[pypy-commit] pypy default: Match CPython's error message

2017-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r91840:b86461902673 Date: 2017-07-08 17:03 +0200 http://bitbucket.org/pypy/pypy/changeset/b86461902673/ Log:Match CPython's error message diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__bui

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

2017-07-08 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91841:94b78e58b886 Date: 2017-07-08 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/94b78e58b886/ Log:hg merge default diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__builtin__/f

[pypy-commit] pypy default: issue #2601

2017-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r91842:fe1c32761823 Date: 2017-07-08 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/fe1c32761823/ Log:issue #2601 Fix for 'reversed(dictproxy)', mostly by backporting 78dee66 diff --git a/pypy/module/__builtin__/test/test_functional.py b

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

2017-07-08 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91843:7888ede0c136 Date: 2017-07-08 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/7888ede0c136/ Log:hg merge default diff --git a/pypy/module/__builtin__/test/test_functional.py b/pypy/module/__builtin__/test/test_functional.py --- a/pypy/

[pypy-commit] pypy py3.5: Fix test

2017-07-08 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91844:93580eb8c58e Date: 2017-07-08 17:16 +0200 http://bitbucket.org/pypy/pypy/changeset/93580eb8c58e/ Log:Fix test diff --git a/pypy/module/thread/test/test_local.py b/pypy/module/thread/test/test_local.py --- a/pypy/module/thread/test/test_loca

[pypy-commit] pypy py3.5: Accept buffer objects as filenames. It often works like the

2017-07-08 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91845:4d0f184d43a2 Date: 2017-07-08 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/4d0f184d43a2/ Log:Accept buffer objects as filenames. It often works like the corresponding bytes object. Of course, os.listdir() is an exception

[pypy-commit] cffi default: Apply the patch of issue 321 if __NetBSD__ is defined.

2017-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r2992:115ee1bd9bc7 Date: 2017-07-08 19:21 +0200 http://bitbucket.org/cffi/cffi/changeset/115ee1bd9bc7/ Log:Apply the patch of issue 321 if __NetBSD__ is defined. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_ba