summaryrefslogtreecommitdiffstats
path: root/filter.py
Commit message (Expand)AuthorAgeFilesLines
* filter(s): proceed_xslt -> proceed_xslt_filter + related cleanupJan Pokorný2014-04-031-1/+4
* filter: add a commented way to preserve space, if anyJan Pokorný2014-04-021-0/+3
* filter: reconcile _xslt_template with 017948aJan Pokorný2014-04-011-1/+1
* filter: style/cosmeticsJan Pokorný2014-04-011-1/+1
* filter: exception if parent doesn't expect observed childJan Pokorný2014-04-011-1/+4
* filter: failback when collections.OrderedDict cannot be usedJan Pokorný2014-03-281-1/+4
* filter: suppress deprecation warningJan Pokorný2014-03-281-1/+1
* filter: fix issue with missing/superfluous "snippet" aux. tagJan Pokorný2014-03-281-1/+4
* filter: introduce postponed/merging templates via descent-mixJan Pokorný2014-03-271-51/+125
* filter: comment about top-down traversal in _xslt_preprocessJan Pokorný2014-03-271-0/+1
* filter: refactor: s/parent_sym/parent (contains more data)Jan Pokorný2014-03-271-5/+5
* filter: better handling of "defaulting gaps" in sparse walkJan Pokorný2014-03-201-5/+8
* filter: make a difference between first/rest default symbolsJan Pokorný2014-03-201-5/+17
* filter: extend a comment wrt. possibility of subsequent failureJan Pokorný2014-03-071-0/+1
* filter: add a comment wrt. possibility of subsequent failureJan Pokorný2014-03-071-0/+1
* filter: fix not properly undecorating lookup symbolJan Pokorný2014-03-071-3/+4
* XML filter: s/recursion/descent (which better describes its use)Jan Pokorný2014-02-191-2/+2
* filter: comment out debug printoutsJan Pokorný2014-02-171-3/+3
* command_context: s/add_filter/ensure_filter (now also returns)Jan Pokorný2014-02-131-4/+3
* filters/command context: filters get passed their portion + no selfJan Pokorný2014-02-111-1/+3
* CompositeFormat should be not more or less usableJan Pokorný2014-02-091-5/+8
* plugin_registry/format/filter: new way of "private plugin" markingJan Pokorný2014-02-091-2/+2
* command+filter: add a comment reminding "resolved state"Jan Pokorný2014-02-091-1/+1
* Move base exceptions and exit codes to separate error.pyJan Pokorný2014-01-271-1/+2
* filters: introduce command context (e.g., previous tasks inspection)Jan Pokorný2014-01-171-2/+5
* filter: avoid long lines where not neededJan Pokorný2014-01-171-2/+2
* filter/format: adjust commentsJan Pokorný2014-01-171-1/+1
* Batch header unificationJan Pokorný2013-11-181-1/+1
* filter: fix failing test: test01 (ccs2coroxml.Main)Jan Pokorný2013-11-181-1/+1
* Initial commitJan Pokorný2013-11-181-0/+407