summary refs log tree commit diff stats
path: root/plugins/python/python.py
AgeCommit message (Expand)Author
2018-12-27python: Make sure `help()` doesn't cause hexchat to hang (#2290)linuxdaemon
2018-12-26python: Make the plugins table dynamically sized (#2291)linuxdaemon
2018-12-26python: Made sure to set sys.argv if it is not set. fixes #2282A_D
2018-12-05python: Fix console not eating commandsPatrick Griffis
2018-11-09python: Various cffi fixesA_D
2018-11-09python: Rewrite with CFFIPatrick Griffis