summaryrefslogtreecommitdiff
path: root/plugins/python/example_io_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* If the signal.Signals enum is not present, search the dictionary.Todd C. Miller2020-04-091-4/+16
* Avoid using typing annotations so tests run with Python 3.4.Todd C. Miller2020-04-071-10/+7
* plugins/python/example_*.py: document returning error stringRobert Manner2020-02-061-0/+6
* plugins/python/example*.py: pep8 fixes (mainly line too long)Robert Manner2020-02-061-6/+8
* plugins/python/sudo_python_module.c: use IntEnums instead of constantsRobert Manner2020-02-041-9/+9
* plugins/python/example_io_plugin: close the file at destroyRobert Manner2020-01-281-0/+1
* plugins/python/example_{io,conversation}: avoid printing signal numberRobert Manner2020-01-141-2/+1
* plugins/python: fix confusing version displayRobert Manner2020-01-091-1/+1
* plugins/python/example_io_plugin.py: fix backtrace during destructorRobert Manner2020-01-071-1/+2
* plugins/python: add example io python pluginRobert Manner2019-11-191-0/+135