Files
neovim/runtime
Dan Strokirk 38435e8a05 python: Add missing I/O methods to RedirectStream
`RedirectStream` is used to redirect `stdout` and `stderr`, but are
missing certain I/O methods available on other file-like objects.
This causes external plugins (like `colorama`) to crash.

Inheriting from `io.IOBase` adds an abstract implementation of these
methods, which will at least keep the python code running.

Fixes #4045
2016-01-18 17:22:11 +01:00
..
2015-01-21 07:27:01 +01:00
2016-01-14 17:58:15 +01:00
2016-01-08 23:14:47 +01:00
2015-12-12 09:18:51 -05:00
2014-12-19 15:28:49 -05:00
2016-01-15 16:09:46 +01:00
2015-11-28 10:59:21 +01:00
2014-12-19 15:28:49 -05:00
2016-01-14 13:13:32 -05:00
2014-07-29 02:12:31 +00:00
2015-01-04 19:42:30 +01:00
2014-12-30 13:51:39 +01:00
2015-06-29 20:01:56 -03:00