summaryrefslogtreecommitdiffstats
path: root/ipalib/plugable.py
Commit message (Expand)AuthorAgeFilesLines
...
* 66: Added NameSpace2 (bit simpler than NameSpace, better suited to Proxy2); a...Jason Gerard DeRose2008-08-061-0/+51
* 65: Finished simplified Proxy2 class; updated unit testsJason Gerard DeRose2008-08-061-57/+23
* 64: Almost finish with Proxy2, where base class is passed to __init__ and met...Jason Gerard DeRose2008-08-061-0/+73
* 62: NameSpace no longer takes base=base kwargJason Gerard DeRose2008-08-061-8/+3
* 61: Proxy now does a setattr for all callable attributes in __slots__ (and us...Jason Gerard DeRose2008-08-061-5/+4
* 59: Removed NameSpace.__call__ method (returned max_len)Jason Gerard DeRose2008-08-061-11/+0
* 58: A bit of docstring cleanup in plugable.pyJason Gerard DeRose2008-08-061-4/+3
* 57: to_cli() function no longer replaces '__' with '.'; from_cli() function n...Jason Gerard DeRose2008-08-061-3/+3
* 56: Fixed Proxy.__call__Jason Gerard DeRose2008-08-061-0/+3
* 55: Cleaned up print_api() function in ipa scriptJason Gerard DeRose2008-08-061-2/+17
* 54: Added plugable.Proxy._clone() method; fleshed out public.obj; updated uni...Jason Gerard DeRose2008-08-061-2/+24
* 53: Changed plugable.Registar so the same plugin can be added to in the ns fo...Jason Gerard DeRose2008-08-051-17/+22
* 52: Got cli working against new frameworkJason Gerard DeRose2008-08-051-2/+3
* 47: Added plugable.check_identifier() function; added corresponding unit testsJason Gerard DeRose2008-08-051-0/+11
* 46: plugable.API now takes allowed base class in __init__ and creates Registr...Jason Gerard DeRose2008-08-051-2/+8
* 45: Fixed docstring typo in plugable.__doc__Jason Gerard DeRose2008-08-051-2/+1
* 44: Added Plugin.finalize() method called by API after all plugin instances a...Jason Gerard DeRose2008-08-051-5/+20
* 43: Fleshed out new plugable.API class; added corresponding unit testsJason Gerard DeRose2008-08-051-1/+10
* 42: plugable.Plugin.__init__() now takes the plugable.API instance as its sin...Jason Gerard DeRose2008-08-011-1/+18
* 41: New plugable.NameSpace now has attributes set for each member; updated un...Jason Gerard DeRose2008-08-011-0/+1
* 40: Rewrote dictionary interface for plugable.NameSpace to better suite new a...Jason Gerard DeRose2008-08-011-54/+35
* 38: dict interface of Registrar now works with both classes and strings as th...Jason Gerard DeRose2008-08-011-5/+97
* 34: Added tests.unit_common with frequently used utility functions; split ro ...Jason Gerard DeRose2008-08-011-19/+26
* 33: Finished unit tests for plugable.ProxyJason Gerard DeRose2008-08-011-5/+12
* 32: Added Plugin and Proxy base classes in plugable module, along with to_cli...Jason Gerard DeRose2008-07-311-0/+84
* 31: Renamed exceptions.py to errors.pyJason Gerard DeRose2008-07-311-5/+5
* 30: Added plugable module with more generic implementation of Registrar; adde...Jason Gerard DeRose2008-07-281-0/+95