index
:
clufter.git
master
Outdated mirror to be decommissioned soon, use https://pagure.io/clufter instead
Jan Pokorný
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
utils: add lazystring decorator/wrapper over eval'd string
Jan Pokorný
2015-02-26
1
-0
/
+26
*
ext-plugins/lib-general: string_{list,set} + conversion filter
Jan Pokorný
2015-01-09
1
-1
/
+1
*
utils: properly rehash filterdict_* functions
Jan Pokorný
2014-11-14
1
-11
/
+57
*
utils: arg2wrapped: make sure list on input is on output
Jan Pokorný
2014-11-14
1
-2
/
+3
*
format (+utils): make format compatibility check more liberal
Jan Pokorný
2014-10-21
1
-1
/
+8
*
plugin_registry: fix issue with non-discoverable plugins
Jan Pokorný
2014-09-17
1
-1
/
+7
*
utils: sanitize args2tuple (OMG)
Jan Pokorný
2014-09-05
1
-1
/
+1
*
utils: consider set a "tuplist" as well
Jan Pokorný
2014-09-05
1
-1
/
+1
*
Solve a "read-only dict as API" question once forever
Jan Pokorný
2014-09-04
1
-0
/
+4
*
command/format: pass declared cmd context subset to Format object
Jan Pokorný
2014-06-18
1
-0
/
+21
*
command_context: restore common dict semantics + allow "bypass"
Jan Pokorný
2014-06-17
1
-1
/
+5
*
utils: reconcile forgotten "filter" funcs renaming
Jan Pokorný
2014-06-17
1
-6
/
+14
*
utils: fix braino in naming: mutable -> immutable
Jan Pokorný
2014-06-04
1
-1
/
+1
*
utils: fix braino in func_defaults_varnames + update unittest
Jan Pokorný
2014-06-04
1
-16
/
+5
*
Cleanup: move squote from utils to utils_xml
Jan Pokorný
2014-05-30
1
-7
/
+0
*
format: refactor out some tuplist-realated normalizations
Jan Pokorný
2014-05-30
1
-0
/
+4
*
filter: XMLFilter/XSLT: expose system knowledge as params
Jan Pokorný
2014-05-22
1
-0
/
+7
*
utils_prog: new program-specific unit incl. some moves from utils
Jan Pokorný
2014-05-19
1
-71
/
+12
*
Relicence GPLv2 -> GPLv2+
Jan Pokorný
2014-04-25
1
-1
/
+1
*
utils: further sanitize/simplify func_defaults_varnames
Jan Pokorný
2014-04-01
1
-8
/
+6
*
Refactor "magic @DITIT+ files: allow repeated usage"
Jan Pokorný
2014-04-01
1
-12
/
+0
*
Refactor: move functional-paradigm helpers utils -> utils_func
Jan Pokorný
2014-04-01
1
-76
/
+0
*
utils: func_defaults_varnames: one more fix
Jan Pokorný
2014-03-28
1
-0
/
+3
*
utils: func_defaults_varnames: fix previous commit
Jan Pokorný
2014-03-28
1
-1
/
+5
*
utils: fix implicit function argument when making a generator
Jan Pokorný
2014-03-28
1
-4
/
+12
*
re magic @DITIT+ files: allow repeated usage
Jan Pokorný
2014-03-28
1
-0
/
+12
*
Formalize s/_/-/g + inverse transformation as functions
Jan Pokorný
2014-03-06
1
-0
/
+14
*
utils: add a note wrt. longopt_letters_reprio (uppercasing)
Jan Pokorný
2014-03-04
1
-1
/
+2
*
command: fix short-option assignment algorithm
Jan Pokorný
2014-03-04
1
-2
/
+4
*
command: automagically figure out the short opts for long ones
Jan Pokorný
2014-02-26
1
-0
/
+8
*
command-related: postpone creating Option instances
Jan Pokorný
2014-02-26
1
-0
/
+3
*
command+utils: adjust comments
Jan Pokorný
2014-02-26
1
-1
/
+1
*
format + simpleconfig: prevent unneeded deepcopy (of tuple)
Jan Pokorný
2014-02-19
1
-0
/
+3
*
Allow more convenient way of specifying command parameters
Jan Pokorný
2014-02-19
1
-3
/
+8
*
command: make this top-layer work as per the design, yay
Jan Pokorný
2014-02-13
1
-0
/
+27
*
utils: add decorator mainly for recursive staticmethod
Jan Pokorný
2014-02-11
1
-0
/
+8
*
utils: fix args2... enforcing lists + extra space
Jan Pokorný
2014-02-11
1
-6
/
+9
*
utils: add any2iter always having some "iterable" at output
Jan Pokorný
2014-02-10
1
-0
/
+5
*
utils: tuple-or-list = tuplist + function to detect it
Jan Pokorný
2014-02-10
1
-15
/
+14
*
utils: adjust head_tail and add args2{sgpl,tuple} helpers
Jan Pokorný
2014-02-09
1
-4
/
+9
*
command: fine-tune "shapes" match for filter/format chain
Jan Pokorný
2014-01-28
1
-10
/
+20
*
command: implement "shapes" match for filter/format chain
Jan Pokorný
2014-01-27
1
-0
/
+17
*
Move base exceptions and exit codes to separate error.py
Jan Pokorný
2014-01-27
1
-25
/
+1
*
utils: apply_aggregation_preserving_passing_depth: new helper
Jan Pokorný
2014-01-24
1
-0
/
+6
*
utils: func_defaults_varnames: new fnc instrospection helper
Jan Pokorný
2014-01-24
1
-0
/
+10
*
utils: which: add docstring
Jan Pokorný
2014-01-24
1
-0
/
+1
*
utils: fix issues with Clufter{,plain}Error robustness
Jan Pokorný
2014-01-23
1
-4
/
+8
*
utils: add mappings of tuples/list with variable depth
Jan Pokorný
2014-01-20
1
-1
/
+20
*
utils: singleton to watch for atmost one use of stdin in Popen context
Jan Pokorný
2014-01-16
1
-0
/
+20
*
Remove usage of "too forward" dict comprehensions
Jan Pokorný
2014-01-13
1
-4
/
+8
[next]