summaryrefslogtreecommitdiffstats
path: root/format.py
Commit message (Expand)AuthorAgeFilesLines
* filter+format: harden (+prepare grounds for) XML/XSLT usageJan Pokorný2016-02-011-3/+5
* format: CompositeFormat should also implement hash propertyJan Pokorný2015-12-171-0/+8
* format: cosmetics/indentationJan Pokorný2015-08-111-1/+1
* format: walk_schema now allows overriding of xml_rootJan Pokorný2015-08-111-2/+2
* format: Format/walk_schema inconsistency robustness++Jan Pokorný2015-08-111-3/+7
* format: turn validator from classmethod to hybridmethodJan Pokorný2015-08-111-5/+6
* format: add optional knowledge of a "void"/minimal fileJan Pokorný2015-07-141-0/+1
* format: avoid duplicate "swallow" (+validation, ...)Jan Pokorný2015-07-141-1/+2
* format: more verbose assertionJan Pokorný2015-07-021-1/+2
* command: add support for in-command-parameter interpolationJan Pokorný2015-06-191-0/+1
* Better support of Composite format usage/passingJan Pokorný2015-04-151-1/+2
* Introduce systemic handling of magic file specs (finally)Jan Pokorný2015-02-261-21/+20
* format: uncomment preservation of constructor kwargsJan Pokorný2015-02-261-1/+1
* format: change severity of "cannot load a module" msgJan Pokorný2015-02-261-2/+2
* filter+format: make "aux lookup" work for ext. pluginsJan Pokorný2014-12-081-1/+3
* filter+format: log.warn -> log.warningJan Pokorný2014-11-241-1/+1
* format: make default XML validator spec narrowerJan Pokorný2014-11-241-1/+1
* format: when trying to parse RNG schema, handle invalid XMLJan Pokorný2014-11-241-1/+1
* format: gracefully handle case of unspecified root tagJan Pokorný2014-11-241-4/+1
* format: fix a thinko wrt. unexpected msg only retvalJan Pokorný2014-11-241-1/+3
* format: fix a thinko when picking up a default tupleJan Pokorný2014-11-241-1/+1
* format: HASHALGO default is set in defaults.py/setup.cfgJan Pokorný2014-11-141-1/+5
* format: make passing protocol/protodecl optionalJan Pokorný2014-11-141-4/+5
* format (+utils): make format compatibility check more liberalJan Pokorný2014-10-211-4/+6
* format: more sane usage of "uniquize" filename hashJan Pokorný2014-10-081-14/+26
* format: make SimpleFormat referenceable in filtersJan Pokorný2014-10-081-1/+1
* format: select external "hash" as the first quarter of originalJan Pokorný2014-10-081-2/+2
* format: "hash that would semi-reliably pair output(s) to input"Jan Pokorný2014-10-081-1/+44
* format: fix excessive purification of interpolations dictJan Pokorný2014-10-081-4/+1
* format: allow for interpolations within filenamesJan Pokorný2014-10-081-3/+14
* command+format: move magic FDs handling command->formatJan Pokorný2014-10-081-5/+20
* format: fix a thinko: multi-acquiring of single objectJan Pokorný2014-10-081-5/+12
* format: cosmetics (max 80 chars per line)Jan Pokorný2014-09-291-1/+2
* format: fix creating "RO copies" of dicts needlesslyJan Pokorný2014-09-291-1/+2
* format: during "walk", also skip files starting with a dotJan Pokorný2014-09-221-1/+2
* Solve a "read-only dict as API" question once foreverJan Pokorný2014-09-041-1/+3
* 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-031-2/+6
* format: syntactic sugar for distilling particular representationJan Pokorný2014-09-011-8/+23
* (Optionally) promote protocols to first-class entityJan Pokorný2014-08-291-19/+23
* format: prefer specific imports from imp standard moduleJan Pokorný2014-08-291-3/+3
* format: rehash how validators are tracked and usedJan Pokorný2014-06-191-22/+74
* format: turn needless per-module constant to per-class oneJan Pokorný2014-06-181-2/+4
* command/format: pass declared cmd context subset to Format objectJan Pokorný2014-06-181-17/+31
* format: etree_rng_validator: extend + more info to call siteJan Pokorný2014-06-171-17/+46
* xml_utils: make rng_pivot return "starting" definitionJan Pokorný2014-06-131-1/+2
* utils: fix braino in naming: mutable -> immutableJan Pokorný2014-06-041-2/+2
* format: implement XML validation based on Relax NG schemasJan Pokorný2014-05-301-2/+53