Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some issues found by pylint/pychecker | Hans Ulrich Niedermann | 2008-07-16 | 1 | -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 pychecker | Hans Ulrich Niedermann | 2008-07-16 | 1 | -3/+1 |
| | |||||
* | More robust plugin duplicate detection | Hans Ulrich Niedermann | 2008-07-15 | 1 | -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 part | Hans Ulrich Niedermann | 2008-07-15 | 1 | -80/+1 |
| | |||||
* | Get rid of all {}.has_key() occurences | Hans Ulrich Niedermann | 2008-07-15 | 1 | -1/+1 |
| | |||||
* | Add logging to BS and VCS detection | Hans Ulrich Niedermann | 2008-07-15 | 1 | -1/+3 |
| | |||||
* | Add context info to plugin validate() classmethod | Hans Ulrich Niedermann | 2008-07-15 | 1 | -7/+8 |
| | |||||
* | Document detect() plugin methods | Hans Ulrich Niedermann | 2008-07-15 | 1 | -1/+3 |
| | |||||
* | Define __all__ in nbblib.* | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+14 |
| | |||||
* | Document ideas for nbblib.plugins | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+2 |
| | |||||
* | Add docstrings to nbblib.plugins | Hans Ulrich Niedermann | 2008-07-15 | 1 | -1/+80 |
| | |||||
* | Update docstring with new module name | Hans Ulrich Niedermann | 2008-07-15 | 1 | -6/+6 |
| | |||||
* | Use @plugins.abstractmethod decorator | Hans Ulrich Niedermann | 2008-07-15 | 1 | -9/+11 |
| | |||||
* | Rename newplugins to plugins | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+294 |
| | |||||
* | Remove old plugin code | Hans Ulrich Niedermann | 2008-07-15 | 1 | -70/+0 |
| | |||||
* | Iterate over dict.iteritems() instead of .items() | Hans Ulrich Niedermann | 2008-07-15 | 1 | -2/+6 |
| | |||||
* | Got rid of all strings used as exceptions | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+12 |
| | |||||
* | Rename nbb/ subdir to src/ | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+54 |