summaryrefslogtreecommitdiffstats
path: root/format.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix previous 'as_instance' introduction (testsuite run badly!)Jan Pokorný2014-02-121-1/+1
* format: add 'as_instance' passthrough-or-not classmethodJan Pokorný2014-02-111-0/+13
* utils: tuple-or-list = tuplist + function to detect itJan Pokorný2014-02-101-5/+4
* format: make CompositeFormat indexable and iterableJan Pokorný2014-02-091-0/+6
* format: fixes to CompositeFormat to be usable at allJan Pokorný2014-02-091-14/+35
* format: turn decorator function into staticmethod of FormatJan Pokorný2014-02-091-36/+37
* format: fix a thinko in doing extra work wrt. dict passingJan Pokorný2014-02-091-1/+1
* plugin_registry/format/filter: new way of "private plugin" markingJan Pokorný2014-02-091-6/+15
* format: initial (surely buggy) implementation of CompositeFormatJan Pokorný2014-02-061-0/+51
* format: cosmetic tweaks (copyright year, long line)Jan Pokorný2014-02-061-2/+2
* format: instance of protocol producer wrapper derives metadataJan Pokorný2014-01-271-1/+2
* Move base exceptions and exit codes to separate error.pyJan Pokorný2014-01-271-1/+2
* filter/format: adjust commentsJan Pokorný2014-01-171-1/+1
* Batch header unificationJan Pokorný2013-11-181-1/+1
* format: enforce solely xml_root at the walk tree rootJan Pokorný2013-11-181-0/+1
* Initial commitJan Pokorný2013-11-181-0/+310