Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r96035:637f18678c1c
Date: 2019-02-17 12:32 +0100
http://bitbucket.org/pypy/pypy/changeset/637f18678c1c/
Log:add shortcut to ensure that 'for c in uni' does not compute the
index storage
diff --git a/pypy/objspace/std/iterobject.
Author: Carl Friedrich Bolz-Tereick
Branch: py3.5
Changeset: r96036:c87433506699
Date: 2019-02-17 12:35 +0100
http://bitbucket.org/pypy/pypy/changeset/c87433506699/
Log:merge default
diff --git a/extra_tests/cffi_tests/cffi0/test_ownlib.py
b/extra_tests/cffi_tests/cffi0/test_ownlib.py
--- a
Author: Carl Friedrich Bolz-Tereick
Branch: py3.5
Changeset: r96039:227b54cdf79b
Date: 2019-02-17 13:35 +0100
http://bitbucket.org/pypy/pypy/changeset/227b54cdf79b/
Log:doesn't need the hack on py3.5
diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy/objspa
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r96040:d6a918e4c217
Date: 2019-02-17 13:39 +0100
http://bitbucket.org/pypy/pypy/changeset/d6a918e4c217/
Log:merge py3.5
diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py
--- a/pypy/objspace/std/iterobje
Author: Carl Friedrich Bolz-Tereick
Branch: py3.5
Changeset: r96038:1c54055fec69
Date: 2019-02-17 12:53 +0100
http://bitbucket.org/pypy/pypy/changeset/1c54055fec69/
Log:merge default
diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py
--- a/pypy/objspace/std/iterob
Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r96037:b42bf472ce7d
Date: 2019-02-17 12:52 +0100
http://bitbucket.org/pypy/pypy/changeset/b42bf472ce7d/
Log:fix
diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py
--- a/pypy/objspace/std/iterobject.py
+++ b/p
Author: Matti Picus
Branch:
Changeset: r96041:4e661aec658f
Date: 2019-02-17 16:41 +0200
http://bitbucket.org/pypy/pypy/changeset/4e661aec658f/
Log:remove dead code
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpreter/unicodehelper.py
+++
Author: Matti Picus
Branch:
Changeset: r96042:d13ae7d283ae
Date: 2019-02-17 16:53 +0200
http://bitbucket.org/pypy/pypy/changeset/d13ae7d283ae/
Log:revert part of 4e661aec658f to keep synced with py3.6
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/