summaryrefslogtreecommitdiffstats
path: root/utils.py
Commit message (Expand)AuthorAgeFilesLines
* utils: new "hybridmethod" decoratorJan Pokorný2015-08-111-0/+8
* utils: try avoiding clash of special keys in kwargsJan Pokorný2015-08-111-7/+7
* utils: add lazystring decorator/wrapper over eval'd stringJan Pokorný2015-02-261-0/+26
* ext-plugins/lib-general: string_{list,set} + conversion filterJan Pokorný2015-01-091-1/+1
* utils: properly rehash filterdict_* functionsJan Pokorný2014-11-141-11/+57
* utils: arg2wrapped: make sure list on input is on outputJan Pokorný2014-11-141-2/+3
* format (+utils): make format compatibility check more liberalJan Pokorný2014-10-211-1/+8
* plugin_registry: fix issue with non-discoverable pluginsJan Pokorný2014-09-171-1/+7
* utils: sanitize args2tuple (OMG)Jan Pokorný2014-09-051-1/+1
* utils: consider set a "tuplist" as wellJan Pokorný2014-09-051-1/+1
* Solve a "read-only dict as API" question once foreverJan Pokorný2014-09-041-0/+4
* command/format: pass declared cmd context subset to Format objectJan Pokorný2014-06-181-0/+21
* command_context: restore common dict semantics + allow "bypass"Jan Pokorný2014-06-171-1/+5
* utils: reconcile forgotten "filter" funcs renamingJan Pokorný2014-06-171-6/+14
* utils: fix braino in naming: mutable -> immutableJan Pokorný2014-06-041-1/+1
* utils: fix braino in func_defaults_varnames + update unittestJan Pokorný2014-06-041-16/+5
* Cleanup: move squote from utils to utils_xmlJan Pokorný2014-05-301-7/+0
* format: refactor out some tuplist-realated normalizationsJan Pokorný2014-05-301-0/+4
* filter: XMLFilter/XSLT: expose system knowledge as paramsJan Pokorný2014-05-221-0/+7
* utils_prog: new program-specific unit incl. some moves from utilsJan Pokorný2014-05-191-71/+12
* Relicence GPLv2 -> GPLv2+Jan Pokorný2014-04-251-1/+1
* utils: further sanitize/simplify func_defaults_varnamesJan Pokorný2014-04-011-8/+6
* Refactor "magic @DITIT+ files: allow repeated usage"Jan Pokorný2014-04-011-12/+0
* Refactor: move functional-paradigm helpers utils -> utils_funcJan Pokorný2014-04-011-76/+0
* utils: func_defaults_varnames: one more fixJan Pokorný2014-03-281-0/+3
* utils: func_defaults_varnames: fix previous commitJan Pokorný2014-03-281-1/+5
* utils: fix implicit function argument when making a generatorJan Pokorný2014-03-281-4/+12
* re magic @DITIT+ files: allow repeated usageJan Pokorný2014-03-281-0/+12
* Formalize s/_/-/g + inverse transformation as functionsJan Pokorný2014-03-061-0/+14
* utils: add a note wrt. longopt_letters_reprio (uppercasing)Jan Pokorný2014-03-041-1/+2
* command: fix short-option assignment algorithmJan Pokorný2014-03-041-2/+4
* command: automagically figure out the short opts for long onesJan Pokorný2014-02-261-0/+8
* command-related: postpone creating Option instancesJan Pokorný2014-02-261-0/+3
* command+utils: adjust commentsJan Pokorný2014-02-261-1/+1
* format + simpleconfig: prevent unneeded deepcopy (of tuple)Jan Pokorný2014-02-191-0/+3
* Allow more convenient way of specifying command parametersJan Pokorný2014-02-191-3/+8
* command: make this top-layer work as per the design, yayJan Pokorný2014-02-131-0/+27
* utils: add decorator mainly for recursive staticmethodJan Pokorný2014-02-111-0/+8
* utils: fix args2... enforcing lists + extra spaceJan Pokorný2014-02-111-6/+9
* utils: add any2iter always having some "iterable" at outputJan Pokorný2014-02-101-0/+5
* utils: tuple-or-list = tuplist + function to detect itJan Pokorný2014-02-101-15/+14
* utils: adjust head_tail and add args2{sgpl,tuple} helpersJan Pokorný2014-02-091-4/+9
* command: fine-tune "shapes" match for filter/format chainJan Pokorný2014-01-281-10/+20
* command: implement "shapes" match for filter/format chainJan Pokorný2014-01-271-0/+17
* Move base exceptions and exit codes to separate error.pyJan Pokorný2014-01-271-25/+1
* utils: apply_aggregation_preserving_passing_depth: new helperJan Pokorný2014-01-241-0/+6
* utils: func_defaults_varnames: new fnc instrospection helperJan Pokorný2014-01-241-0/+10
* utils: which: add docstringJan Pokorný2014-01-241-0/+1
* utils: fix issues with Clufter{,plain}Error robustnessJan Pokorný2014-01-231-4/+8
* utils: add mappings of tuples/list with variable depthJan Pokorný2014-01-201-1/+20