freeipa/ipalib
2008-08-26 16:52:46 +00:00
..
plugins 191: Removed ipalib/api.py module; standard plugable.API instance is now in ipalib.__init__.py 2008-08-25 23:35:29 +00:00
tests 195: Started on docstring for public.DefaultFrom 2008-08-26 01:07:24 +00:00
__init__.py 194: Removed like to Bazaar Plugin doc as it's not very relevant 2008-08-26 00:28:43 +00:00
cli.py 182: Renamed plublic.cmd base class to Command 2008-08-15 19:49:04 +00:00
errors.py 143: Added errors.RequirementError exception; cmd.validate() now raises RequirementError if a required option is missing 2008-08-13 05:14:12 +00:00
load_plugins.py 133: Renamed run.py to api.py 2008-08-13 01:26:30 +00:00
plugable.py 179: DictProxy now has __call__() method that iterates through the values; removed __call__() method from NameSpace as it subclasses from DictProxys; DictProxy unit tests now test __call__() 2008-08-15 05:19:02 +00:00
public.py 196: DefaultFrom.__call__() now returns values from callback even if not basestring; small work on DefaultFrom docstrings 2008-08-26 16:52:46 +00:00