summaryrefslogtreecommitdiffstats
path: root/src/nbblib/bs.py
Commit message (Collapse)AuthorAgeFilesLines
* Make automake's "make" command depend on configureHans Ulrich Niedermann2008-07-241-2/+6
|
* Fix some issues found by pylint/pycheckerHans Ulrich Niedermann2008-07-161-19/+33
| | | | | | | | 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.
* Rework command frameworkHans Ulrich Niedermann2008-07-151-0/+4
| | | | Implies catching exceptions in a single place.
* Fix detect() method return for BS and VCS pluginsHans Ulrich Niedermann2008-07-151-1/+1
|
* Add context info to plugin validate() classmethodHans Ulrich Niedermann2008-07-151-1/+1
|
* Document detect() plugin methodsHans Ulrich Niedermann2008-07-151-0/+8
|
* Define __all__ in nbblib.*Hans Ulrich Niedermann2008-07-151-0/+4
|
* Rename newplugins to pluginsHans Ulrich Niedermann2008-07-151-2/+1
|
* Rudimentary scons interfaceHans Ulrich Niedermann2008-07-151-0/+11
|
* Use @plugins.abstractmethod decoratorHans Ulrich Niedermann2008-07-151-5/+10
|
* Unified new plugin architectureHans Ulrich Niedermann2008-07-151-58/+61
| | | | | | Changes required on the way: - New nbb commands detect-vcs and detect-bs including tests. - misc small fixes
* Introduce logging moduleHans Ulrich Niedermann2008-07-151-2/+2
|
* Add basic logging supportHans Ulrich Niedermann2008-07-151-2/+4
|
* Converging plugin detect() methodsHans Ulrich Niedermann2008-07-151-3/+5
|
* Iterate over dict.iteritems() instead of .items()Hans Ulrich Niedermann2008-07-151-1/+1
|
* Test automake build commandsHans Ulrich Niedermann2008-07-151-3/+4
|
* Got rid of all strings used as exceptionsHans Ulrich Niedermann2008-07-151-1/+1
|
* Rename nbb/ subdir to src/Hans Ulrich Niedermann2008-07-151-0/+126