freeipa/ipalib
2008-08-28 04:54:48 +00:00
..
plugins 200: Added plugins/override.py with an example of overriding a plugin 2008-08-26 19:43:56 +00:00
tests 213: Added ipa_type.Bool class; added corresponding unit tests 2008-08-28 04:54:48 +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 201: Added new cli command 'console' that starts a custom interactive Python console 2008-08-27 00:25:33 +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
ipa_types.py 213: Added ipa_type.Bool class; added corresponding unit tests 2008-08-28 04:54:48 +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 198: Renamed Command.default() to Command.get_default(); Command.get_default_iter() now correctly calls Option.get_default() instead of Option.default() 2008-08-26 19:13:55 +00:00