This removes all no-else-return complaints from pylint. As mentioned earlier, all these changes could cause problems, but we aren't going back.
In addition to style changes, the new code contains two substantial improvements:
1. Fixed an ancient, serious, bug in Leo's BackgroundProcessManager class. This bug made it impossible to run pylint on more than one file and do anything useful with the supposedly "live" links. All the links referred to the first file containing any pylint errors!
2. Improved the regex describing pylint error messages. This regex is now defined at the start of the PylintCommand class. It's more general (allowing all forms of file names) and more specific (highly unlikely to match anything other than a real pylint message).
Please report all new problem immediately. Thanks.
Edward