index
:
.git
master
Unnamed repository; edit this file 'description' to name the repository.
Rob Crittenden
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
parameter.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
New Param: added Str length rule methods; added corresponding unit tests
Jason Gerard DeRose
2009-01-05
1
-0
/
+33
*
New Param: decided on calling signature for rules; added unit tests for Bytes...
Jason Gerard DeRose
2009-01-05
1
-6
/
+12
*
New Param: Added Param.get_label() method for a way to retrieve translated me...
Jason Gerard DeRose
2009-01-05
1
-0
/
+10
*
Started fleshing out reoganization of errors in errors.py (with gettext support)
Jason Gerard DeRose
2009-01-03
1
-0
/
+7
*
Clarifed base.DefaultFrom.__call__() docstring
Jason Gerard DeRose
2009-01-02
1
-1
/
+4
*
Small docstring cleanup in parameters.py
Jason Gerard DeRose
2009-01-02
1
-12
/
+11
*
New Param: ported Param.__repr__() and corresponding unit test
Jason Gerard DeRose
2008-12-18
1
-0
/
+11
*
New Param: added unit tests for TypeError cases in DefaultFrom.__init__()
Jason Gerard DeRose
2008-12-18
1
-2
/
+6
*
New Param: added missing unit tests for TypeError and ValueError cases in par...
Jason Gerard DeRose
2008-12-18
1
-2
/
+4
*
New Param: swapped location of DefaultFrom class and parse_param_spec() function
Jason Gerard DeRose
2008-12-18
1
-47
/
+47
*
New Param: removed unneeded conversion to tuple() in Param.convert()
Jason Gerard DeRose
2008-12-18
1
-1
/
+1
*
New Param: fixed small bug in Param.convert() and added detailed docstring
Jason Gerard DeRose
2008-12-18
1
-3
/
+50
*
New Param: fixed a few things in Param.convert() and added corresponding unit...
Jason Gerard DeRose
2008-12-18
1
-11
/
+11
*
New Param: renamed Param.__normalize_scalar() to Param._normalize_scalar() as...
Jason Gerard DeRose
2008-12-17
1
-4
/
+4
*
New Param: changed naming convention for class rules to '_rule_%s' as these m...
Jason Gerard DeRose
2008-12-17
1
-4
/
+4
*
New Param: split class_rules and *rules into separate attributes
Jason Gerard DeRose
2008-12-17
1
-3
/
+5
*
New Param: added basic rule logic
Jason Gerard DeRose
2008-12-12
1
-6
/
+49
*
New Param: cleanup up readability of Param.__init__(); added unit tests for u...
Jason Gerard DeRose
2008-12-12
1
-8
/
+26
*
New Param: added all logic for minlength, maxlength, and length in Bytes clas...
Jason Gerard DeRose
2008-12-12
1
-14
/
+56
*
New Param: changed kwargs class attribute to a tuple so the subclass interfac...
Jason Gerard DeRose
2008-12-11
1
-36
/
+49
*
Copied DefaultFrom into parameter.py; added docstring to new Param.normalize(...
Jason Gerard DeRose
2008-12-11
1
-5
/
+142
*
Finished kwarg validation and extension mechanism in parameter.Param
Jason Gerard DeRose
2008-12-11
1
-5
/
+31
*
Started roughing out the consolidated type/parameter system in parameters.py;...
Jason Gerard DeRose
2008-12-10
1
-0
/
+188