[pypy-commit] pypy py3.5: Fix reversed() on OrderedDict views

2019-01-26 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95730:4674aa2581e3 Date: 2019-01-26 20:12 + http://bitbucket.org/pypy/pypy/changeset/4674aa2581e3/ Log:Fix reversed() on OrderedDict views diff --git a/lib_pypy/_pypy_collections.py b/lib_pypy/_pypy_collections.py --- a/lib_pypy/_pypy_collecti

[pypy-commit] pypy py3.5: Disable tests requiring dict view classes to not be callable, see eb0bd5f16264

2019-01-26 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95731:ab129900b464 Date: 2019-01-26 21:25 + http://bitbucket.org/pypy/pypy/changeset/ab129900b464/ Log:Disable tests requiring dict view classes to not be callable, see eb0bd5f16264 diff --git a/lib-python/3/test/test_dictviews.py b/l

[pypy-commit] pypy py3.5: Get open() from builtin module _io, instead of stdlib io

2019-01-26 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95732:bb4e8dfe6ac8 Date: 2019-01-26 22:22 + http://bitbucket.org/pypy/pypy/changeset/bb4e8dfe6ac8/ Log:Get open() from builtin module _io, instead of stdlib io diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy

[pypy-commit] pypy py3.5: kill the one app_main test that requires it to be importable at interp-level and simplify code

2019-01-26 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r95734:cc45a45ea346 Date: 2019-01-27 03:46 + http://bitbucket.org/pypy/pypy/changeset/cc45a45ea346/ Log:kill the one app_main test that requires it to be importable at interp-level and simplify code diff --git a/pypy/interpreter/app_mai