[pypy-commit] pypy default: fix curses tests and make sure ffi.string returns str for python3

2020-01-26 Thread mattip
Author: Matti Picus Branch: Changeset: r98585:cad029326210 Date: 2020-01-26 08:36 +0200 http://bitbucket.org/pypy/pypy/changeset/cad029326210/ Log:fix curses tests and make sure ffi.string returns str for python3 diff --git a/lib-python/2.7/test/test_curses.py b/lib-python/2.7/test/test_cu

[pypy-commit] pypy py3.6: merge default into branch

2020-01-26 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98586:aefd6cf46eed Date: 2020-01-26 08:37 +0200 http://bitbucket.org/pypy/pypy/changeset/aefd6cf46eed/ Log:merge default into branch diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/lib_pypy/_curses.py @@ -57

[pypy-commit] pypy py3.6: fix _curses for py3.6

2020-01-26 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98587:9265d2b9cef6 Date: 2020-01-26 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/9265d2b9cef6/ Log:fix _curses for py3.6 diff --git a/lib-python/3/test/test_curses.py b/lib-python/3/test/test_curses.py --- a/lib-python/3/test/test_curses.

[pypy-commit] pypy py3.6: issue 3159: venv should copy directories, not just files

2020-01-26 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98588:39898aeb2799 Date: 2020-01-26 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/39898aeb2799/ Log:issue 3159: venv should copy directories, not just files diff --git a/lib-python/3/venv/__init__.py b/lib-python/3/venv/__init__.py --- a/l