freeipa/ipalib
2008-10-21 08:47:08 -06:00
..
plugins Framework for doing password changes 2008-10-20 22:41:53 -04:00
__init__.py make-test now runs doctests also; fixed several broken doctests 2008-10-17 20:50:34 -06:00
aci.py Some PEP-257 and reStructuredText fixes in ipalib/aci.py, ipa_server/ipaldap.py 2008-10-17 23:25:50 -06:00
backend.py 320: plugable.API now respects the Plugin.__proxy__ flag; added test for plugins without proxy to unit tests for API 2008-09-24 00:44:41 +00:00
cli.py Reworked 'plugins' command to use output_for_cli() 2008-10-20 18:57:03 -06:00
config.py Add comments in config.py and fix Environment.get() 2008-10-20 19:54:30 +02:00
crud.py Add missing * to *kw to make it pass named arguments instead of positional 2008-10-15 09:57:49 -04:00
errors.py Add mod_python-based XML-RPC server. 2008-10-16 23:33:44 -04:00
frontend.py Fixed typos in tables in docstrings for Attribute and Method 2008-10-21 08:42:52 -06:00
ipa_types.py 239: Added errors.ConversionError; started big clean up of how ValidationError is raised so it works well with multivalues 2008-09-03 18:32:49 +00:00
load_plugins.py Reworked load_plugins so it doesn't use imp.load_module() to load from the plugins/ sub-packages, which previously caused them to be loaded multiple times when runnig the doctests 2008-10-17 22:09:50 -06:00
plugable.py In second example in NameSpace docstring, renamed 'member' class to 'Member' to make the example clearer 2008-10-21 08:47:08 -06:00
util.py Added ipalib/util.py with xmlrpc_marshal() and xmlrpc_unmarshal() functions; added corresponding unit tests 2008-10-02 19:09:13 -06:00