| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
'self.__lock__()' with 'lock(self)' in plugable.py
|
| |
|
| |
|
| |
|
|
|
|
| |
tests
|
| |
|
|
|
|
| |
setitem(), delitem() functions to tstutil
|
|
|
|
| |
with classmethods; some docstring improvement in Registrar
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
restructuredtext formatting
|
| |
|
|
|
|
| |
plugable.py
|
|
|
|
| |
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
|
|
|
|
| |
non-ascii characters work
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
RequirementError if a required option is missing
|
|
|
|
| |
Python2.4 are not new-style classes
|
| |
|
| |
|
| |
|
|
|
|
| |
instead of cmd.get_doc()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
corresponding unit tests
|
|
|
|
| |
rather than converting at each call
|
| |
|
|
|
|
| |
added docstrings for ProxyTarget.implements() and implemented_by() classmethods; fixed typo in Plugin.finalize() docstring
|
|
|
|
| |
unit tests
|
|
|
|
| |
prints sorted by the keys in ascending order
|
| |
|
| |
|