summaryrefslogtreecommitdiffstats
path: root/src/nbblib/plugins.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some issues found by pylint/pycheckerHans Ulrich Niedermann2008-07-161-19/+26
| | | | | | | | Includes real issues like wrong argument numbers and missing ancestor __init__() calls, whitespace and comment cleanups. Cannot "fix" everything because of a good amount of the warnings raised by pylint/pychecker are false alarms.
* Remove unused references found by pycheckerHans Ulrich Niedermann2008-07-161-3/+1
|
* More robust plugin duplicate detectionHans Ulrich Niedermann2008-07-151-3/+12
| | | | | When running pychecker, we got a few duplicate plugin errors due to multiple imports of the same module or something similar.
* Split commands into generic and nbb specific partHans Ulrich Niedermann2008-07-151-80/+1
|
* Get rid of all {}.has_key() occurencesHans Ulrich Niedermann2008-07-151-1/+1
|
* Add logging to BS and VCS detectionHans Ulrich Niedermann2008-07-151-1/+3
|
* Add context info to plugin validate() classmethodHans Ulrich Niedermann2008-07-151-7/+8
|
* Document detect() plugin methodsHans Ulrich Niedermann2008-07-151-1/+3
|
* Define __all__ in nbblib.*Hans Ulrich Niedermann2008-07-151-0/+14
|
* Document ideas for nbblib.pluginsHans Ulrich Niedermann2008-07-151-0/+2
|
* Add docstrings to nbblib.pluginsHans Ulrich Niedermann2008-07-151-1/+80
|
* Update docstring with new module nameHans Ulrich Niedermann2008-07-151-6/+6
|
* Use @plugins.abstractmethod decoratorHans Ulrich Niedermann2008-07-151-9/+11
|
* Rename newplugins to pluginsHans Ulrich Niedermann2008-07-151-0/+294
|
* Remove old plugin codeHans Ulrich Niedermann2008-07-151-70/+0
|
* Iterate over dict.iteritems() instead of .items()Hans Ulrich Niedermann2008-07-151-2/+6
|
* Got rid of all strings used as exceptionsHans Ulrich Niedermann2008-07-151-0/+12
|
* Rename nbb/ subdir to src/Hans Ulrich Niedermann2008-07-151-0/+54