Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New Param: cleanup up readability of Param.__init__(); added unit tests for ↵ | Jason Gerard DeRose | 2008-12-12 | 1 | -8/+26 |
| | | | | unknown kwargs | ||||
* | New Param: added all logic for minlength, maxlength, and length in Bytes ↵ | Jason Gerard DeRose | 2008-12-12 | 1 | -14/+56 |
| | | | | class (which Str inherits) | ||||
* | New Param: changed kwargs class attribute to a tuple so the subclass ↵ | Jason Gerard DeRose | 2008-12-11 | 1 | -36/+49 |
| | | | | interface is simpler | ||||
* | Copied DefaultFrom into parameter.py; added docstring to new ↵ | Jason Gerard DeRose | 2008-12-11 | 1 | -5/+142 |
| | | | | Param.normalize() method; more work and unit tests in new Param class | ||||
* | 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 ↵ | Jason Gerard DeRose | 2008-12-10 | 1 | -0/+188 |
parameters.py; started corresponding unit tests |