summaryrefslogtreecommitdiff
path: root/poezio/plugin_manager.py
AgeCommit message (Expand)Author
2018-07-21yapf -ripmathieui
2018-07-14Stop making classes inherit from object.Emmanuel Gil Peyrot
2018-07-05Add a few more str() on pathlib.Path objects.Emmanuel Gil Peyrot
2018-07-04Simplify plugins path changes.Emmanuel Gil Peyrot
2018-07-04plugin_manager: Add back forgotten self.Emmanuel Gil Peyrot
2018-07-04Move XDG basedir functions to the poezio.xdg module.Emmanuel Gil Peyrot
2018-07-03Use the new config.get_default_config_dir() in plugin_manager.Emmanuel Gil Peyrot
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