[pypy-commit] pypy winconsoleio: Fixed a few translation issues

2019-06-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96777:6c43ea44b9f0 Date: 2019-06-03 23:13 +0100 http://bitbucket.org/pypy/pypy/changeset/6c43ea44b9f0/ Log:Fixed a few translation issues diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py

[pypy-commit] pypy winconsoleio: Implemented _testconsole. Fixed translation issues.

2019-06-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96778:fb78fa19bcc4 Date: 2019-06-08 21:55 +0100 http://bitbucket.org/pypy/pypy/changeset/fb78fa19bcc4/ Log:Implemented _testconsole. Fixed translation issues. diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.p

[pypy-commit] pypy winconsoleio: Implemented a couple more methods.

2019-06-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96779:a89938555d38 Date: 2019-06-08 23:12 +0100 http://bitbucket.org/pypy/pypy/changeset/a89938555d38/ Log:Implemented a couple more methods. diff --git a/pypy/module/_io/interp_io.py b/pypy/module/_io/interp_io.py --- a/pypy/module/_io