summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-03-21 21:05:01 +0100
committerFlorian Bruhin <git@the-compiler.org>2016-03-21 21:05:01 +0100
commit20799f97408c9ded0c874138f3bbed09acbc9493 (patch)
treec2b80ded8654cc858b78ea9503b71803c302bf40 /www
parent456aa8bc97730bf100463dad73ead8262927a264 (diff)
downloadqutebrowser-20799f97408c9ded0c874138f3bbed09acbc9493.tar.gz
qutebrowser-20799f97408c9ded0c874138f3bbed09acbc9493.zip
tox: Update astroid/pylint to 1.4.5/1.5.5
astroid ------- 2016-03-21 -- 1.4.5 * decoratornames() does not leak InferenceError anymore. * wildcard_imported_names() got replaced by _public_names() Our understanding of wildcard imports through __all__ was half baked to say at least, since we couldn't account for modifications of the list, which results in tons of false positives. Instead, we replaced it with _public_names(), a method which returns all the names that are publicly available in a module, that is that don't start with an underscore, even though this means that there is a possibility for other names to be leaked out even though they are not present in the __all__ variable. The method is private in 1.4.X. pylint ------ 2016-03-21 -- 1.5.5 * Let visit_importfrom from Python 3 porting checker be called when everything is disabled Because the visit method was filtering the patterns it was expecting to be activated, it didn't run when everything but one pattern was disabled, leading to spurious false positives * Don't emit unsubscriptable-value for classes with unknown base classes. * Use an OrderedDict for storing the configuration elements This fixes an issue related to impredictible order of the disable / enable elements from a config file. In certain cases, the disable was coming before the enable which resulted in classes of errors to be enabled, even though the intention was to disable them. The best example for this was in the context of running multiple processes, each one of it having different enables / disables that affected the output. * Don't consider bare and broad except handlers as ignoring NameError, AttributeError and similar exceptions, in the context of checkers for these issues.
Diffstat (limited to 'www')
0 files changed, 0 insertions, 0 deletions