summaryrefslogtreecommitdiffstats
path: root/plugin_registry.py
Commit message (Expand)AuthorAgeFilesLines
* plugin_registry: more systemic builtin plugin paths injectionJan Pokorný2015-08-111-8/+7
* utils: try avoiding clash of special keys in kwargsJan Pokorný2015-08-111-1/+1
* Better support of Composite format usage/passingJan Pokorný2015-04-151-2/+3
* Mass change: import logging -> from logging import getLoggerJan Pokorný2015-01-091-2/+2
* plugin_registry: (std) error on module load is non-fatalJan Pokorný2014-12-081-0/+4
* plugin_registry: abandon "relative to project root plugindir"Jan Pokorný2014-11-241-1/+1
* Extend external plugins support: user provided dirsJan Pokorný2014-11-241-5/+16
* Add support for external plugins (located in ext-plugins subdir)Jan Pokorný2014-11-241-5/+20
* plugin_registry: allow loading dir/__init__.py as wellJan Pokorný2014-11-141-10/+15
* plugin_registry: sanitize kwargs passing in init_lookupJan Pokorný2014-11-141-2/+2
* plugin_registry: better approach in PluginManager.lookupJan Pokorný2014-11-141-4/+4
* plugin_registry: also this discovery skips '[.]*' filesJan Pokorný2014-09-221-1/+1
* plugin_registry: fix overly keen (nested) plugin discoveryJan Pokorný2014-09-221-0/+2
* plugin_registry: drop unused class attributeJan Pokorný2014-09-171-1/+0
* plugin_registry: fix issue with non-discoverable pluginsJan Pokorný2014-09-171-8/+24
* plugin_registry: extend logging for default _init_pluginsJan Pokorný2014-09-171-1/+2
* plugin_registry: optimization + id enforcement (for tests)Jan Pokorný2014-09-091-9/+14
* plugin_registry: do not return when exception bubbles upJan Pokorný2014-09-091-1/+1
* plugin_registry: dedicated method for "make namespaced symbol"Jan Pokorný2014-09-091-1/+5
* plugin_registry: fix always-true misuse of assert stmtJan Pokorný2014-09-091-2/+2
* Make CLI interface work again after bfbb5c8(?)Jan Pokorný2014-09-051-4/+6
* plugin_registry: sanitizeJan Pokorný2014-09-051-1/+5
* plugin_registry: lib-use-convenience/pick what's neededJan Pokorný2014-09-051-8/+41
* plugin_registry: do not hardcode '.py' (can be derived)Jan Pokorný2014-09-051-4/+5
* plugin_registry: unify passing of look-aside pluginsJan Pokorný2014-09-051-1/+1
* plugin_registry: prefer specific imports from impJan Pokorný2014-09-051-3/+3
* plugin_registry: simplify singular-plural arg handlingJan Pokorný2014-09-051-7/+8
* plugin_registry: s/_init_handle_plugins/_init_pluginsJan Pokorný2014-09-051-5/+5
* Solve a "read-only dict as API" question once foreverJan Pokorný2014-09-041-18/+19
* format: fix multiple class-level __init__ per one __new__ resultJan Pokorný2014-09-031-0/+3
* plugin_registry vs. protocol(s): "kludge" -> fixed featureJan Pokorný2014-09-011-3/+5
* plugin_registry/commands: implement+use RO view on pluginsJan Pokorný2014-08-291-0/+18
* (Optionally) promote protocols to first-class entityJan Pokorný2014-08-291-4/+6
* plugin_registry: comment out kludge that become harmfull(?)Jan Pokorný2014-08-291-3/+3
* utils_prog: new program-specific unit incl. some moves from utilsJan Pokorný2014-05-191-1/+2
* Relicence GPLv2 -> GPLv2+Jan Pokorný2014-04-251-1/+1
* Formalize s/_/-/g + inverse transformation as functionsJan Pokorný2014-03-061-2/+2
* plugin_registry: all string identifiers use '-' instead of '_'Jan Pokorný2014-03-041-0/+2
* plugin_registry/format/filter: new way of "private plugin" markingJan Pokorný2014-02-091-9/+9
* *_manager: s/_handle_plugins/_init_handle_plugins/ + change guardJan Pokorný2014-01-211-2/+4
* *Manager: make common (abstract) base PluginManagerJan Pokorný2014-01-171-0/+16
* Remove usage of "too forward" dict comprehensionsJan Pokorný2014-01-131-3/+3
* Batch header unificationJan Pokorný2013-11-181-1/+1
* Initial commitJan Pokorný2013-11-181-0/+194