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