59fc243 Parse comma-separated lists of values in all parameter types. This can be enabled for a specific parameter by setting the "csv" option to True.

18 files Authored by jcholast 12 years ago, Committed by simo 12 years ago,
    Parse comma-separated lists of values in all parameter types. This can be enabled for a specific parameter by setting the "csv" option to True.
    
    Remove "List" parameter type and replace all occurences of it with appropriate
    multi-valued parameter ("Str" in most cases) with csv enabled.
    
    Add new parameter type "Any", capable of holding values of any type. This is
    needed by the "batch" command, as "Str" is not suitable type for the "methods"
    parameter.
    
    ticket 2007
    
        
file modified
+356 -356
file modified
+0 -5
file modified
+1 -1
file modified
+1 -1
file modified
+38 -44
file modified
+5 -3
file modified
+4 -4
file modified
+13 -11
file modified
+6 -6
file modified
+4 -2
file modified
+5 -3
file modified
+7 -7
file modified
+3 -2
file modified
+17 -11
file modified
+4 -2
file modified
+21 -21