Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New Param: added basic rule logic | Jason Gerard DeRose | 2008-12-12 | 1 | -2/+8 |
* | New Param: cleanup up readability of Param.__init__(); added unit tests for u... | Jason Gerard DeRose | 2008-12-12 | 1 | -0/+9 |
* | New Param: added all logic for minlength, maxlength, and length in Bytes clas... | Jason Gerard DeRose | 2008-12-12 | 1 | -1/+56 |
* | New Param: changed kwargs class attribute to a tuple so the subclass interfac... | Jason Gerard DeRose | 2008-12-11 | 1 | -29/+26 |
* | Copied DefaultFrom into parameter.py; added docstring to new Param.normalize(... | Jason Gerard DeRose | 2008-12-11 | 1 | -5/+67 |
* | Finished kwarg validation and extension mechanism in parameter.Param | Jason Gerard DeRose | 2008-12-11 | 1 | -3/+45 |
* | Started roughing out the consolidated type/parameter system in parameters.py;... | Jason Gerard DeRose | 2008-12-10 | 1 | -0/+93 |