Jason Gerard DeRose
|
114b6b8577
|
Added some missing parameter unit tests; added docstring about Command._repr_iter() and Param.safe_value()
|
2009-02-03 15:29:02 -05:00 |
|
Jason Gerard DeRose
|
e537dc89cb
|
Fixed a few problems in the CLI interactive prompting (wont prompt for Flag now)
|
2009-02-03 15:29:02 -05:00 |
|
Jason Gerard DeRose
|
244346dbcb
|
More work on xmlrpc stuff, started migrated more code to use errors2 instead of errors
|
2009-02-03 15:29:01 -05:00 |
|
Jason Gerard DeRose
|
ae39dece13
|
Added Command.args_options_2_params() method and its unit tests
|
2009-02-03 15:29:00 -05:00 |
|
Jason Gerard DeRose
|
4febb4dd14
|
Started roughing out new crud base classes
|
2009-02-03 15:28:59 -05:00 |
|
Jason Gerard DeRose
|
f22f3eabb2
|
Fixed Param.validate() so that self.query is checked after self.required
|
2009-01-20 09:38:39 -07:00 |
|
Jason Gerard DeRose
|
bae9dd7c07
|
Added example to StrEnum docstring
|
2009-01-18 16:03:02 -07:00 |
|
Jason Gerard DeRose
|
364e05def1
|
Added missing enumerable parameters
|
2009-01-18 15:55:56 -07:00 |
|
Jason Gerard DeRose
|
ec86208a90
|
Updated passwd plugins module to where it can at least be imported
|
2009-01-14 22:19:31 -07:00 |
|
Jason Gerard DeRose
|
0327b83899
|
New Param: all docstring examples now pass under doctests
|
2009-01-14 20:36:17 -07:00 |
|
Jason Gerard DeRose
|
cd3508bace
|
New Param: added Param.query kwarg for crud operations like Retrieve and Search where criteria should not be validated
|
2009-01-14 14:04:05 -07:00 |
|
Jason Gerard DeRose
|
79422d0489
|
All unit tests now working (except for doctests and Rob's xmlrpc tests)
|
2009-01-14 13:51:37 -07:00 |
|
Jason Gerard DeRose
|
3e201dfff6
|
New Param: split common Bytes/Str functionality into new Data base class; Str no longer subclasses from Bytes
|
2009-01-14 10:58:05 -07:00 |
|
Jason Gerard DeRose
|
5d1e5a0aa9
|
New Param: renamed parameter.py to parameters.py
|
2009-01-14 10:25:33 -07:00 |
|