freeipa/ipalib
2008-09-02 17:29:01 +00:00
..
plugins 200: Added plugins/override.py with an example of overriding a plugin 2008-08-26 19:43:56 +00:00
tests 228: plugable.check_name() now uses errors.check_type() 2008-09-02 17:29:01 +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 227: check_type() and check_isinstance() now take arguments in (value, type_, name) order so the first two match the built-in isinstance() call signature 2008-09-02 16:42:39 +00:00
ipa_types.py 216: Added ipa_types.Enum.validate() method; added corresponding unit tests 2008-08-28 07:57:07 +00:00
load_plugins.py 133: Renamed run.py to api.py 2008-08-13 01:26:30 +00:00
plugable.py 228: plugable.check_name() now uses errors.check_type() 2008-09-02 17:29:01 +00:00
public.py 220: Renamed Option2.validate_scalar() to Option2.__validate_scalar(); added Option2.normalize() method; added corresponding unit tests 2008-08-29 03:17:26 +00:00