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.
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
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
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
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
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/
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
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
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