summaryrefslogtreecommitdiff
path: root/poezio/plugin_manager.py
AgeCommit message (Expand)Author
2018-06-29Update poezio for the new tabs modulemathieui
2018-01-16yapf -ripmathieui
2018-01-13yapf -irmathieui
2017-11-12yapf -irmathieui
2017-10-13Improve some bare or redundant exceptsmathieui
2017-10-12Fix some excepts (bare, useless, unused)mathieui
2017-10-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot
2016-12-26Add missing message types (fix #3271)mathieui
2016-10-21pyflake fixesmathieui
2016-08-21Don’t call input completion() functions inside completion methodsmathieui
2016-07-03Fix plugin loading when installedmathieui
2016-06-30Only import "Command" instead of "core" when possiblemathieui
2016-06-30Absolute imports everywheremathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-12Convert some genexprs into regular list comprehension.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot