summaryrefslogtreecommitdiffstats
path: root/ipalib/parameters.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix multivalue params requiring default to be of type self.type instead of tu...Pavel Zuna2009-02-231-1/+4
* Add pattern matching to Str and BytesJason Gerard DeRose2009-02-171-6/+25
* Added some missing parameter unit tests; added docstring about Command._repr_...Jason Gerard DeRose2009-02-031-0/+20
* Fixed a few problems in the CLI interactive prompting (wont prompt for Flag now)Jason Gerard DeRose2009-02-031-1/+6
* More work on xmlrpc stuff, started migrated more code to use errors2 instead ...Jason Gerard DeRose2009-02-031-0/+5
* Added Command.args_options_2_params() method and its unit testsJason Gerard DeRose2009-02-031-0/+1
* Started roughing out new crud base classesJason Gerard DeRose2009-02-031-0/+5
* Fixed Param.validate() so that self.query is checked after self.requiredJason Gerard DeRose2009-01-201-3/+2
* Added example to StrEnum docstringJason Gerard DeRose2009-01-181-0/+10
* Added missing enumerable parametersJason Gerard DeRose2009-01-181-0/+41
* Updated passwd plugins module to where it can at least be importedJason Gerard DeRose2009-01-141-0/+6
* New Param: all docstring examples now pass under doctestsJason Gerard DeRose2009-01-141-2/+24
* New Param: added Param.query kwarg for crud operations like Retrieve and Sear...Jason Gerard DeRose2009-01-141-0/+3
* All unit tests now working (except for doctests and Rob's xmlrpc tests)Jason Gerard DeRose2009-01-141-1/+7
* New Param: split common Bytes/Str functionality into new Data base class; Str...Jason Gerard DeRose2009-01-141-15/+36
* New Param: renamed parameter.py to parameters.pyJason Gerard DeRose2009-01-141-0/+882