hexchat/plugins/python
linuxdaemon a5a727122b python: Make sure help() doesn't cause hexchat to hang (#2290)
* Make sure `help()` doesn't cause hexchat to hang

Replace `pydoc.help` with a copy of `pydoc.Helper` with an empty
`StringIO` instead of stdin

* Handle BytesIO vs StringIO on 2.7
2018-12-27 14:46:02 -05:00
..
_hexchat.py python: Various cffi fixes 2018-11-09 18:36:59 -05:00
generate_plugin.py python: Rewrite with CFFI 2018-11-09 18:36:59 -05:00
hexchat.py python: Rewrite with CFFI 2018-11-09 18:36:59 -05:00
meson.build python: Rewrite with CFFI 2018-11-09 18:36:59 -05:00
python2.vcxproj python: Rewrite with CFFI 2018-11-09 18:36:59 -05:00
python2.vcxproj.filters Add python3 plugin 2013-05-03 20:26:58 -04:00
python3.vcxproj python: Rewrite with CFFI 2018-11-09 18:36:59 -05:00
python3.vcxproj.filters python: Rewrite with CFFI 2018-11-09 18:36:59 -05:00
python.def python: Rewrite with CFFI 2018-11-09 18:36:59 -05:00
python.py python: Make sure help() doesn't cause hexchat to hang (#2290) 2018-12-27 14:46:02 -05:00
xchat.py python: Rewrite with CFFI 2018-11-09 18:36:59 -05:00