summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* __init__: jump the semver.org (2.0.0) bandwagonv0.1.0Jan Pokorný2014-09-121-1/+1
* Allow for native Python package (incl. the C helper)Jan Pokorný2014-09-124-14/+539
* README: use rather the immediate script in the exampleJan Pokorný2014-09-111-1/+1
* Move + ln -s README, run-{dev,tests}, doc into __root__Jan Pokorný2014-09-1112-133/+141
* s/main-bootstrap/run-dev + s/runtests.sh/run-tests/Jan Pokorný2014-09-092-0/+0
* runtests.sh: alternative way of tests executionJan Pokorný2014-09-091-0/+7
* Get rid of remaining clufter-qualified commandsJan Pokorný2014-09-0934-150/+199
* 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
* tests/command: apply Approved Formatting Convention (TM)Jan Pokorný2014-09-051-6/+6
* Make CLI interface work again after bfbb5c8(?)Jan Pokorný2014-09-053-6/+8
* command_manager: remove remnant of commit bfbb5c8Jan Pokorný2014-09-051-1/+0
* filters/xml2simpleconfig: add a note wrt. non-bijectivityJan Pokorný2014-09-051-0/+2
* utils: sanitize args2tuple (OMG)Jan Pokorný2014-09-051-1/+1
* plugin_registry: sanitizeJan Pokorný2014-09-051-1/+5
* command_manager: 'implicit' superseded (by far) with 'init_lookup'Jan Pokorný2014-09-053-16/+7
* {command,filter}_manager: finalize "pick what's needed"Jan Pokorný2014-09-052-3/+18
* 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-052-3/+3
* 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-053-11/+13
* utils: consider set a "tuplist" as wellJan Pokorný2014-09-052-2/+2
* Reconsider plugin (class/symbol) to module organizationJan Pokorný2014-09-0525-62/+65
* Solve a "read-only dict as API" question once foreverJan Pokorný2014-09-0410-135/+173
* format: workaround Python pre-2.7 limitation (Issue5982)Jan Pokorný2014-09-041-1/+2
* format: cosmeticsJan Pokorný2014-09-041-2/+1
* format: avoid unneeded indirection (+ potentially other pros)Jan Pokorný2014-09-041-1/+1
* format: fix multiple class-level __init__ per one __new__ resultJan Pokorný2014-09-033-12/+25
* filter{,_manager}: cosmetics/housekeepingJan Pokorný2014-09-022-8/+8
* filter{,_manager}: filter responsible for resolving selfJan Pokorný2014-09-026-50/+79
* command: more housekeepingJan Pokorný2014-09-021-1/+0
* command: state the only Approved Indenting Convention (TM)Jan Pokorný2014-09-021-6/+27
* command: cosmeticsJan Pokorný2014-09-021-7/+7
* command{,_manager}: command responsible for resolving selfJan Pokorný2014-09-023-89/+101
* command_manager: pretty_cmds: sort the commands by nameJan Pokorný2014-09-021-2/+2
* tests/run_cmd: remove hit-disk test in favor of in-memory oneJan Pokorný2014-09-011-24/+24
* filters/ccs2needlexml: fix malformatted warning messageJan Pokorný2014-09-011-1/+3
* filters/ccs2needlexml: add forgotten outer uidgid elementJan Pokorný2014-09-011-5/+7
* formats/corosync: uidgid? -> uidgid* in corosync.rngJan Pokorný2014-09-011-2/+2
* commands/ccs2pcs: fix another unneeded indirectionJan Pokorný2014-09-011-2/+2
* command: fix extra indirection thinkoJan Pokorný2014-09-011-1/+1
* format: syntactic sugar for distilling particular representationJan Pokorný2014-09-012-9/+24
* command: make usable as a library (output as a string, etc.)Jan Pokorný2014-09-016-26/+63
* plugin_registry vs. protocol(s): "kludge" -> fixed featureJan Pokorný2014-09-012-3/+7
* plugin_registry/commands: implement+use RO view on pluginsJan Pokorný2014-08-294-7/+25
* commands: reflect symbolic usage of protocolsJan Pokorný2014-08-293-10/+17