summaryrefslogtreecommitdiffstats
path: root/format.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* format: implement validator infrastructureJan Pokorný2014-05-301-8/+39
* format: allow implicit "produce" generic->specific chainingJan Pokorný2014-05-301-10/+21
* format: refactor out some tuplist-realated normalizationsJan Pokorný2014-05-301-8/+7
* format: native_protocol as raising classproperty, no rng_schemaJan Pokorný2014-05-301-10/+8
* Relicence GPLv2 -> GPLv2+Jan Pokorný2014-04-251-1/+1
* Refactor "magic @DITIT+ files: allow repeated usage"Jan Pokorný2014-04-011-1/+9
* format/main: start using warnings standard moduleJan Pokorný2014-04-011-3/+5
* re magic @DITIT+ files: allow repeated usageJan Pokorný2014-03-281-6/+13
* format: allow for non-linear piping using @DIGIT notationJan Pokorný2014-03-201-3/+7
* format: '-' file specification on output means stdout as usualJan Pokorný2014-03-071-3/+6
* format + simpleconfig: prevent unneeded deepcopy (of tuple)Jan Pokorný2014-02-191-4/+4
* format: SimpleFormat constr.: enhance error diagnosticsJan Pokorný2014-02-131-2/+2
* format: as_instance: fix assumption passing instance untangledJan Pokorný2014-02-131-5/+5
* format: deco: fix a collision between named arg and *argsJan Pokorný2014-02-131-1/+2