| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
can be consolidated
|
| |
|
| |
|
|
|
|
| |
more docstring improvements in plugable.py
|
|
|
|
| |
'self.__lock__()' with 'lock(self)' in plugable.py
|
| |
|
| |
|
|
|
|
| |
tests
|
| |
|
|
|
|
| |
setitem(), delitem() functions to tstutil
|
|
|
|
| |
with classmethods; some docstring improvement in Registrar
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
restructuredtext formatting
|
|
|
|
| |
added NameSpace.__call__() method which iterates through the members; NameSpace no longer requires members to be Proxy instances; updated unit tests and affected code; cleaned up NameSpace docstrings and switch to epydoc param docstrings
|
|
|
|
| |
instead of cmd.get_doc()
|
| |
|
|
|
|
| |
corresponding unit tests
|
| |
|
|
|
|
| |
added docstrings for ProxyTarget.implements() and implemented_by() classmethods; fixed typo in Plugin.finalize() docstring
|
|
|
|
| |
unit tests
|
| |
|
|
|
|
| |
plugin.__lock__()
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ProxyTarget
|
| |
|
|
|
|
| |
method; added corresponding unit tests
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ReadOnly; updated unit tests
|
|
|
|
| |
unit tests
|
|
|
|
| |
file; moved corresponding unit tests into new test_cli.py file
|
| |
|
|
|
|
| |
subclasses and unit tests
|
|
|
|
| |
Abstract.implements()
|
| |
|
| |
|
| |
|
|
|
|
| |
updated unit test
|
| |
|
| |
|
| |
|