Updated source docu. 5_4_x

Wed, 30 Apr 2014 18:45:35 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 30 Apr 2014 18:45:35 +0200
branch
5_4_x
changeset 3552
fe7ae93e37b6
parent 3551
d608f3f42d71
child 3553
389f83a37571

Updated source docu.

APIs/Python3/eric5.api file | annotate | diff | comparison | revisions
APIs/Python3/eric5.bas file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Utilities.py3flakes.checker.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Utilities.py3flakes.messages.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.UtilitiesPython2.py2flakes.checker.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.UtilitiesPython2.py2flakes.messages.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.install.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric5.Utilities.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric5.Utilities.py3flakes.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric5.UtilitiesPython2.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric5.UtilitiesPython2.py2flakes.html file | annotate | diff | comparison | revisions
eric5.e4p file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric5.api	Tue Apr 29 23:28:07 2014 +0200
+++ b/APIs/Python3/eric5.api	Wed Apr 30 18:45:35 2014 +0200
@@ -8380,92 +8380,117 @@
 eric5.Utilities.parseString?4(s, rx)
 eric5.Utilities.prepareQtMacBundle?4(toolname, version, args)
 eric5.Utilities.py2compile?4(file, checkFlakes=False)
+eric5.Utilities.py3flakes.checker.Binding.redefines?4(other)
 eric5.Utilities.py3flakes.checker.Binding?1(name, source)
-eric5.Utilities.py3flakes.checker.Checker.ASSIGN?4(node)
-eric5.Utilities.py3flakes.checker.Checker.ATTRIBUTES?7
+eric5.Utilities.py3flakes.checker.Checker.AND?7
 eric5.Utilities.py3flakes.checker.Checker.AUGASSIGN?4(node)
 eric5.Utilities.py3flakes.checker.Checker.BOOLOP?7
-eric5.Utilities.py3flakes.checker.Checker.CALL?7
 eric5.Utilities.py3flakes.checker.Checker.CLASSDEF?4(node)
-eric5.Utilities.py3flakes.checker.Checker.COMPREHENSION?7
-eric5.Utilities.py3flakes.checker.Checker.DICTCOMP?4(node)
+eric5.Utilities.py3flakes.checker.Checker.CONTINUE?7
+eric5.Utilities.py3flakes.checker.Checker.DELETE?7
+eric5.Utilities.py3flakes.checker.Checker.DICTCOMP?7
 eric5.Utilities.py3flakes.checker.Checker.EXCEPTHANDLER?4(node)
-eric5.Utilities.py3flakes.checker.Checker.FOR?4(node)
 eric5.Utilities.py3flakes.checker.Checker.FUNCTIONDEF?4(node)
+eric5.Utilities.py3flakes.checker.Checker.GENERATOREXP?4(node)
 eric5.Utilities.py3flakes.checker.Checker.GLOBAL?4(node)
 eric5.Utilities.py3flakes.checker.Checker.IMPORT?4(node)
 eric5.Utilities.py3flakes.checker.Checker.IMPORTFROM?4(node)
-eric5.Utilities.py3flakes.checker.Checker.INVERT?7
-eric5.Utilities.py3flakes.checker.Checker.ISNOT?7
 eric5.Utilities.py3flakes.checker.Checker.LAMBDA?4(node)
-eric5.Utilities.py3flakes.checker.Checker.LISTCOMP?4(node)
+eric5.Utilities.py3flakes.checker.Checker.LISTCOMP?7
 eric5.Utilities.py3flakes.checker.Checker.LOAD?7
-eric5.Utilities.py3flakes.checker.Checker.MOD?7
 eric5.Utilities.py3flakes.checker.Checker.NAME?4(node)
 eric5.Utilities.py3flakes.checker.Checker.NONLOCAL?7
-eric5.Utilities.py3flakes.checker.Checker.PASS?7
-eric5.Utilities.py3flakes.checker.Checker.RETURN?7
-eric5.Utilities.py3flakes.checker.Checker.SETCOMP?7
+eric5.Utilities.py3flakes.checker.Checker.NUM?7
+eric5.Utilities.py3flakes.checker.Checker.RETURN?4(node)
 eric5.Utilities.py3flakes.checker.Checker.SLICE?7
-eric5.Utilities.py3flakes.checker.Checker.STARRED?4(node)
-eric5.Utilities.py3flakes.checker.Checker.TRY?7
-eric5.Utilities.py3flakes.checker.Checker._runDeferred?5(deferred)
+eric5.Utilities.py3flakes.checker.Checker.TRY?4(node)
+eric5.Utilities.py3flakes.checker.Checker.TRYEXCEPT?7
+eric5.Utilities.py3flakes.checker.Checker.YIELD?4(node)
+eric5.Utilities.py3flakes.checker.Checker.YIELDFROM?7
+eric5.Utilities.py3flakes.checker.Checker._customBuiltIns?8
+eric5.Utilities.py3flakes.checker.Checker._getDoctestExamples?8
 eric5.Utilities.py3flakes.checker.Checker.addArgs?4()
-eric5.Utilities.py3flakes.checker.Checker.addBinding?4(lineno, value, reportRedef=True)
+eric5.Utilities.py3flakes.checker.Checker.addBinding?4(node, value)
+eric5.Utilities.py3flakes.checker.Checker.builtIns?7
+eric5.Utilities.py3flakes.checker.Checker.checkDeadScopes?4()
+eric5.Utilities.py3flakes.checker.Checker.checkReturnWithArgumentInsideGenerator?4()
 eric5.Utilities.py3flakes.checker.Checker.checkUnusedAssignments?4()
-eric5.Utilities.py3flakes.checker.Checker.check_dead_scopes?4()
-eric5.Utilities.py3flakes.checker.Checker.collectLoopVars?4()
 eric5.Utilities.py3flakes.checker.Checker.deferAssignment?4(callable)
 eric5.Utilities.py3flakes.checker.Checker.deferFunction?4(callable)
-eric5.Utilities.py3flakes.checker.Checker.handleAssignName?4(node)
-eric5.Utilities.py3flakes.checker.Checker.handleBody?4(tree)
-eric5.Utilities.py3flakes.checker.Checker.handleChildren?4(tree)
+eric5.Utilities.py3flakes.checker.Checker.descendantOf?4(node, ancestors, stop)
+eric5.Utilities.py3flakes.checker.Checker.differentForks?4(lnode, rnode)
+eric5.Utilities.py3flakes.checker.Checker.getCommonAncestor?4(lnode, rnode, stop)
+eric5.Utilities.py3flakes.checker.Checker.getDocstring?4(node)
+eric5.Utilities.py3flakes.checker.Checker.getNodeHandler?4(node_class)
+eric5.Utilities.py3flakes.checker.Checker.getParent?4(node)
+eric5.Utilities.py3flakes.checker.Checker.handleChildren?4(tree, omit=None)
+eric5.Utilities.py3flakes.checker.Checker.handleDoctests?4(node)
 eric5.Utilities.py3flakes.checker.Checker.handleNode?4(node, parent)
+eric5.Utilities.py3flakes.checker.Checker.handleNodeDelete?4(node)
+eric5.Utilities.py3flakes.checker.Checker.handleNodeLoad?4(node)
+eric5.Utilities.py3flakes.checker.Checker.handleNodeStore?4(node)
 eric5.Utilities.py3flakes.checker.Checker.ignore?4(node)
 eric5.Utilities.py3flakes.checker.Checker.isDocstring?4(node)
+eric5.Utilities.py3flakes.checker.Checker.isLiteralTupleUnpacking?4(node)
 eric5.Utilities.py3flakes.checker.Checker.nodeDepth?7
+eric5.Utilities.py3flakes.checker.Checker.offset?7
 eric5.Utilities.py3flakes.checker.Checker.popScope?4()
-eric5.Utilities.py3flakes.checker.Checker.pushClassScope?4()
-eric5.Utilities.py3flakes.checker.Checker.pushFunctionScope?4()
+eric5.Utilities.py3flakes.checker.Checker.pushScope?4(scopeClass=FunctionScope)
 eric5.Utilities.py3flakes.checker.Checker.report?4(messageClass, *args, **kwargs)
+eric5.Utilities.py3flakes.checker.Checker.runDeferred?4(deferred)
 eric5.Utilities.py3flakes.checker.Checker.runFunction?4()
 eric5.Utilities.py3flakes.checker.Checker.scope?4()
-eric5.Utilities.py3flakes.checker.Checker.scope?7
 eric5.Utilities.py3flakes.checker.Checker.traceTree?7
-eric5.Utilities.py3flakes.checker.Checker?1(module, filename='(none)')
-eric5.Utilities.py3flakes.checker.ExportBinding.names?4()
-eric5.Utilities.py3flakes.checker.FunctionDefinition.is_property?7
+eric5.Utilities.py3flakes.checker.Checker?1(tree, filename='(none)', builtins=None, withDoctest='PYFLAKES_NODOCTEST' not in os.environ)
+eric5.Utilities.py3flakes.checker.ExportBinding?1(name, source, scope)
+eric5.Utilities.py3flakes.checker.FunctionScope.alwaysUsed?7
+eric5.Utilities.py3flakes.checker.FunctionScope.unusedAssignments?4()
+eric5.Utilities.py3flakes.checker.FunctionScope.usesLocals?7
 eric5.Utilities.py3flakes.checker.FunctionScope?1()
+eric5.Utilities.py3flakes.checker.Importation.redefines?4(other)
 eric5.Utilities.py3flakes.checker.Importation?1(name, source)
+eric5.Utilities.py3flakes.checker.PY2?7
+eric5.Utilities.py3flakes.checker.PY32?7
+eric5.Utilities.py3flakes.checker.PY33?7
 eric5.Utilities.py3flakes.checker.Scope.importStarred?7
-eric5.Utilities.py3flakes.checker.Scope?1()
 eric5.Utilities.py3flakes.checker._MAGIC_GLOBALS?8
+eric5.Utilities.py3flakes.checker._get_fields?5(self, node_class)
+eric5.Utilities.py3flakes.checker.builtin_vars?7
+eric5.Utilities.py3flakes.checker.getAlternatives?4(n)
+eric5.Utilities.py3flakes.checker.getNodeName?4(node)
+eric5.Utilities.py3flakes.checker.getNodeType?4(node_class)
+eric5.Utilities.py3flakes.checker.iter_child_nodes?4(node, omit=None, _fields_order=_FieldsOrder())
+eric5.Utilities.py3flakes.messages.DoctestSyntaxError.message?7
+eric5.Utilities.py3flakes.messages.DoctestSyntaxError?1(filename, loc, position=None)
 eric5.Utilities.py3flakes.messages.DuplicateArgument.message?7
-eric5.Utilities.py3flakes.messages.DuplicateArgument?1(filename, lineno, name)
+eric5.Utilities.py3flakes.messages.DuplicateArgument?1(filename, loc, name)
 eric5.Utilities.py3flakes.messages.ImportShadowedByLoopVar.message?7
-eric5.Utilities.py3flakes.messages.ImportShadowedByLoopVar?1(filename, lineno, name, orig_lineno)
+eric5.Utilities.py3flakes.messages.ImportShadowedByLoopVar?1(filename, loc, name, orig_loc)
 eric5.Utilities.py3flakes.messages.ImportStarUsed.message?7
-eric5.Utilities.py3flakes.messages.ImportStarUsed?1(filename, lineno, modname)
+eric5.Utilities.py3flakes.messages.ImportStarUsed?1(filename, loc, modname)
 eric5.Utilities.py3flakes.messages.LateFutureImport.message?7
-eric5.Utilities.py3flakes.messages.LateFutureImport?1(filename, lineno, names)
+eric5.Utilities.py3flakes.messages.LateFutureImport?1(filename, loc, names)
 eric5.Utilities.py3flakes.messages.Message.getMessageData?4()
 eric5.Utilities.py3flakes.messages.Message.message?7
 eric5.Utilities.py3flakes.messages.Message.message_args?7
-eric5.Utilities.py3flakes.messages.Message?1(filename, lineno)
+eric5.Utilities.py3flakes.messages.Message?1(filename, loc)
 eric5.Utilities.py3flakes.messages.RedefinedFunction.message?7
-eric5.Utilities.py3flakes.messages.RedefinedFunction?1(filename, lineno, name, orig_lineno)
+eric5.Utilities.py3flakes.messages.RedefinedFunction?1(filename, loc, name, orig_loc)
+eric5.Utilities.py3flakes.messages.RedefinedInListComp.message?7
+eric5.Utilities.py3flakes.messages.RedefinedInListComp?1(filename, loc, name, orig_loc)
 eric5.Utilities.py3flakes.messages.RedefinedWhileUnused.message?7
-eric5.Utilities.py3flakes.messages.RedefinedWhileUnused?1(filename, lineno, name, orig_lineno)
+eric5.Utilities.py3flakes.messages.RedefinedWhileUnused?1(filename, loc, name, orig_loc)
+eric5.Utilities.py3flakes.messages.ReturnWithArgsInsideGenerator.message?7
 eric5.Utilities.py3flakes.messages.UndefinedExport.message?7
-eric5.Utilities.py3flakes.messages.UndefinedExport?1(filename, lineno, name)
+eric5.Utilities.py3flakes.messages.UndefinedExport?1(filename, loc, name)
 eric5.Utilities.py3flakes.messages.UndefinedLocal.message?7
-eric5.Utilities.py3flakes.messages.UndefinedLocal?1(filename, lineno, name, orig_lineno)
+eric5.Utilities.py3flakes.messages.UndefinedLocal?1(filename, loc, name, orig_loc)
 eric5.Utilities.py3flakes.messages.UndefinedName.message?7
-eric5.Utilities.py3flakes.messages.UndefinedName?1(filename, lineno, name)
+eric5.Utilities.py3flakes.messages.UndefinedName?1(filename, loc, name)
 eric5.Utilities.py3flakes.messages.UnusedImport.message?7
-eric5.Utilities.py3flakes.messages.UnusedImport?1(filename, lineno, name)
+eric5.Utilities.py3flakes.messages.UnusedImport?1(filename, loc, name)
 eric5.Utilities.py3flakes.messages.UnusedVariable.message?7
-eric5.Utilities.py3flakes.messages.UnusedVariable?1(filename, lineno, name)
+eric5.Utilities.py3flakes.messages.UnusedVariable?1(filename, loc, names)
 eric5.Utilities.readEncodedFile?4(filename)
 eric5.Utilities.readEncodedFileWithHash?4(filename)
 eric5.Utilities.readStringFromStream?4(stream)
@@ -8646,86 +8671,117 @@
 eric5.UtilitiesPython2.pep8.whitespace_around_operator?4(logical_line)
 eric5.UtilitiesPython2.pep8.whitespace_before_inline_comment?4(logical_line, tokens)
 eric5.UtilitiesPython2.pep8.whitespace_before_parameters?4(logical_line, tokens)
+eric5.UtilitiesPython2.py2flakes.checker.Binding.redefines?4(other)
 eric5.UtilitiesPython2.py2flakes.checker.Binding?1(name, source)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.AND?7
-eric5.UtilitiesPython2.py2flakes.checker.Checker.ASSIGN?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.AUGASSIGN?4(node)
-eric5.UtilitiesPython2.py2flakes.checker.Checker.BITOR?7
 eric5.UtilitiesPython2.py2flakes.checker.Checker.BOOLOP?7
-eric5.UtilitiesPython2.py2flakes.checker.Checker.CALL?7
 eric5.UtilitiesPython2.py2flakes.checker.Checker.CLASSDEF?4(node)
-eric5.UtilitiesPython2.py2flakes.checker.Checker.COMPREHENSION?7
 eric5.UtilitiesPython2.py2flakes.checker.Checker.CONTINUE?7
-eric5.UtilitiesPython2.py2flakes.checker.Checker.DICTCOMP?4(node)
-eric5.UtilitiesPython2.py2flakes.checker.Checker.EQ?7
-eric5.UtilitiesPython2.py2flakes.checker.Checker.FOR?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.DELETE?7
+eric5.UtilitiesPython2.py2flakes.checker.Checker.DICTCOMP?7
+eric5.UtilitiesPython2.py2flakes.checker.Checker.EXCEPTHANDLER?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.FUNCTIONDEF?4(node)
-eric5.UtilitiesPython2.py2flakes.checker.Checker.GENERATOREXP?7
+eric5.UtilitiesPython2.py2flakes.checker.Checker.GENERATOREXP?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.GLOBAL?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.IMPORT?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.IMPORTFROM?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.LAMBDA?4(node)
-eric5.UtilitiesPython2.py2flakes.checker.Checker.LISTCOMP?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.LISTCOMP?7
 eric5.UtilitiesPython2.py2flakes.checker.Checker.LOAD?7
 eric5.UtilitiesPython2.py2flakes.checker.Checker.NAME?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.NONLOCAL?7
 eric5.UtilitiesPython2.py2flakes.checker.Checker.NUM?7
-eric5.UtilitiesPython2.py2flakes.checker.Checker.RETURN?7
+eric5.UtilitiesPython2.py2flakes.checker.Checker.RETURN?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.SLICE?7
-eric5.UtilitiesPython2.py2flakes.checker.Checker._runDeferred?5(deferred)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.TRY?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.TRYEXCEPT?7
+eric5.UtilitiesPython2.py2flakes.checker.Checker.YIELD?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.YIELDFROM?7
+eric5.UtilitiesPython2.py2flakes.checker.Checker._customBuiltIns?8
+eric5.UtilitiesPython2.py2flakes.checker.Checker._getDoctestExamples?8
 eric5.UtilitiesPython2.py2flakes.checker.Checker.addArgs?4()
-eric5.UtilitiesPython2.py2flakes.checker.Checker.addBinding?4(lineno, value, reportRedef=True)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.addBinding?4(node, value)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.builtIns?7
+eric5.UtilitiesPython2.py2flakes.checker.Checker.checkDeadScopes?4()
+eric5.UtilitiesPython2.py2flakes.checker.Checker.checkReturnWithArgumentInsideGenerator?4()
 eric5.UtilitiesPython2.py2flakes.checker.Checker.checkUnusedAssignments?4()
-eric5.UtilitiesPython2.py2flakes.checker.Checker.check_dead_scopes?4()
-eric5.UtilitiesPython2.py2flakes.checker.Checker.collectLoopVars?4()
 eric5.UtilitiesPython2.py2flakes.checker.Checker.deferAssignment?4(callable)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.deferFunction?4(callable)
-eric5.UtilitiesPython2.py2flakes.checker.Checker.handleChildren?4(tree)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.descendantOf?4(node, ancestors, stop)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.differentForks?4(lnode, rnode)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.getCommonAncestor?4(lnode, rnode, stop)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.getDocstring?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.getNodeHandler?4(node_class)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.getParent?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.handleChildren?4(tree, omit=None)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.handleDoctests?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.handleNode?4(node, parent)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.handleNodeDelete?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.handleNodeLoad?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.handleNodeStore?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.ignore?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.isDocstring?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.isLiteralTupleUnpacking?4(node)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.nodeDepth?7
+eric5.UtilitiesPython2.py2flakes.checker.Checker.offset?7
 eric5.UtilitiesPython2.py2flakes.checker.Checker.popScope?4()
-eric5.UtilitiesPython2.py2flakes.checker.Checker.pushClassScope?4()
-eric5.UtilitiesPython2.py2flakes.checker.Checker.pushFunctionScope?4()
+eric5.UtilitiesPython2.py2flakes.checker.Checker.pushScope?4(scopeClass=FunctionScope)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.report?4(messageClass, *args, **kwargs)
+eric5.UtilitiesPython2.py2flakes.checker.Checker.runDeferred?4(deferred)
 eric5.UtilitiesPython2.py2flakes.checker.Checker.runFunction?4()
 eric5.UtilitiesPython2.py2flakes.checker.Checker.scope?4()
-eric5.UtilitiesPython2.py2flakes.checker.Checker.scope?7
 eric5.UtilitiesPython2.py2flakes.checker.Checker.traceTree?7
-eric5.UtilitiesPython2.py2flakes.checker.Checker?1(module, filename='(none)')
-eric5.UtilitiesPython2.py2flakes.checker.ExportBinding.names?4()
+eric5.UtilitiesPython2.py2flakes.checker.Checker?1(tree, filename='(none)', builtins=None, withDoctest='PYFLAKES_NODOCTEST' not in os.environ)
+eric5.UtilitiesPython2.py2flakes.checker.ExportBinding?1(name, source, scope)
+eric5.UtilitiesPython2.py2flakes.checker.FunctionScope.alwaysUsed?7
+eric5.UtilitiesPython2.py2flakes.checker.FunctionScope.unusedAssignments?4()
+eric5.UtilitiesPython2.py2flakes.checker.FunctionScope.usesLocals?7
 eric5.UtilitiesPython2.py2flakes.checker.FunctionScope?1()
+eric5.UtilitiesPython2.py2flakes.checker.Importation.redefines?4(other)
 eric5.UtilitiesPython2.py2flakes.checker.Importation?1(name, source)
+eric5.UtilitiesPython2.py2flakes.checker.PY2?7
+eric5.UtilitiesPython2.py2flakes.checker.PY32?7
+eric5.UtilitiesPython2.py2flakes.checker.PY33?7
 eric5.UtilitiesPython2.py2flakes.checker.Scope.importStarred?7
-eric5.UtilitiesPython2.py2flakes.checker.Scope?1()
 eric5.UtilitiesPython2.py2flakes.checker._MAGIC_GLOBALS?8
-eric5.UtilitiesPython2.py2flakes.checker.iter_child_nodes?4(node, astcls=_ast.AST)
+eric5.UtilitiesPython2.py2flakes.checker._get_fields?5(self, node_class)
+eric5.UtilitiesPython2.py2flakes.checker.builtin_vars?7
+eric5.UtilitiesPython2.py2flakes.checker.getAlternatives?4(n)
+eric5.UtilitiesPython2.py2flakes.checker.getNodeName?4(node)
+eric5.UtilitiesPython2.py2flakes.checker.getNodeType?4(node_class)
+eric5.UtilitiesPython2.py2flakes.checker.iter_child_nodes?4(node, omit=None, _fields_order=_FieldsOrder())
+eric5.UtilitiesPython2.py2flakes.messages.DoctestSyntaxError.message?7
+eric5.UtilitiesPython2.py2flakes.messages.DoctestSyntaxError?1(filename, loc, position=None)
 eric5.UtilitiesPython2.py2flakes.messages.DuplicateArgument.message?7
-eric5.UtilitiesPython2.py2flakes.messages.DuplicateArgument?1(filename, lineno, name)
+eric5.UtilitiesPython2.py2flakes.messages.DuplicateArgument?1(filename, loc, name)
 eric5.UtilitiesPython2.py2flakes.messages.ImportShadowedByLoopVar.message?7
-eric5.UtilitiesPython2.py2flakes.messages.ImportShadowedByLoopVar?1(filename, lineno, name, orig_lineno)
+eric5.UtilitiesPython2.py2flakes.messages.ImportShadowedByLoopVar?1(filename, loc, name, orig_loc)
 eric5.UtilitiesPython2.py2flakes.messages.ImportStarUsed.message?7
-eric5.UtilitiesPython2.py2flakes.messages.ImportStarUsed?1(filename, lineno, modname)
+eric5.UtilitiesPython2.py2flakes.messages.ImportStarUsed?1(filename, loc, modname)
 eric5.UtilitiesPython2.py2flakes.messages.LateFutureImport.message?7
-eric5.UtilitiesPython2.py2flakes.messages.LateFutureImport?1(filename, lineno, names)
+eric5.UtilitiesPython2.py2flakes.messages.LateFutureImport?1(filename, loc, names)
 eric5.UtilitiesPython2.py2flakes.messages.Message.getMessageData?4()
 eric5.UtilitiesPython2.py2flakes.messages.Message.message?7
 eric5.UtilitiesPython2.py2flakes.messages.Message.message_args?7
-eric5.UtilitiesPython2.py2flakes.messages.Message?1(filename, lineno)
+eric5.UtilitiesPython2.py2flakes.messages.Message?1(filename, loc)
 eric5.UtilitiesPython2.py2flakes.messages.RedefinedFunction.message?7
-eric5.UtilitiesPython2.py2flakes.messages.RedefinedFunction?1(filename, lineno, name, orig_lineno)
+eric5.UtilitiesPython2.py2flakes.messages.RedefinedFunction?1(filename, loc, name, orig_loc)
+eric5.UtilitiesPython2.py2flakes.messages.RedefinedInListComp.message?7
+eric5.UtilitiesPython2.py2flakes.messages.RedefinedInListComp?1(filename, loc, name, orig_loc)
 eric5.UtilitiesPython2.py2flakes.messages.RedefinedWhileUnused.message?7
-eric5.UtilitiesPython2.py2flakes.messages.RedefinedWhileUnused?1(filename, lineno, name, orig_lineno)
+eric5.UtilitiesPython2.py2flakes.messages.RedefinedWhileUnused?1(filename, loc, name, orig_loc)
+eric5.UtilitiesPython2.py2flakes.messages.ReturnWithArgsInsideGenerator.message?7
 eric5.UtilitiesPython2.py2flakes.messages.UndefinedExport.message?7
-eric5.UtilitiesPython2.py2flakes.messages.UndefinedExport?1(filename, lineno, name)
+eric5.UtilitiesPython2.py2flakes.messages.UndefinedExport?1(filename, loc, name)
 eric5.UtilitiesPython2.py2flakes.messages.UndefinedLocal.message?7
-eric5.UtilitiesPython2.py2flakes.messages.UndefinedLocal?1(filename, lineno, name, orig_lineno)
+eric5.UtilitiesPython2.py2flakes.messages.UndefinedLocal?1(filename, loc, name, orig_loc)
 eric5.UtilitiesPython2.py2flakes.messages.UndefinedName.message?7
-eric5.UtilitiesPython2.py2flakes.messages.UndefinedName?1(filename, lineno, name)
+eric5.UtilitiesPython2.py2flakes.messages.UndefinedName?1(filename, loc, name)
 eric5.UtilitiesPython2.py2flakes.messages.UnusedImport.message?7
-eric5.UtilitiesPython2.py2flakes.messages.UnusedImport?1(filename, lineno, name)
+eric5.UtilitiesPython2.py2flakes.messages.UnusedImport?1(filename, loc, name)
 eric5.UtilitiesPython2.py2flakes.messages.UnusedVariable.message?7
-eric5.UtilitiesPython2.py2flakes.messages.UnusedVariable?1(filename, lineno, names)
+eric5.UtilitiesPython2.py2flakes.messages.UnusedVariable?1(filename, loc, names)
 eric5.VCS.CommandOptionsDialog.VcsCommandOptionsDialog.getOptions?4()
 eric5.VCS.CommandOptionsDialog.VcsCommandOptionsDialog?1(vcs, parent=None)
 eric5.VCS.ProjectBrowserHelper.VcsProjectBrowserHelper._VCSAdd?5()
@@ -9079,6 +9135,7 @@
 eric5.install.initGlobals?4()
 eric5.install.installEric?4()
 eric5.install.macAppBundleName?7
+eric5.install.macAppBundlePath?7
 eric5.install.macPythonExe?7
 eric5.install.main?4(argv)
 eric5.install.modDir?7
--- a/APIs/Python3/eric5.bas	Tue Apr 29 23:28:07 2014 +0200
+++ b/APIs/Python3/eric5.bas	Wed Apr 30 18:45:35 2014 +0200
@@ -64,6 +64,7 @@
 ChatWidget QWidget Ui_ChatWidget
 ChromeImporter BookmarksImporter
 Class ClbrBaseClasses.Class VisibilityMixin
+ClassDefinition Definition
 ClassItem UMLItem
 ClassModel UMLModel
 ClassScope Scope
@@ -127,11 +128,13 @@
 DebuggerPython3Page ConfigurationPageBase Ui_DebuggerPython3Page
 DebuggerPythonPage ConfigurationPageBase Ui_DebuggerPythonPage
 DebuggerRubyPage ConfigurationPageBase Ui_DebuggerRubyPage
+Definition Binding
 DeleteFilesConfirmationDialog QDialog Ui_DeleteFilesConfirmationDialog
 DiffDialog QWidget Ui_DiffDialog
 DiffReport StandardReport
 DiffWindow E5MainWindow
 DirectorySyncHandler SyncHandler
+DoctestSyntaxError Message
 DownloadAskActionDialog QDialog Ui_DownloadAskActionDialog
 DownloadItem QWidget Ui_DownloadItem
 DownloadManager QDialog Ui_DownloadManager
@@ -258,8 +261,9 @@
 FtpReply QNetworkReply
 FtpSyncHandler SyncHandler
 Function ClbrBaseClasses.Function VisibilityMixin
-FunctionDefinition Binding
+FunctionDefinition Definition
 FunctionScope Scope
+GeneratorScope Scope
 GotoDialog QDialog Ui_GotoDialog
 Gpg HgExtension
 GpgProjectHelper HgExtensionProjectHelper
@@ -370,7 +374,7 @@
 IconsPreviewDialog QDialog Ui_IconsPreviewDialog
 ImportShadowedByLoopVar Message
 ImportStarUsed Message
-Importation Binding
+Importation Definition
 ImportsDiagramBuilder UMLDiagramBuilder
 InputDialogWizard QObject
 InputDialogWizardDialog QDialog Ui_InputDialogWizardDialog
@@ -572,9 +576,11 @@
 RebaseProjectHelper HgExtensionProjectHelper
 RecursionError OverflowError ValueError
 RedefinedFunction Message
+RedefinedInListComp Message
 RedefinedWhileUnused Message
 Redirector QObject
 RemoveBookmarksCommand QUndoCommand
+ReturnWithArgsInsideGenerator Message
 RevisionsValidator QValidator
 SafariImporter BookmarksImporter
 SchemeAccessHandler QObject
@@ -708,7 +714,6 @@
 UMLItem QGraphicsRectItem
 UMLSceneSizeDialog QDialog Ui_UMLSceneSizeDialog
 Uid int
-UnBinding Binding
 UndefinedExport Message
 UndefinedLocal Message
 UndefinedName Message
@@ -762,4 +767,5 @@
 XbelWriter QXmlStreamWriter
 XmlEntityResolver QXmlStreamEntityResolver
 ZoomDialog QDialog Ui_ZoomDialog
+_FieldsOrder dict
 _StrikeThroughExtension markdown.Extension
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Tue Apr 29 23:28:07 2014 +0200
+++ b/Documentation/Help/source.qhp	Wed Apr 30 18:45:35 2014 +0200
@@ -953,10 +953,6 @@
               <section title="eric5.Utilities.crypto.py3AES" ref="eric5.Utilities.crypto.py3AES.html" />
               <section title="eric5.Utilities.crypto.py3PBKDF2" ref="eric5.Utilities.crypto.py3PBKDF2.html" />
             </section>
-            <section title="eric5.Utilities.py3flakes" ref="index-eric5.Utilities.py3flakes.html">
-              <section title="eric5.Utilities.py3flakes.checker" ref="eric5.Utilities.py3flakes.checker.html" />
-              <section title="eric5.Utilities.py3flakes.messages" ref="eric5.Utilities.py3flakes.messages.html" />
-            </section>
             <section title="eric5.Utilities.AutoSaver" ref="eric5.Utilities.AutoSaver.html" />
             <section title="eric5.Utilities.FtpUtilities" ref="eric5.Utilities.FtpUtilities.html" />
             <section title="eric5.Utilities.ModuleParser" ref="eric5.Utilities.ModuleParser.html" />
@@ -966,10 +962,6 @@
             <section title="eric5.Utilities.uic" ref="eric5.Utilities.uic.html" />
           </section>
           <section title="eric5.UtilitiesPython2" ref="index-eric5.UtilitiesPython2.html">
-            <section title="eric5.UtilitiesPython2.py2flakes" ref="index-eric5.UtilitiesPython2.py2flakes.html">
-              <section title="eric5.UtilitiesPython2.py2flakes.checker" ref="eric5.UtilitiesPython2.py2flakes.checker.html" />
-              <section title="eric5.UtilitiesPython2.py2flakes.messages" ref="eric5.UtilitiesPython2.py2flakes.messages.html" />
-            </section>
             <section title="eric5.UtilitiesPython2.CodeStyleChecker" ref="eric5.UtilitiesPython2.CodeStyleChecker.html" />
             <section title="eric5.UtilitiesPython2.DocStyleCheckerPy2" ref="eric5.UtilitiesPython2.DocStyleCheckerPy2.html" />
             <section title="eric5.UtilitiesPython2.NamingStyleCheckerPy2" ref="eric5.UtilitiesPython2.NamingStyleCheckerPy2.html" />
@@ -1338,8 +1330,6 @@
       <keyword name="ApplicationPage (Constructor)" id="ApplicationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.__init__" />
       <keyword name="ApplicationPage (Module)" id="ApplicationPage (Module)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html" />
       <keyword name="ApplicationPage.save" id="ApplicationPage.save" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.save" />
-      <keyword name="Argument" id="Argument" ref="eric5.Utilities.py3flakes.checker.html#Argument" />
-      <keyword name="Argument" id="Argument" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Argument" />
       <keyword name="ArgumentsError" id="ArgumentsError" ref="eric5.E5Gui.E5Action.html#ArgumentsError" />
       <keyword name="ArgumentsError (Constructor)" id="ArgumentsError (Constructor)" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__init__" />
       <keyword name="ArgumentsError.__repr__" id="ArgumentsError.__repr__" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__repr__" />
@@ -1347,8 +1337,6 @@
       <keyword name="ArrayElementVarItem" id="ArrayElementVarItem" ref="eric5.Debugger.VariablesViewer.html#ArrayElementVarItem" />
       <keyword name="ArrayElementVarItem (Constructor)" id="ArrayElementVarItem (Constructor)" ref="eric5.Debugger.VariablesViewer.html#ArrayElementVarItem.__init__" />
       <keyword name="ArrayElementVarItem.key" id="ArrayElementVarItem.key" ref="eric5.Debugger.VariablesViewer.html#ArrayElementVarItem.key" />
-      <keyword name="Assignment" id="Assignment" ref="eric5.Utilities.py3flakes.checker.html#Assignment" />
-      <keyword name="Assignment" id="Assignment" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Assignment" />
       <keyword name="AssociationItem" id="AssociationItem" ref="eric5.Graphics.AssociationItem.html#AssociationItem" />
       <keyword name="AssociationItem (Constructor)" id="AssociationItem (Constructor)" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__init__" />
       <keyword name="AssociationItem (Module)" id="AssociationItem (Module)" ref="eric5.Graphics.AssociationItem.html" />
@@ -1503,14 +1491,6 @@
       <keyword name="BinaryModel.setBitsAndValue" id="BinaryModel.setBitsAndValue" ref="eric5.UI.NumbersWidget.html#BinaryModel.setBitsAndValue" />
       <keyword name="BinaryModel.setData" id="BinaryModel.setData" ref="eric5.UI.NumbersWidget.html#BinaryModel.setData" />
       <keyword name="BinaryModel.setValue" id="BinaryModel.setValue" ref="eric5.UI.NumbersWidget.html#BinaryModel.setValue" />
-      <keyword name="Binding" id="Binding" ref="eric5.Utilities.py3flakes.checker.html#Binding" />
-      <keyword name="Binding" id="Binding" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Binding" />
-      <keyword name="Binding (Constructor)" id="Binding (Constructor)" ref="eric5.Utilities.py3flakes.checker.html#Binding.__init__" />
-      <keyword name="Binding (Constructor)" id="Binding (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Binding.__init__" />
-      <keyword name="Binding.__repr__" id="Binding.__repr__" ref="eric5.Utilities.py3flakes.checker.html#Binding.__repr__" />
-      <keyword name="Binding.__repr__" id="Binding.__repr__" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Binding.__repr__" />
-      <keyword name="Binding.__str__" id="Binding.__str__" ref="eric5.Utilities.py3flakes.checker.html#Binding.__str__" />
-      <keyword name="Binding.__str__" id="Binding.__str__" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Binding.__str__" />
       <keyword name="BookmarkActionSelectionDialog" id="BookmarkActionSelectionDialog" ref="eric5.Helpviewer.UrlBar.BookmarkActionSelectionDialog.html#BookmarkActionSelectionDialog" />
       <keyword name="BookmarkActionSelectionDialog (Constructor)" id="BookmarkActionSelectionDialog (Constructor)" ref="eric5.Helpviewer.UrlBar.BookmarkActionSelectionDialog.html#BookmarkActionSelectionDialog.__init__" />
       <keyword name="BookmarkActionSelectionDialog (Module)" id="BookmarkActionSelectionDialog (Module)" ref="eric5.Helpviewer.UrlBar.BookmarkActionSelectionDialog.html" />
@@ -1975,97 +1955,29 @@
       <keyword name="ChatWidget.preferencesChanged" id="ChatWidget.preferencesChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.preferencesChanged" />
       <keyword name="ChatWidget.shutdown" id="ChatWidget.shutdown" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.shutdown" />
       <keyword name="Checker" id="Checker" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker" />
-      <keyword name="Checker" id="Checker" ref="eric5.Utilities.py3flakes.checker.html#Checker" />
       <keyword name="Checker" id="Checker" ref="eric5.UtilitiesPython2.pep8.html#Checker" />
-      <keyword name="Checker" id="Checker" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker" />
       <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.__init__" />
-      <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.Utilities.py3flakes.checker.html#Checker.__init__" />
       <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.UtilitiesPython2.pep8.html#Checker.__init__" />
-      <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.__init__" />
-      <keyword name="Checker.ASSIGN" id="Checker.ASSIGN" ref="eric5.Utilities.py3flakes.checker.html#Checker.ASSIGN" />
-      <keyword name="Checker.ASSIGN" id="Checker.ASSIGN" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.ASSIGN" />
-      <keyword name="Checker.AUGASSIGN" id="Checker.AUGASSIGN" ref="eric5.Utilities.py3flakes.checker.html#Checker.AUGASSIGN" />
-      <keyword name="Checker.AUGASSIGN" id="Checker.AUGASSIGN" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.AUGASSIGN" />
-      <keyword name="Checker.CLASSDEF" id="Checker.CLASSDEF" ref="eric5.Utilities.py3flakes.checker.html#Checker.CLASSDEF" />
-      <keyword name="Checker.CLASSDEF" id="Checker.CLASSDEF" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.CLASSDEF" />
-      <keyword name="Checker.DICTCOMP" id="Checker.DICTCOMP" ref="eric5.Utilities.py3flakes.checker.html#Checker.DICTCOMP" />
-      <keyword name="Checker.DICTCOMP" id="Checker.DICTCOMP" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.DICTCOMP" />
-      <keyword name="Checker.EXCEPTHANDLER" id="Checker.EXCEPTHANDLER" ref="eric5.Utilities.py3flakes.checker.html#Checker.EXCEPTHANDLER" />
-      <keyword name="Checker.FOR" id="Checker.FOR" ref="eric5.Utilities.py3flakes.checker.html#Checker.FOR" />
-      <keyword name="Checker.FOR" id="Checker.FOR" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.FOR" />
-      <keyword name="Checker.FUNCTIONDEF" id="Checker.FUNCTIONDEF" ref="eric5.Utilities.py3flakes.checker.html#Checker.FUNCTIONDEF" />
-      <keyword name="Checker.FUNCTIONDEF" id="Checker.FUNCTIONDEF" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.FUNCTIONDEF" />
-      <keyword name="Checker.GLOBAL" id="Checker.GLOBAL" ref="eric5.Utilities.py3flakes.checker.html#Checker.GLOBAL" />
-      <keyword name="Checker.GLOBAL" id="Checker.GLOBAL" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.GLOBAL" />
-      <keyword name="Checker.IMPORT" id="Checker.IMPORT" ref="eric5.Utilities.py3flakes.checker.html#Checker.IMPORT" />
-      <keyword name="Checker.IMPORT" id="Checker.IMPORT" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.IMPORT" />
-      <keyword name="Checker.IMPORTFROM" id="Checker.IMPORTFROM" ref="eric5.Utilities.py3flakes.checker.html#Checker.IMPORTFROM" />
-      <keyword name="Checker.IMPORTFROM" id="Checker.IMPORTFROM" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.IMPORTFROM" />
-      <keyword name="Checker.LAMBDA" id="Checker.LAMBDA" ref="eric5.Utilities.py3flakes.checker.html#Checker.LAMBDA" />
-      <keyword name="Checker.LAMBDA" id="Checker.LAMBDA" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.LAMBDA" />
-      <keyword name="Checker.LISTCOMP" id="Checker.LISTCOMP" ref="eric5.Utilities.py3flakes.checker.html#Checker.LISTCOMP" />
-      <keyword name="Checker.LISTCOMP" id="Checker.LISTCOMP" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.LISTCOMP" />
-      <keyword name="Checker.NAME" id="Checker.NAME" ref="eric5.Utilities.py3flakes.checker.html#Checker.NAME" />
-      <keyword name="Checker.NAME" id="Checker.NAME" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.NAME" />
-      <keyword name="Checker.STARRED" id="Checker.STARRED" ref="eric5.Utilities.py3flakes.checker.html#Checker.STARRED" />
-      <keyword name="Checker._runDeferred" id="Checker._runDeferred" ref="eric5.Utilities.py3flakes.checker.html#Checker._runDeferred" />
-      <keyword name="Checker._runDeferred" id="Checker._runDeferred" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker._runDeferred" />
-      <keyword name="Checker.addArgs" id="Checker.addArgs" ref="eric5.Utilities.py3flakes.checker.html#Checker.addArgs" />
-      <keyword name="Checker.addArgs" id="Checker.addArgs" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.addArgs" />
-      <keyword name="Checker.addBinding" id="Checker.addBinding" ref="eric5.Utilities.py3flakes.checker.html#Checker.addBinding" />
-      <keyword name="Checker.addBinding" id="Checker.addBinding" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.addBinding" />
       <keyword name="Checker.build_tokens_line" id="Checker.build_tokens_line" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.build_tokens_line" />
       <keyword name="Checker.build_tokens_line" id="Checker.build_tokens_line" ref="eric5.UtilitiesPython2.pep8.html#Checker.build_tokens_line" />
-      <keyword name="Checker.checkUnusedAssignments" id="Checker.checkUnusedAssignments" ref="eric5.Utilities.py3flakes.checker.html#Checker.checkUnusedAssignments" />
-      <keyword name="Checker.checkUnusedAssignments" id="Checker.checkUnusedAssignments" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.checkUnusedAssignments" />
       <keyword name="Checker.check_all" id="Checker.check_all" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_all" />
       <keyword name="Checker.check_all" id="Checker.check_all" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_all" />
       <keyword name="Checker.check_ast" id="Checker.check_ast" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_ast" />
       <keyword name="Checker.check_ast" id="Checker.check_ast" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_ast" />
-      <keyword name="Checker.check_dead_scopes" id="Checker.check_dead_scopes" ref="eric5.Utilities.py3flakes.checker.html#Checker.check_dead_scopes" />
-      <keyword name="Checker.check_dead_scopes" id="Checker.check_dead_scopes" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.check_dead_scopes" />
       <keyword name="Checker.check_logical" id="Checker.check_logical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_logical" />
       <keyword name="Checker.check_logical" id="Checker.check_logical" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_logical" />
       <keyword name="Checker.check_physical" id="Checker.check_physical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_physical" />
       <keyword name="Checker.check_physical" id="Checker.check_physical" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_physical" />
-      <keyword name="Checker.collectLoopVars" id="Checker.collectLoopVars" ref="eric5.Utilities.py3flakes.checker.html#Checker.collectLoopVars" />
-      <keyword name="Checker.collectLoopVars" id="Checker.collectLoopVars" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.collectLoopVars" />
-      <keyword name="Checker.deferAssignment" id="Checker.deferAssignment" ref="eric5.Utilities.py3flakes.checker.html#Checker.deferAssignment" />
-      <keyword name="Checker.deferAssignment" id="Checker.deferAssignment" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.deferAssignment" />
-      <keyword name="Checker.deferFunction" id="Checker.deferFunction" ref="eric5.Utilities.py3flakes.checker.html#Checker.deferFunction" />
-      <keyword name="Checker.deferFunction" id="Checker.deferFunction" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.deferFunction" />
       <keyword name="Checker.generate_tokens" id="Checker.generate_tokens" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.generate_tokens" />
       <keyword name="Checker.generate_tokens" id="Checker.generate_tokens" ref="eric5.UtilitiesPython2.pep8.html#Checker.generate_tokens" />
-      <keyword name="Checker.handleAssignName" id="Checker.handleAssignName" ref="eric5.Utilities.py3flakes.checker.html#Checker.handleAssignName" />
-      <keyword name="Checker.handleBody" id="Checker.handleBody" ref="eric5.Utilities.py3flakes.checker.html#Checker.handleBody" />
-      <keyword name="Checker.handleChildren" id="Checker.handleChildren" ref="eric5.Utilities.py3flakes.checker.html#Checker.handleChildren" />
-      <keyword name="Checker.handleChildren" id="Checker.handleChildren" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.handleChildren" />
-      <keyword name="Checker.handleNode" id="Checker.handleNode" ref="eric5.Utilities.py3flakes.checker.html#Checker.handleNode" />
-      <keyword name="Checker.handleNode" id="Checker.handleNode" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.handleNode" />
-      <keyword name="Checker.ignore" id="Checker.ignore" ref="eric5.Utilities.py3flakes.checker.html#Checker.ignore" />
-      <keyword name="Checker.ignore" id="Checker.ignore" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.ignore" />
-      <keyword name="Checker.isDocstring" id="Checker.isDocstring" ref="eric5.Utilities.py3flakes.checker.html#Checker.isDocstring" />
-      <keyword name="Checker.isDocstring" id="Checker.isDocstring" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.isDocstring" />
-      <keyword name="Checker.popScope" id="Checker.popScope" ref="eric5.Utilities.py3flakes.checker.html#Checker.popScope" />
-      <keyword name="Checker.popScope" id="Checker.popScope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.popScope" />
-      <keyword name="Checker.pushClassScope" id="Checker.pushClassScope" ref="eric5.Utilities.py3flakes.checker.html#Checker.pushClassScope" />
-      <keyword name="Checker.pushClassScope" id="Checker.pushClassScope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.pushClassScope" />
-      <keyword name="Checker.pushFunctionScope" id="Checker.pushFunctionScope" ref="eric5.Utilities.py3flakes.checker.html#Checker.pushFunctionScope" />
-      <keyword name="Checker.pushFunctionScope" id="Checker.pushFunctionScope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.pushFunctionScope" />
       <keyword name="Checker.readline" id="Checker.readline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.readline" />
       <keyword name="Checker.readline" id="Checker.readline" ref="eric5.UtilitiesPython2.pep8.html#Checker.readline" />
       <keyword name="Checker.readline_check_physical" id="Checker.readline_check_physical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.readline_check_physical" />
       <keyword name="Checker.readline_check_physical" id="Checker.readline_check_physical" ref="eric5.UtilitiesPython2.pep8.html#Checker.readline_check_physical" />
-      <keyword name="Checker.report" id="Checker.report" ref="eric5.Utilities.py3flakes.checker.html#Checker.report" />
-      <keyword name="Checker.report" id="Checker.report" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.report" />
       <keyword name="Checker.report_invalid_syntax" id="Checker.report_invalid_syntax" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.report_invalid_syntax" />
       <keyword name="Checker.report_invalid_syntax" id="Checker.report_invalid_syntax" ref="eric5.UtilitiesPython2.pep8.html#Checker.report_invalid_syntax" />
-      <keyword name="Checker.runFunction" id="Checker.runFunction" ref="eric5.Utilities.py3flakes.checker.html#Checker.runFunction" />
-      <keyword name="Checker.runFunction" id="Checker.runFunction" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.runFunction" />
       <keyword name="Checker.run_check" id="Checker.run_check" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.run_check" />
       <keyword name="Checker.run_check" id="Checker.run_check" ref="eric5.UtilitiesPython2.pep8.html#Checker.run_check" />
-      <keyword name="Checker.scope" id="Checker.scope" ref="eric5.Utilities.py3flakes.checker.html#Checker.scope" />
-      <keyword name="Checker.scope" id="Checker.scope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Checker.scope" />
       <keyword name="CheckerPlugins (Package)" id="CheckerPlugins (Package)" ref="index-eric5.Plugins.CheckerPlugins.html" />
       <keyword name="ChromeImporter" id="ChromeImporter" ref="eric5.Helpviewer.Bookmarks.BookmarksImporters.ChromeImporter.html#ChromeImporter" />
       <keyword name="ChromeImporter (Constructor)" id="ChromeImporter (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksImporters.ChromeImporter.html#ChromeImporter.__init__" />
@@ -2108,8 +2020,6 @@
       <keyword name="ClassModel.addMethod" id="ClassModel.addMethod" ref="eric5.Graphics.ClassItem.html#ClassModel.addMethod" />
       <keyword name="ClassModel.getAttributes" id="ClassModel.getAttributes" ref="eric5.Graphics.ClassItem.html#ClassModel.getAttributes" />
       <keyword name="ClassModel.getMethods" id="ClassModel.getMethods" ref="eric5.Graphics.ClassItem.html#ClassModel.getMethods" />
-      <keyword name="ClassScope" id="ClassScope" ref="eric5.Utilities.py3flakes.checker.html#ClassScope" />
-      <keyword name="ClassScope" id="ClassScope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#ClassScope" />
       <keyword name="ClbrBase" id="ClbrBase" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#ClbrBase" />
       <keyword name="ClbrBase (Constructor)" id="ClbrBase (Constructor)" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#ClbrBase.__init__" />
       <keyword name="ClbrBase._addattribute" id="ClbrBase._addattribute" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#ClbrBase._addattribute" />
@@ -3616,10 +3526,6 @@
       <keyword name="DownloadModel.removeRows" id="DownloadModel.removeRows" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.removeRows" />
       <keyword name="DownloadModel.rowCount" id="DownloadModel.rowCount" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.rowCount" />
       <keyword name="DownloadUtilities (Module)" id="DownloadUtilities (Module)" ref="eric5.Helpviewer.Download.DownloadUtilities.html" />
-      <keyword name="DuplicateArgument" id="DuplicateArgument" ref="eric5.Utilities.py3flakes.messages.html#DuplicateArgument" />
-      <keyword name="DuplicateArgument" id="DuplicateArgument" ref="eric5.UtilitiesPython2.py2flakes.messages.html#DuplicateArgument" />
-      <keyword name="DuplicateArgument (Constructor)" id="DuplicateArgument (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#DuplicateArgument.__init__" />
-      <keyword name="DuplicateArgument (Constructor)" id="DuplicateArgument (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#DuplicateArgument.__init__" />
       <keyword name="E5Action" id="E5Action" ref="eric5.E5Gui.E5Action.html#E5Action" />
       <keyword name="E5Action (Constructor)" id="E5Action (Constructor)" ref="eric5.E5Gui.E5Action.html#E5Action.__init__" />
       <keyword name="E5Action (Module)" id="E5Action (Module)" ref="eric5.E5Gui.E5Action.html" />
@@ -4821,10 +4727,6 @@
       <keyword name="ExceptionsFilterDialog.on_deleteButton_clicked" id="ExceptionsFilterDialog.on_deleteButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_deleteButton_clicked" />
       <keyword name="ExceptionsFilterDialog.on_exceptionEdit_textChanged" id="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionEdit_textChanged" />
       <keyword name="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" id="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" />
-      <keyword name="ExportBinding" id="ExportBinding" ref="eric5.Utilities.py3flakes.checker.html#ExportBinding" />
-      <keyword name="ExportBinding" id="ExportBinding" ref="eric5.UtilitiesPython2.py2flakes.checker.html#ExportBinding" />
-      <keyword name="ExportBinding.names" id="ExportBinding.names" ref="eric5.Utilities.py3flakes.checker.html#ExportBinding.names" />
-      <keyword name="ExportBinding.names" id="ExportBinding.names" ref="eric5.UtilitiesPython2.py2flakes.checker.html#ExportBinding.names" />
       <keyword name="ExporterBase" id="ExporterBase" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase" />
       <keyword name="ExporterBase (Constructor)" id="ExporterBase (Constructor)" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase.__init__" />
       <keyword name="ExporterBase (Module)" id="ExporterBase (Module)" ref="eric5.QScintilla.Exporters.ExporterBase.html" />
@@ -5104,12 +5006,6 @@
       <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ModuleParser.html#Function.__init__" />
       <keyword name="Function.addDescription" id="Function.addDescription" ref="eric5.Utilities.ModuleParser.html#Function.addDescription" />
       <keyword name="Function.setEndLine" id="Function.setEndLine" ref="eric5.Utilities.ModuleParser.html#Function.setEndLine" />
-      <keyword name="FunctionDefinition" id="FunctionDefinition" ref="eric5.Utilities.py3flakes.checker.html#FunctionDefinition" />
-      <keyword name="FunctionDefinition" id="FunctionDefinition" ref="eric5.UtilitiesPython2.py2flakes.checker.html#FunctionDefinition" />
-      <keyword name="FunctionScope" id="FunctionScope" ref="eric5.Utilities.py3flakes.checker.html#FunctionScope" />
-      <keyword name="FunctionScope" id="FunctionScope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#FunctionScope" />
-      <keyword name="FunctionScope (Constructor)" id="FunctionScope (Constructor)" ref="eric5.Utilities.py3flakes.checker.html#FunctionScope.__init__" />
-      <keyword name="FunctionScope (Constructor)" id="FunctionScope (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.checker.html#FunctionScope.__init__" />
       <keyword name="Globals (Package)" id="Globals (Package)" ref="index-eric5.Globals.html" />
       <keyword name="GotoDialog" id="GotoDialog" ref="eric5.QScintilla.GotoDialog.html#GotoDialog" />
       <keyword name="GotoDialog (Constructor)" id="GotoDialog (Constructor)" ref="eric5.QScintilla.GotoDialog.html#GotoDialog.__init__" />
@@ -6823,18 +6719,6 @@
       <keyword name="IconsPreviewDialog" id="IconsPreviewDialog" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog" />
       <keyword name="IconsPreviewDialog (Constructor)" id="IconsPreviewDialog (Constructor)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog.__init__" />
       <keyword name="IconsPreviewDialog (Module)" id="IconsPreviewDialog (Module)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html" />
-      <keyword name="ImportShadowedByLoopVar" id="ImportShadowedByLoopVar" ref="eric5.Utilities.py3flakes.messages.html#ImportShadowedByLoopVar" />
-      <keyword name="ImportShadowedByLoopVar" id="ImportShadowedByLoopVar" ref="eric5.UtilitiesPython2.py2flakes.messages.html#ImportShadowedByLoopVar" />
-      <keyword name="ImportShadowedByLoopVar (Constructor)" id="ImportShadowedByLoopVar (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#ImportShadowedByLoopVar.__init__" />
-      <keyword name="ImportShadowedByLoopVar (Constructor)" id="ImportShadowedByLoopVar (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#ImportShadowedByLoopVar.__init__" />
-      <keyword name="ImportStarUsed" id="ImportStarUsed" ref="eric5.Utilities.py3flakes.messages.html#ImportStarUsed" />
-      <keyword name="ImportStarUsed" id="ImportStarUsed" ref="eric5.UtilitiesPython2.py2flakes.messages.html#ImportStarUsed" />
-      <keyword name="ImportStarUsed (Constructor)" id="ImportStarUsed (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#ImportStarUsed.__init__" />
-      <keyword name="ImportStarUsed (Constructor)" id="ImportStarUsed (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#ImportStarUsed.__init__" />
-      <keyword name="Importation" id="Importation" ref="eric5.Utilities.py3flakes.checker.html#Importation" />
-      <keyword name="Importation" id="Importation" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Importation" />
-      <keyword name="Importation (Constructor)" id="Importation (Constructor)" ref="eric5.Utilities.py3flakes.checker.html#Importation.__init__" />
-      <keyword name="Importation (Constructor)" id="Importation (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Importation.__init__" />
       <keyword name="ImportsDiagramBuilder" id="ImportsDiagramBuilder" ref="eric5.Graphics.ImportsDiagramBuilder.html#ImportsDiagramBuilder" />
       <keyword name="ImportsDiagramBuilder (Constructor)" id="ImportsDiagramBuilder (Constructor)" ref="eric5.Graphics.ImportsDiagramBuilder.html#ImportsDiagramBuilder.__init__" />
       <keyword name="ImportsDiagramBuilder (Module)" id="ImportsDiagramBuilder (Module)" ref="eric5.Graphics.ImportsDiagramBuilder.html" />
@@ -7217,10 +7101,6 @@
       <keyword name="JavaScriptExternalObject (Constructor)" id="JavaScriptExternalObject (Constructor)" ref="eric5.Helpviewer.HelpBrowserWV.html#JavaScriptExternalObject.__init__" />
       <keyword name="JavaScriptExternalObject.AddSearchProvider" id="JavaScriptExternalObject.AddSearchProvider" ref="eric5.Helpviewer.HelpBrowserWV.html#JavaScriptExternalObject.AddSearchProvider" />
       <keyword name="JavaScriptResources (Module)" id="JavaScriptResources (Module)" ref="eric5.Helpviewer.JavaScriptResources.html" />
-      <keyword name="LateFutureImport" id="LateFutureImport" ref="eric5.Utilities.py3flakes.messages.html#LateFutureImport" />
-      <keyword name="LateFutureImport" id="LateFutureImport" ref="eric5.UtilitiesPython2.py2flakes.messages.html#LateFutureImport" />
-      <keyword name="LateFutureImport (Constructor)" id="LateFutureImport (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#LateFutureImport.__init__" />
-      <keyword name="LateFutureImport (Constructor)" id="LateFutureImport (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#LateFutureImport.__init__" />
       <keyword name="Lexer" id="Lexer" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer" />
       <keyword name="Lexer (Constructor)" id="Lexer (Constructor)" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.__init__" />
       <keyword name="Lexer (Module)" id="Lexer (Module)" ref="eric5.QScintilla.Lexers.Lexer.html" />
@@ -7595,14 +7475,6 @@
       <keyword name="MercurialUserDataDialog (Constructor)" id="MercurialUserDataDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialUserDataDialog.html#MercurialUserDataDialog.__init__" />
       <keyword name="MercurialUserDataDialog (Module)" id="MercurialUserDataDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialUserDataDialog.html" />
       <keyword name="MercurialUserDataDialog.getData" id="MercurialUserDataDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialUserDataDialog.html#MercurialUserDataDialog.getData" />
-      <keyword name="Message" id="Message" ref="eric5.Utilities.py3flakes.messages.html#Message" />
-      <keyword name="Message" id="Message" ref="eric5.UtilitiesPython2.py2flakes.messages.html#Message" />
-      <keyword name="Message (Constructor)" id="Message (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#Message.__init__" />
-      <keyword name="Message (Constructor)" id="Message (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#Message.__init__" />
-      <keyword name="Message.__str__" id="Message.__str__" ref="eric5.Utilities.py3flakes.messages.html#Message.__str__" />
-      <keyword name="Message.__str__" id="Message.__str__" ref="eric5.UtilitiesPython2.py2flakes.messages.html#Message.__str__" />
-      <keyword name="Message.getMessageData" id="Message.getMessageData" ref="eric5.Utilities.py3flakes.messages.html#Message.getMessageData" />
-      <keyword name="Message.getMessageData" id="Message.getMessageData" ref="eric5.UtilitiesPython2.py2flakes.messages.html#Message.getMessageData" />
       <keyword name="MessageBoxWizard" id="MessageBoxWizard" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard" />
       <keyword name="MessageBoxWizard (Constructor)" id="MessageBoxWizard (Constructor)" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__init__" />
       <keyword name="MessageBoxWizard (Package)" id="MessageBoxWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.MessageBoxWizard.html" />
@@ -7767,8 +7639,6 @@
       <keyword name="ModuleModel.addClass" id="ModuleModel.addClass" ref="eric5.Graphics.ModuleItem.html#ModuleModel.addClass" />
       <keyword name="ModuleModel.getClasses" id="ModuleModel.getClasses" ref="eric5.Graphics.ModuleItem.html#ModuleModel.getClasses" />
       <keyword name="ModuleParser (Module)" id="ModuleParser (Module)" ref="eric5.Utilities.ModuleParser.html" />
-      <keyword name="ModuleScope" id="ModuleScope" ref="eric5.Utilities.py3flakes.checker.html#ModuleScope" />
-      <keyword name="ModuleScope" id="ModuleScope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#ModuleScope" />
       <keyword name="MultiProject" id="MultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject" />
       <keyword name="MultiProject (Constructor)" id="MultiProject (Constructor)" ref="eric5.MultiProject.MultiProject.html#MultiProject.__init__" />
       <keyword name="MultiProject (Module)" id="MultiProject (Module)" ref="eric5.MultiProject.MultiProject.html" />
@@ -9616,14 +9486,6 @@
       <keyword name="RebaseProjectHelper.initMenu" id="RebaseProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.initMenu" />
       <keyword name="RebaseProjectHelper.menuTitle" id="RebaseProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.menuTitle" />
       <keyword name="RecursionError" id="RecursionError" ref="eric5.Graphics.GraphicsUtilities.html#RecursionError" />
-      <keyword name="RedefinedFunction" id="RedefinedFunction" ref="eric5.Utilities.py3flakes.messages.html#RedefinedFunction" />
-      <keyword name="RedefinedFunction" id="RedefinedFunction" ref="eric5.UtilitiesPython2.py2flakes.messages.html#RedefinedFunction" />
-      <keyword name="RedefinedFunction (Constructor)" id="RedefinedFunction (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#RedefinedFunction.__init__" />
-      <keyword name="RedefinedFunction (Constructor)" id="RedefinedFunction (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#RedefinedFunction.__init__" />
-      <keyword name="RedefinedWhileUnused" id="RedefinedWhileUnused" ref="eric5.Utilities.py3flakes.messages.html#RedefinedWhileUnused" />
-      <keyword name="RedefinedWhileUnused" id="RedefinedWhileUnused" ref="eric5.UtilitiesPython2.py2flakes.messages.html#RedefinedWhileUnused" />
-      <keyword name="RedefinedWhileUnused (Constructor)" id="RedefinedWhileUnused (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#RedefinedWhileUnused.__init__" />
-      <keyword name="RedefinedWhileUnused (Constructor)" id="RedefinedWhileUnused (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#RedefinedWhileUnused.__init__" />
       <keyword name="Redirector" id="Redirector" ref="eric5.UI.UserInterface.html#Redirector" />
       <keyword name="Redirector (Constructor)" id="Redirector (Constructor)" ref="eric5.UI.UserInterface.html#Redirector.__init__" />
       <keyword name="Redirector.__bufferedWrite" id="Redirector.__bufferedWrite" ref="eric5.UI.UserInterface.html#Redirector.__bufferedWrite" />
@@ -9657,12 +9519,6 @@
       <keyword name="SchemeAccessHandler (Constructor)" id="SchemeAccessHandler (Constructor)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.__init__" />
       <keyword name="SchemeAccessHandler (Module)" id="SchemeAccessHandler (Module)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html" />
       <keyword name="SchemeAccessHandler.createRequest" id="SchemeAccessHandler.createRequest" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.createRequest" />
-      <keyword name="Scope" id="Scope" ref="eric5.Utilities.py3flakes.checker.html#Scope" />
-      <keyword name="Scope" id="Scope" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Scope" />
-      <keyword name="Scope (Constructor)" id="Scope (Constructor)" ref="eric5.Utilities.py3flakes.checker.html#Scope.__init__" />
-      <keyword name="Scope (Constructor)" id="Scope (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Scope.__init__" />
-      <keyword name="Scope.__repr__" id="Scope.__repr__" ref="eric5.Utilities.py3flakes.checker.html#Scope.__repr__" />
-      <keyword name="Scope.__repr__" id="Scope.__repr__" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Scope.__repr__" />
       <keyword name="SearchReplaceSlidingWidget" id="SearchReplaceSlidingWidget" ref="eric5.QScintilla.SearchReplaceWidget.html#SearchReplaceSlidingWidget" />
       <keyword name="SearchReplaceSlidingWidget (Constructor)" id="SearchReplaceSlidingWidget (Constructor)" ref="eric5.QScintilla.SearchReplaceWidget.html#SearchReplaceSlidingWidget.__init__" />
       <keyword name="SearchReplaceSlidingWidget.__enableScrollerButtons" id="SearchReplaceSlidingWidget.__enableScrollerButtons" ref="eric5.QScintilla.SearchReplaceWidget.html#SearchReplaceSlidingWidget.__enableScrollerButtons" />
@@ -11749,20 +11605,6 @@
       <keyword name="UMLSceneSizeDialog.getData" id="UMLSceneSizeDialog.getData" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog.getData" />
       <keyword name="Uid" id="Uid" ref="eric5.Utilities.binplistlib.html#Uid" />
       <keyword name="Uid.__repr__" id="Uid.__repr__" ref="eric5.Utilities.binplistlib.html#Uid.__repr__" />
-      <keyword name="UnBinding" id="UnBinding" ref="eric5.Utilities.py3flakes.checker.html#UnBinding" />
-      <keyword name="UnBinding" id="UnBinding" ref="eric5.UtilitiesPython2.py2flakes.checker.html#UnBinding" />
-      <keyword name="UndefinedExport" id="UndefinedExport" ref="eric5.Utilities.py3flakes.messages.html#UndefinedExport" />
-      <keyword name="UndefinedExport" id="UndefinedExport" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UndefinedExport" />
-      <keyword name="UndefinedExport (Constructor)" id="UndefinedExport (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UndefinedExport.__init__" />
-      <keyword name="UndefinedExport (Constructor)" id="UndefinedExport (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UndefinedExport.__init__" />
-      <keyword name="UndefinedLocal" id="UndefinedLocal" ref="eric5.Utilities.py3flakes.messages.html#UndefinedLocal" />
-      <keyword name="UndefinedLocal" id="UndefinedLocal" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UndefinedLocal" />
-      <keyword name="UndefinedLocal (Constructor)" id="UndefinedLocal (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UndefinedLocal.__init__" />
-      <keyword name="UndefinedLocal (Constructor)" id="UndefinedLocal (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UndefinedLocal.__init__" />
-      <keyword name="UndefinedName" id="UndefinedName" ref="eric5.Utilities.py3flakes.messages.html#UndefinedName" />
-      <keyword name="UndefinedName" id="UndefinedName" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UndefinedName" />
-      <keyword name="UndefinedName (Constructor)" id="UndefinedName (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UndefinedName.__init__" />
-      <keyword name="UndefinedName (Constructor)" id="UndefinedName (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UndefinedName.__init__" />
       <keyword name="UnittestDialog" id="UnittestDialog" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog" />
       <keyword name="UnittestDialog (Constructor)" id="UnittestDialog (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__init__" />
       <keyword name="UnittestDialog (Module)" id="UnittestDialog (Module)" ref="eric5.PyUnit.UnittestDialog.html" />
@@ -11792,14 +11634,6 @@
       <keyword name="UnittestWindow" id="UnittestWindow" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow" />
       <keyword name="UnittestWindow (Constructor)" id="UnittestWindow (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.__init__" />
       <keyword name="UnittestWindow.eventFilter" id="UnittestWindow.eventFilter" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.eventFilter" />
-      <keyword name="UnusedImport" id="UnusedImport" ref="eric5.Utilities.py3flakes.messages.html#UnusedImport" />
-      <keyword name="UnusedImport" id="UnusedImport" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UnusedImport" />
-      <keyword name="UnusedImport (Constructor)" id="UnusedImport (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UnusedImport.__init__" />
-      <keyword name="UnusedImport (Constructor)" id="UnusedImport (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UnusedImport.__init__" />
-      <keyword name="UnusedVariable" id="UnusedVariable" ref="eric5.Utilities.py3flakes.messages.html#UnusedVariable" />
-      <keyword name="UnusedVariable" id="UnusedVariable" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UnusedVariable" />
-      <keyword name="UnusedVariable (Constructor)" id="UnusedVariable (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UnusedVariable.__init__" />
-      <keyword name="UnusedVariable (Constructor)" id="UnusedVariable (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UnusedVariable.__init__" />
       <keyword name="UrlBar" id="UrlBar" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar" />
       <keyword name="UrlBar (Constructor)" id="UrlBar (Constructor)" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__init__" />
       <keyword name="UrlBar (Module)" id="UrlBar (Module)" ref="eric5.Helpviewer.UrlBar.UrlBar.html" />
@@ -12801,8 +12635,6 @@
       <keyword name="check" id="check" ref="eric5.UtilitiesPython2.Tabnanny.html#check" />
       <keyword name="checkBlacklistedVersions" id="checkBlacklistedVersions" ref="eric5.Globals.__init__.html#checkBlacklistedVersions" />
       <keyword name="checkPyside" id="checkPyside" ref="eric5.Utilities.__init__.html#checkPyside" />
-      <keyword name="checker (Module)" id="checker (Module)" ref="eric5.Utilities.py3flakes.checker.html" />
-      <keyword name="checker (Module)" id="checker (Module)" ref="eric5.UtilitiesPython2.py2flakes.checker.html" />
       <keyword name="cleanUp" id="cleanUp" ref="eric5.install.html#cleanUp" />
       <keyword name="close" id="close" ref="eric5.DebugClients.Ruby.AsyncFile.html#close" />
       <keyword name="compactPath" id="compactPath" ref="eric5.Utilities.__init__.html#compactPath" />
@@ -13176,7 +13008,6 @@
       <keyword name="is_stream_binary_plist" id="is_stream_binary_plist" ref="eric5.Utilities.binplistlib.html#is_stream_binary_plist" />
       <keyword name="isatty" id="isatty" ref="eric5.DebugClients.Ruby.AsyncFile.html#isatty" />
       <keyword name="isinpath" id="isinpath" ref="eric5.Utilities.__init__.html#isinpath" />
-      <keyword name="iter_child_nodes" id="iter_child_nodes" ref="eric5.UtilitiesPython2.py2flakes.checker.html#iter_child_nodes" />
       <keyword name="joinext" id="joinext" ref="eric5.Utilities.__init__.html#joinext" />
       <keyword name="jsclbr (Module)" id="jsclbr (Module)" ref="eric5.Utilities.ClassBrowsers.jsclbr.html" />
       <keyword name="linesep" id="linesep" ref="eric5.Utilities.__init__.html#linesep" />
@@ -13216,8 +13047,6 @@
       <keyword name="maximum_line_length" id="maximum_line_length" ref="eric5.UtilitiesPython2.pep8.html#maximum_line_length" />
       <keyword name="messageHandler" id="messageHandler" ref="eric5.E5Gui.E5ErrorMessage.html#messageHandler" />
       <keyword name="messageHandlerInstalled" id="messageHandlerInstalled" ref="eric5.E5Gui.E5ErrorMessage.html#messageHandlerInstalled" />
-      <keyword name="messages (Module)" id="messages (Module)" ref="eric5.Utilities.py3flakes.messages.html" />
-      <keyword name="messages (Module)" id="messages (Module)" ref="eric5.UtilitiesPython2.py2flakes.messages.html" />
       <keyword name="missing_newline" id="missing_newline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#missing_newline" />
       <keyword name="missing_newline" id="missing_newline" ref="eric5.UtilitiesPython2.pep8.html#missing_newline" />
       <keyword name="missing_whitespace" id="missing_whitespace" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#missing_whitespace" />
@@ -13266,10 +13095,8 @@
       <keyword name="pwRecode" id="pwRecode" ref="eric5.Utilities.crypto.__init__.html#pwRecode" />
       <keyword name="pwReencrypt" id="pwReencrypt" ref="eric5.Utilities.crypto.__init__.html#pwReencrypt" />
       <keyword name="py2compile" id="py2compile" ref="eric5.Utilities.__init__.html#py2compile" />
-      <keyword name="py2flakes (Package)" id="py2flakes (Package)" ref="index-eric5.UtilitiesPython2.py2flakes.html" />
       <keyword name="py3AES (Module)" id="py3AES (Module)" ref="eric5.Utilities.crypto.py3AES.html" />
       <keyword name="py3PBKDF2 (Module)" id="py3PBKDF2 (Module)" ref="eric5.Utilities.crypto.py3PBKDF2.html" />
-      <keyword name="py3flakes (Package)" id="py3flakes (Package)" ref="index-eric5.Utilities.py3flakes.html" />
       <keyword name="pyName" id="pyName" ref="eric5.Utilities.uic.html#pyName" />
       <keyword name="pyName" id="pyName" ref="eric5.compileUiFiles.html#pyName" />
       <keyword name="pyName" id="pyName" ref="eric5.install.html#pyName" />
--- a/Documentation/Source/eric5.Utilities.py3flakes.checker.html	Tue Apr 29 23:28:07 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,719 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<title>eric5.Utilities.py3flakes.checker</title>
-<meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
-</head>
-<body><a NAME="top" ID="top"></a>
-<h1>eric5.Utilities.py3flakes.checker</h1>
-
-<h3>Global Attributes</h3>
-<table>
-<tr><td>_MAGIC_GLOBALS</td></tr>
-</table>
-<h3>Classes</h3>
-<table>
-<tr>
-<td><a href="#Argument">Argument</a></td>
-<td>Represents binding a name as an argument.</td>
-</tr><tr>
-<td><a href="#Assignment">Assignment</a></td>
-<td>Represents binding a name with an explicit assignment.</td>
-</tr><tr>
-<td><a href="#Binding">Binding</a></td>
-<td>Represents the binding of a value to a name.</td>
-</tr><tr>
-<td><a href="#Checker">Checker</a></td>
-<td>Class to check the cleanliness and sanity of Python code.</td>
-</tr><tr>
-<td><a href="#ClassScope">ClassScope</a></td>
-<td>Class representing a name scope for a class.</td>
-</tr><tr>
-<td><a href="#ExportBinding">ExportBinding</a></td>
-<td>A binding created by an __all__ assignment.</td>
-</tr><tr>
-<td><a href="#FunctionDefinition">FunctionDefinition</a></td>
-<td>Represents a function definition.</td>
-</tr><tr>
-<td><a href="#FunctionScope">FunctionScope</a></td>
-<td>Class representing a name scope for a function.</td>
-</tr><tr>
-<td><a href="#Importation">Importation</a></td>
-<td>A binding created by an import statement.</td>
-</tr><tr>
-<td><a href="#ModuleScope">ModuleScope</a></td>
-<td>Class representing a name scope for a module.</td>
-</tr><tr>
-<td><a href="#Scope">Scope</a></td>
-<td>Class defining the scope base class.</td>
-</tr><tr>
-<td><a href="#UnBinding">UnBinding</a></td>
-<td>Created by the 'del' operator.</td>
-</tr>
-</table>
-<h3>Functions</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<hr /><hr />
-<a NAME="Argument" ID="Argument"></a>
-<h2>Argument</h2>
-<p>
-    Represents binding a name as an argument.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Assignment" ID="Assignment"></a>
-<h2>Assignment</h2>
-<p>
-    Represents binding a name with an explicit assignment.
-</p><p>
-    The checker will raise warnings for any Assignment that isn't used. Also,
-    the checker does not consider assignments in tuple/list unpacking to be
-    Assignments, rather it treats them as simple Bindings.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Binding" ID="Binding"></a>
-<h2>Binding</h2>
-<p>
-    Represents the binding of a value to a name.
-</p><p>
-    The checker uses this to keep track of which names have been bound and
-    which names have not. See Assignment for a special type of binding that
-    is checked with stricter rules.
-</p>
-<h3>Derived from</h3>
-object
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#Binding.__init__">Binding</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Binding.__repr__">__repr__</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Binding.__str__">__str__</a></td>
-<td></td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="Binding.__init__" ID="Binding.__init__"></a>
-<h4>Binding (Constructor)</h4>
-<b>Binding</b>(<i>name, source</i>)
-<a NAME="Binding.__repr__" ID="Binding.__repr__"></a>
-<h4>Binding.__repr__</h4>
-<b>__repr__</b>(<i></i>)
-<a NAME="Binding.__str__" ID="Binding.__str__"></a>
-<h4>Binding.__str__</h4>
-<b>__str__</b>(<i></i>)
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Checker" ID="Checker"></a>
-<h2>Checker</h2>
-<p>
-    Class to check the cleanliness and sanity of Python code.
-</p>
-<h3>Derived from</h3>
-object
-<h3>Class Attributes</h3>
-<table>
-<tr><td>ATTRIBUTES</td></tr><tr><td>BOOLOP</td></tr><tr><td>CALL</td></tr><tr><td>COMPREHENSION</td></tr><tr><td>INVERT</td></tr><tr><td>ISNOT</td></tr><tr><td>LOAD</td></tr><tr><td>MOD</td></tr><tr><td>NONLOCAL</td></tr><tr><td>PASS</td></tr><tr><td>RETURN</td></tr><tr><td>SETCOMP</td></tr><tr><td>SLICE</td></tr><tr><td>TRY</td></tr><tr><td>nodeDepth</td></tr><tr><td>scope</td></tr><tr><td>traceTree</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#Checker.__init__">Checker</a></td>
-<td>Constructor</td>
-</tr><tr>
-<td><a href="#Checker.ASSIGN">ASSIGN</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.AUGASSIGN">AUGASSIGN</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.CLASSDEF">CLASSDEF</a></td>
-<td>Check names used in a class definition, including its decorators, base classes, and the body of its definition.</td>
-</tr><tr>
-<td><a href="#Checker.DICTCOMP">DICTCOMP</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.EXCEPTHANDLER">EXCEPTHANDLER</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.FOR">FOR</a></td>
-<td>Process bindings for loop variables.</td>
-</tr><tr>
-<td><a href="#Checker.FUNCTIONDEF">FUNCTIONDEF</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.GLOBAL">GLOBAL</a></td>
-<td>Keep track of globals declarations.</td>
-</tr><tr>
-<td><a href="#Checker.IMPORT">IMPORT</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.IMPORTFROM">IMPORTFROM</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.LAMBDA">LAMBDA</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.LISTCOMP">LISTCOMP</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.NAME">NAME</a></td>
-<td>Handle occurrence of Name (which can be a load/store/delete access.)</td>
-</tr><tr>
-<td><a href="#Checker.STARRED">STARRED</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker._runDeferred">_runDeferred</a></td>
-<td>Run the callables in deferred using their associated scope stack.</td>
-</tr><tr>
-<td><a href="#Checker.addArgs">addArgs</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.addBinding">addBinding</a></td>
-<td>Called when a binding is altered.</td>
-</tr><tr>
-<td><a href="#Checker.checkUnusedAssignments">checkUnusedAssignments</a></td>
-<td>Check to see if any assignments have not been used.</td>
-</tr><tr>
-<td><a href="#Checker.check_dead_scopes">check_dead_scopes</a></td>
-<td>Look at scopes which have been fully examined and report names in them which were imported but unused.</td>
-</tr><tr>
-<td><a href="#Checker.collectLoopVars">collectLoopVars</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.deferAssignment">deferAssignment</a></td>
-<td>Schedule an assignment handler to be called just after deferred function handlers.</td>
-</tr><tr>
-<td><a href="#Checker.deferFunction">deferFunction</a></td>
-<td>Schedule a function handler to be called just before completion.</td>
-</tr><tr>
-<td><a href="#Checker.handleAssignName">handleAssignName</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.handleBody">handleBody</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.handleChildren">handleChildren</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.handleNode">handleNode</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.ignore">ignore</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.isDocstring">isDocstring</a></td>
-<td>Determine if the given node is a docstring, as long as it is at the correct place in the node tree.</td>
-</tr><tr>
-<td><a href="#Checker.popScope">popScope</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.pushClassScope">pushClassScope</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.pushFunctionScope">pushFunctionScope</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.report">report</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.runFunction">runFunction</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.scope">scope</a></td>
-<td></td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="Checker.__init__" ID="Checker.__init__"></a>
-<h4>Checker (Constructor)</h4>
-<b>Checker</b>(<i>module, filename='(none)'</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>module</i></dt>
-<dd>
-parsed module tree or module source code
-</dd><dt><i>filename</i></dt>
-<dd>
-name of the module file (string)
-</dd>
-</dl><a NAME="Checker.ASSIGN" ID="Checker.ASSIGN"></a>
-<h4>Checker.ASSIGN</h4>
-<b>ASSIGN</b>(<i>node</i>)
-<a NAME="Checker.AUGASSIGN" ID="Checker.AUGASSIGN"></a>
-<h4>Checker.AUGASSIGN</h4>
-<b>AUGASSIGN</b>(<i>node</i>)
-<a NAME="Checker.CLASSDEF" ID="Checker.CLASSDEF"></a>
-<h4>Checker.CLASSDEF</h4>
-<b>CLASSDEF</b>(<i>node</i>)
-<p>
-        Check names used in a class definition, including its decorators, base
-        classes, and the body of its definition.  Additionally, add its name to
-        the current scope.
-</p><a NAME="Checker.DICTCOMP" ID="Checker.DICTCOMP"></a>
-<h4>Checker.DICTCOMP</h4>
-<b>DICTCOMP</b>(<i>node</i>)
-<a NAME="Checker.EXCEPTHANDLER" ID="Checker.EXCEPTHANDLER"></a>
-<h4>Checker.EXCEPTHANDLER</h4>
-<b>EXCEPTHANDLER</b>(<i>node</i>)
-<a NAME="Checker.FOR" ID="Checker.FOR"></a>
-<h4>Checker.FOR</h4>
-<b>FOR</b>(<i>node</i>)
-<p>
-        Process bindings for loop variables.
-</p><a NAME="Checker.FUNCTIONDEF" ID="Checker.FUNCTIONDEF"></a>
-<h4>Checker.FUNCTIONDEF</h4>
-<b>FUNCTIONDEF</b>(<i>node</i>)
-<a NAME="Checker.GLOBAL" ID="Checker.GLOBAL"></a>
-<h4>Checker.GLOBAL</h4>
-<b>GLOBAL</b>(<i>node</i>)
-<p>
-        Keep track of globals declarations.
-</p><a NAME="Checker.IMPORT" ID="Checker.IMPORT"></a>
-<h4>Checker.IMPORT</h4>
-<b>IMPORT</b>(<i>node</i>)
-<a NAME="Checker.IMPORTFROM" ID="Checker.IMPORTFROM"></a>
-<h4>Checker.IMPORTFROM</h4>
-<b>IMPORTFROM</b>(<i>node</i>)
-<a NAME="Checker.LAMBDA" ID="Checker.LAMBDA"></a>
-<h4>Checker.LAMBDA</h4>
-<b>LAMBDA</b>(<i>node</i>)
-<a NAME="Checker.LISTCOMP" ID="Checker.LISTCOMP"></a>
-<h4>Checker.LISTCOMP</h4>
-<b>LISTCOMP</b>(<i>node</i>)
-<a NAME="Checker.NAME" ID="Checker.NAME"></a>
-<h4>Checker.NAME</h4>
-<b>NAME</b>(<i>node</i>)
-<p>
-        Handle occurrence of Name (which can be a load/store/delete access.)
-</p><a NAME="Checker.STARRED" ID="Checker.STARRED"></a>
-<h4>Checker.STARRED</h4>
-<b>STARRED</b>(<i>node</i>)
-<a NAME="Checker._runDeferred" ID="Checker._runDeferred"></a>
-<h4>Checker._runDeferred</h4>
-<b>_runDeferred</b>(<i>deferred</i>)
-<p>
-        Run the callables in deferred using their associated scope stack.
-</p><a NAME="Checker.addArgs" ID="Checker.addArgs"></a>
-<h4>Checker.addArgs</h4>
-<b>addArgs</b>(<i></i>)
-<a NAME="Checker.addBinding" ID="Checker.addBinding"></a>
-<h4>Checker.addBinding</h4>
-<b>addBinding</b>(<i>lineno, value, reportRedef=True</i>)
-<p>
-        Called when a binding is altered.
-</p><dl>
-<dt><i>lineno</i></dt>
-<dd>
-line of the statement responsible for the change
-            (integer)
-</dd><dt><i>value</i></dt>
-<dd>
-the optional new value, a Binding instance, associated
-            with the binding; if None, the binding is deleted if it exists
-</dd><dt><i>reportRedef</i></dt>
-<dd>
-flag indicating if rebinding while unused will be
-            reported (boolean)
-</dd>
-</dl><a NAME="Checker.checkUnusedAssignments" ID="Checker.checkUnusedAssignments"></a>
-<h4>Checker.checkUnusedAssignments</h4>
-<b>checkUnusedAssignments</b>(<i></i>)
-<p>
-                Check to see if any assignments have not been used.
-</p><a NAME="Checker.check_dead_scopes" ID="Checker.check_dead_scopes"></a>
-<h4>Checker.check_dead_scopes</h4>
-<b>check_dead_scopes</b>(<i></i>)
-<p>
-        Look at scopes which have been fully examined and report names in them
-        which were imported but unused.
-</p><a NAME="Checker.collectLoopVars" ID="Checker.collectLoopVars"></a>
-<h4>Checker.collectLoopVars</h4>
-<b>collectLoopVars</b>(<i></i>)
-<a NAME="Checker.deferAssignment" ID="Checker.deferAssignment"></a>
-<h4>Checker.deferAssignment</h4>
-<b>deferAssignment</b>(<i>callable</i>)
-<p>
-        Schedule an assignment handler to be called just after deferred
-        function handlers.
-</p><a NAME="Checker.deferFunction" ID="Checker.deferFunction"></a>
-<h4>Checker.deferFunction</h4>
-<b>deferFunction</b>(<i>callable</i>)
-<p>
-        Schedule a function handler to be called just before completion.
-</p><p>
-        This is used for handling function bodies, which must be deferred
-        because code later in the file might modify the global scope. When
-        `callable` is called, the scope at the time this is called will be
-        restored, however it will contain any new bindings added to it.
-</p><a NAME="Checker.handleAssignName" ID="Checker.handleAssignName"></a>
-<h4>Checker.handleAssignName</h4>
-<b>handleAssignName</b>(<i>node</i>)
-<a NAME="Checker.handleBody" ID="Checker.handleBody"></a>
-<h4>Checker.handleBody</h4>
-<b>handleBody</b>(<i>tree</i>)
-<a NAME="Checker.handleChildren" ID="Checker.handleChildren"></a>
-<h4>Checker.handleChildren</h4>
-<b>handleChildren</b>(<i>tree</i>)
-<a NAME="Checker.handleNode" ID="Checker.handleNode"></a>
-<h4>Checker.handleNode</h4>
-<b>handleNode</b>(<i>node, parent</i>)
-<a NAME="Checker.ignore" ID="Checker.ignore"></a>
-<h4>Checker.ignore</h4>
-<b>ignore</b>(<i>node</i>)
-<a NAME="Checker.isDocstring" ID="Checker.isDocstring"></a>
-<h4>Checker.isDocstring</h4>
-<b>isDocstring</b>(<i>node</i>)
-<p>
-        Determine if the given node is a docstring, as long as it is at the
-        correct place in the node tree.
-</p><a NAME="Checker.popScope" ID="Checker.popScope"></a>
-<h4>Checker.popScope</h4>
-<b>popScope</b>(<i></i>)
-<a NAME="Checker.pushClassScope" ID="Checker.pushClassScope"></a>
-<h4>Checker.pushClassScope</h4>
-<b>pushClassScope</b>(<i></i>)
-<a NAME="Checker.pushFunctionScope" ID="Checker.pushFunctionScope"></a>
-<h4>Checker.pushFunctionScope</h4>
-<b>pushFunctionScope</b>(<i></i>)
-<a NAME="Checker.report" ID="Checker.report"></a>
-<h4>Checker.report</h4>
-<b>report</b>(<i>messageClass, *args, **kwargs</i>)
-<a NAME="Checker.runFunction" ID="Checker.runFunction"></a>
-<h4>Checker.runFunction</h4>
-<b>runFunction</b>(<i></i>)
-<a NAME="Checker.scope" ID="Checker.scope"></a>
-<h4>Checker.scope</h4>
-<b>scope</b>(<i></i>)
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="ClassScope" ID="ClassScope"></a>
-<h2>ClassScope</h2>
-<p>
-    Class representing a name scope for a class.
-</p>
-<h3>Derived from</h3>
-Scope
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="ExportBinding" ID="ExportBinding"></a>
-<h2>ExportBinding</h2>
-<p>
-    A binding created by an __all__ assignment.  If the names in the list
-    can be determined statically, they will be treated as names for export and
-    additional checking applied to them.
-</p><p>
-    The only __all__ assignment that can be recognized is one which takes
-    the value of a literal list containing literal strings.  For example::
-</p><p>
-        __all__ = ["foo", "bar"]
-</p><p>
-    Names which are imported and not otherwise used but appear in the value of
-    __all__ will not have an unused import warning reported for them.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#ExportBinding.names">names</a></td>
-<td>Return a list of the names referenced by this binding.</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="ExportBinding.names" ID="ExportBinding.names"></a>
-<h4>ExportBinding.names</h4>
-<b>names</b>(<i></i>)
-<p>
-        Return a list of the names referenced by this binding.
-</p>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="FunctionDefinition" ID="FunctionDefinition"></a>
-<h2>FunctionDefinition</h2>
-<p>
-    Represents a function definition.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>is_property</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="FunctionScope" ID="FunctionScope"></a>
-<h2>FunctionScope</h2>
-<p>
-    Class representing a name scope for a function.
-</p>
-<h3>Derived from</h3>
-Scope
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#FunctionScope.__init__">FunctionScope</a></td>
-<td></td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="FunctionScope.__init__" ID="FunctionScope.__init__"></a>
-<h4>FunctionScope (Constructor)</h4>
-<b>FunctionScope</b>(<i></i>)
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Importation" ID="Importation"></a>
-<h2>Importation</h2>
-<p>
-    A binding created by an import statement.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#Importation.__init__">Importation</a></td>
-<td></td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="Importation.__init__" ID="Importation.__init__"></a>
-<h4>Importation (Constructor)</h4>
-<b>Importation</b>(<i>name, source</i>)
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="ModuleScope" ID="ModuleScope"></a>
-<h2>ModuleScope</h2>
-<p>
-    Class representing a name scope for a module.
-</p>
-<h3>Derived from</h3>
-Scope
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Scope" ID="Scope"></a>
-<h2>Scope</h2>
-<p>
-    Class defining the scope base class.
-</p>
-<h3>Derived from</h3>
-dict
-<h3>Class Attributes</h3>
-<table>
-<tr><td>importStarred</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#Scope.__init__">Scope</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Scope.__repr__">__repr__</a></td>
-<td></td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="Scope.__init__" ID="Scope.__init__"></a>
-<h4>Scope (Constructor)</h4>
-<b>Scope</b>(<i></i>)
-<a NAME="Scope.__repr__" ID="Scope.__repr__"></a>
-<h4>Scope.__repr__</h4>
-<b>__repr__</b>(<i></i>)
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UnBinding" ID="UnBinding"></a>
-<h2>UnBinding</h2>
-<p>
-    Created by the 'del' operator.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-</body></html>
\ No newline at end of file
--- a/Documentation/Source/eric5.Utilities.py3flakes.messages.html	Tue Apr 29 23:28:07 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,654 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<title>eric5.Utilities.py3flakes.messages</title>
-<meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
-</head>
-<body><a NAME="top" ID="top"></a>
-<h1>eric5.Utilities.py3flakes.messages</h1>
-<p>
-Module implementing the messages for py3flakes.
-</p>
-<h3>Global Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Classes</h3>
-<table>
-<tr>
-<td><a href="#DuplicateArgument">DuplicateArgument</a></td>
-<td>Class defining the "Duplicate Argument" message.</td>
-</tr><tr>
-<td><a href="#ImportShadowedByLoopVar">ImportShadowedByLoopVar</a></td>
-<td>Class defining the "Import Shadowed By Loop Var" message.</td>
-</tr><tr>
-<td><a href="#ImportStarUsed">ImportStarUsed</a></td>
-<td>Class defining the "Import Star Used" message.</td>
-</tr><tr>
-<td><a href="#LateFutureImport">LateFutureImport</a></td>
-<td>Class defining the "Late Future Import" message.</td>
-</tr><tr>
-<td><a href="#Message">Message</a></td>
-<td>Class defining the base for all specific message classes.</td>
-</tr><tr>
-<td><a href="#RedefinedFunction">RedefinedFunction</a></td>
-<td>Class defining the "Redefined Function" message.</td>
-</tr><tr>
-<td><a href="#RedefinedWhileUnused">RedefinedWhileUnused</a></td>
-<td>Class defining the "Redefined While Unused" message.</td>
-</tr><tr>
-<td><a href="#UndefinedExport">UndefinedExport</a></td>
-<td>Class defining the "Undefined Export" message.</td>
-</tr><tr>
-<td><a href="#UndefinedLocal">UndefinedLocal</a></td>
-<td>Class defining the "Undefined Local Variable" message.</td>
-</tr><tr>
-<td><a href="#UndefinedName">UndefinedName</a></td>
-<td>Class defining the "Undefined Name" message.</td>
-</tr><tr>
-<td><a href="#UnusedImport">UnusedImport</a></td>
-<td>Class defining the "Unused Import" message.</td>
-</tr><tr>
-<td><a href="#UnusedVariable">UnusedVariable</a></td>
-<td>Class defining the "Unused Variable" message.</td>
-</tr>
-</table>
-<h3>Functions</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<hr /><hr />
-<a NAME="DuplicateArgument" ID="DuplicateArgument"></a>
-<h2>DuplicateArgument</h2>
-<p>
-    Class defining the "Duplicate Argument" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#DuplicateArgument.__init__">DuplicateArgument</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="DuplicateArgument.__init__" ID="DuplicateArgument.__init__"></a>
-<h4>DuplicateArgument (Constructor)</h4>
-<b>DuplicateArgument</b>(<i>filename, lineno, name</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the duplicate argument (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="ImportShadowedByLoopVar" ID="ImportShadowedByLoopVar"></a>
-<h2>ImportShadowedByLoopVar</h2>
-<p>
-    Class defining the "Import Shadowed By Loop Var" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#ImportShadowedByLoopVar.__init__">ImportShadowedByLoopVar</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="ImportShadowedByLoopVar.__init__" ID="ImportShadowedByLoopVar.__init__"></a>
-<h4>ImportShadowedByLoopVar (Constructor)</h4>
-<b>ImportShadowedByLoopVar</b>(<i>filename, lineno, name, orig_lineno</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the shadowed import (string)
-</dd><dt><i>orig_lineno</i></dt>
-<dd>
-line number of the import (integer)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="ImportStarUsed" ID="ImportStarUsed"></a>
-<h2>ImportStarUsed</h2>
-<p>
-    Class defining the "Import Star Used" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#ImportStarUsed.__init__">ImportStarUsed</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="ImportStarUsed.__init__" ID="ImportStarUsed.__init__"></a>
-<h4>ImportStarUsed (Constructor)</h4>
-<b>ImportStarUsed</b>(<i>filename, lineno, modname</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>modname</i></dt>
-<dd>
-name of the module imported using star import (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="LateFutureImport" ID="LateFutureImport"></a>
-<h2>LateFutureImport</h2>
-<p>
-    Class defining the "Late Future Import" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#LateFutureImport.__init__">LateFutureImport</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="LateFutureImport.__init__" ID="LateFutureImport.__init__"></a>
-<h4>LateFutureImport (Constructor)</h4>
-<b>LateFutureImport</b>(<i>filename, lineno, names</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>names</i></dt>
-<dd>
-names of the imported futures (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Message" ID="Message"></a>
-<h2>Message</h2>
-<p>
-    Class defining the base for all specific message classes.
-</p>
-<h3>Derived from</h3>
-object
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr><tr><td>message_args</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#Message.__init__">Message</a></td>
-<td>Constructor</td>
-</tr><tr>
-<td><a href="#Message.__str__">__str__</a></td>
-<td>Special method return a string representation of the instance object.</td>
-</tr><tr>
-<td><a href="#Message.getMessageData">getMessageData</a></td>
-<td>Public method to get the individual message data elements.</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="Message.__init__" ID="Message.__init__"></a>
-<h4>Message (Constructor)</h4>
-<b>Message</b>(<i>filename, lineno</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd>
-</dl><a NAME="Message.__str__" ID="Message.__str__"></a>
-<h4>Message.__str__</h4>
-<b>__str__</b>(<i></i>)
-<p>
-        Special method return a string representation of the instance object.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-string representation of the object (string)
-</dd>
-</dl><a NAME="Message.getMessageData" ID="Message.getMessageData"></a>
-<h4>Message.getMessageData</h4>
-<b>getMessageData</b>(<i></i>)
-<p>
-        Public method to get the individual message data elements.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-tuple containing file name, line number and message
-            (string, integer, string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="RedefinedFunction" ID="RedefinedFunction"></a>
-<h2>RedefinedFunction</h2>
-<p>
-    Class defining the "Redefined Function" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#RedefinedFunction.__init__">RedefinedFunction</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="RedefinedFunction.__init__" ID="RedefinedFunction.__init__"></a>
-<h4>RedefinedFunction (Constructor)</h4>
-<b>RedefinedFunction</b>(<i>filename, lineno, name, orig_lineno</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the redefined function (string)
-</dd><dt><i>orig_lineno</i></dt>
-<dd>
-line number of the original definition (integer)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="RedefinedWhileUnused" ID="RedefinedWhileUnused"></a>
-<h2>RedefinedWhileUnused</h2>
-<p>
-    Class defining the "Redefined While Unused" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#RedefinedWhileUnused.__init__">RedefinedWhileUnused</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="RedefinedWhileUnused.__init__" ID="RedefinedWhileUnused.__init__"></a>
-<h4>RedefinedWhileUnused (Constructor)</h4>
-<b>RedefinedWhileUnused</b>(<i>filename, lineno, name, orig_lineno</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the redefined object (string)
-</dd><dt><i>orig_lineno</i></dt>
-<dd>
-line number of the original definition (integer)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UndefinedExport" ID="UndefinedExport"></a>
-<h2>UndefinedExport</h2>
-<p>
-    Class defining the "Undefined Export" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#UndefinedExport.__init__">UndefinedExport</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="UndefinedExport.__init__" ID="UndefinedExport.__init__"></a>
-<h4>UndefinedExport (Constructor)</h4>
-<b>UndefinedExport</b>(<i>filename, lineno, name</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-undefined exported name (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UndefinedLocal" ID="UndefinedLocal"></a>
-<h2>UndefinedLocal</h2>
-<p>
-    Class defining the "Undefined Local Variable" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#UndefinedLocal.__init__">UndefinedLocal</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="UndefinedLocal.__init__" ID="UndefinedLocal.__init__"></a>
-<h4>UndefinedLocal (Constructor)</h4>
-<b>UndefinedLocal</b>(<i>filename, lineno, name, orig_lineno</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the prematurely referenced variable (string)
-</dd><dt><i>orig_lineno</i></dt>
-<dd>
-line number of the variable definition (integer)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UndefinedName" ID="UndefinedName"></a>
-<h2>UndefinedName</h2>
-<p>
-    Class defining the "Undefined Name" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#UndefinedName.__init__">UndefinedName</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="UndefinedName.__init__" ID="UndefinedName.__init__"></a>
-<h4>UndefinedName (Constructor)</h4>
-<b>UndefinedName</b>(<i>filename, lineno, name</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-undefined name (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UnusedImport" ID="UnusedImport"></a>
-<h2>UnusedImport</h2>
-<p>
-    Class defining the "Unused Import" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#UnusedImport.__init__">UnusedImport</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="UnusedImport.__init__" ID="UnusedImport.__init__"></a>
-<h4>UnusedImport (Constructor)</h4>
-<b>UnusedImport</b>(<i>filename, lineno, name</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the unused import (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UnusedVariable" ID="UnusedVariable"></a>
-<h2>UnusedVariable</h2>
-<p>
-    Class defining the "Unused Variable" message.
-</p><p>
-    Indicates that a variable has been explicitly assigned to but not actually
-    used.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#UnusedVariable.__init__">UnusedVariable</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="UnusedVariable.__init__" ID="UnusedVariable.__init__"></a>
-<h4>UnusedVariable (Constructor)</h4>
-<b>UnusedVariable</b>(<i>filename, lineno, name</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the unused variable (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-</body></html>
\ No newline at end of file
--- a/Documentation/Source/eric5.UtilitiesPython2.py2flakes.checker.html	Tue Apr 29 23:28:07 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,707 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<title>eric5.UtilitiesPython2.py2flakes.checker</title>
-<meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
-</head>
-<body><a NAME="top" ID="top"></a>
-<h1>eric5.UtilitiesPython2.py2flakes.checker</h1>
-
-<h3>Global Attributes</h3>
-<table>
-<tr><td>_MAGIC_GLOBALS</td></tr>
-</table>
-<h3>Classes</h3>
-<table>
-<tr>
-<td><a href="#Argument">Argument</a></td>
-<td>Represents binding a name as an argument.</td>
-</tr><tr>
-<td><a href="#Assignment">Assignment</a></td>
-<td>Represents binding a name with an explicit assignment.</td>
-</tr><tr>
-<td><a href="#Binding">Binding</a></td>
-<td>Represents the binding of a value to a name.</td>
-</tr><tr>
-<td><a href="#Checker">Checker</a></td>
-<td>Class to check the cleanliness and sanity of Python code.</td>
-</tr><tr>
-<td><a href="#ClassScope">ClassScope</a></td>
-<td>Class representing a name scope for a class.</td>
-</tr><tr>
-<td><a href="#ExportBinding">ExportBinding</a></td>
-<td>A binding created by an __all__ assignment.</td>
-</tr><tr>
-<td><a href="#FunctionDefinition">FunctionDefinition</a></td>
-<td>Represents a function definition.</td>
-</tr><tr>
-<td><a href="#FunctionScope">FunctionScope</a></td>
-<td>Class representing a name scope for a function.</td>
-</tr><tr>
-<td><a href="#Importation">Importation</a></td>
-<td>A binding created by an import statement.</td>
-</tr><tr>
-<td><a href="#ModuleScope">ModuleScope</a></td>
-<td>Class representing a name scope for a module.</td>
-</tr><tr>
-<td><a href="#Scope">Scope</a></td>
-<td>Class defining the scope base class.</td>
-</tr><tr>
-<td><a href="#UnBinding">UnBinding</a></td>
-<td>Created by the 'del' operator.</td>
-</tr>
-</table>
-<h3>Functions</h3>
-<table>
-<tr>
-<td><a href="#iter_child_nodes">iter_child_nodes</a></td>
-<td>Yield all direct child nodes of *node*, that is, all fields that are nodes and all items of fields that are lists of nodes.</td>
-</tr>
-</table>
-<hr /><hr />
-<a NAME="Argument" ID="Argument"></a>
-<h2>Argument</h2>
-<p>
-    Represents binding a name as an argument.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Assignment" ID="Assignment"></a>
-<h2>Assignment</h2>
-<p>
-    Represents binding a name with an explicit assignment.
-</p><p>
-    The checker will raise warnings for any Assignment that isn't used. Also,
-    the checker does not consider assignments in tuple/list unpacking to be
-    Assignments, rather it treats them as simple Bindings.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Binding" ID="Binding"></a>
-<h2>Binding</h2>
-<p>
-    Represents the binding of a value to a name.
-</p><p>
-    The checker uses this to keep track of which names have been bound and
-    which names have not. See L{Assignment} for a special type of binding that
-    is checked with stricter rules.
-</p>
-<h3>Derived from</h3>
-object
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#Binding.__init__">Binding</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Binding.__repr__">__repr__</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Binding.__str__">__str__</a></td>
-<td></td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="Binding.__init__" ID="Binding.__init__"></a>
-<h4>Binding (Constructor)</h4>
-<b>Binding</b>(<i>name, source</i>)
-<a NAME="Binding.__repr__" ID="Binding.__repr__"></a>
-<h4>Binding.__repr__</h4>
-<b>__repr__</b>(<i></i>)
-<a NAME="Binding.__str__" ID="Binding.__str__"></a>
-<h4>Binding.__str__</h4>
-<b>__str__</b>(<i></i>)
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Checker" ID="Checker"></a>
-<h2>Checker</h2>
-<p>
-    Class to check the cleanliness and sanity of Python code.
-</p>
-<h3>Derived from</h3>
-object
-<h3>Class Attributes</h3>
-<table>
-<tr><td>AND</td></tr><tr><td>BITOR</td></tr><tr><td>BOOLOP</td></tr><tr><td>CALL</td></tr><tr><td>COMPREHENSION</td></tr><tr><td>CONTINUE</td></tr><tr><td>EQ</td></tr><tr><td>GENERATOREXP</td></tr><tr><td>LOAD</td></tr><tr><td>NUM</td></tr><tr><td>RETURN</td></tr><tr><td>SLICE</td></tr><tr><td>nodeDepth</td></tr><tr><td>scope</td></tr><tr><td>traceTree</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#Checker.__init__">Checker</a></td>
-<td>Constructor</td>
-</tr><tr>
-<td><a href="#Checker.ASSIGN">ASSIGN</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.AUGASSIGN">AUGASSIGN</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.CLASSDEF">CLASSDEF</a></td>
-<td>Check names used in a class definition, including its decorators, base classes, and the body of its definition.</td>
-</tr><tr>
-<td><a href="#Checker.DICTCOMP">DICTCOMP</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.FOR">FOR</a></td>
-<td>Process bindings for loop variables.</td>
-</tr><tr>
-<td><a href="#Checker.FUNCTIONDEF">FUNCTIONDEF</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.GLOBAL">GLOBAL</a></td>
-<td>Keep track of globals declarations.</td>
-</tr><tr>
-<td><a href="#Checker.IMPORT">IMPORT</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.IMPORTFROM">IMPORTFROM</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.LAMBDA">LAMBDA</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.LISTCOMP">LISTCOMP</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.NAME">NAME</a></td>
-<td>Locate the name in locals / function / globals scopes.</td>
-</tr><tr>
-<td><a href="#Checker._runDeferred">_runDeferred</a></td>
-<td>Run the callables in deferred using their associated scope stack.</td>
-</tr><tr>
-<td><a href="#Checker.addArgs">addArgs</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.addBinding">addBinding</a></td>
-<td>Called when a binding is altered.</td>
-</tr><tr>
-<td><a href="#Checker.checkUnusedAssignments">checkUnusedAssignments</a></td>
-<td>Check to see if any assignments have not been used.</td>
-</tr><tr>
-<td><a href="#Checker.check_dead_scopes">check_dead_scopes</a></td>
-<td>Look at scopes which have been fully examined and report names in them which were imported but unused.</td>
-</tr><tr>
-<td><a href="#Checker.collectLoopVars">collectLoopVars</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.deferAssignment">deferAssignment</a></td>
-<td>Schedule an assignment handler to be called just after deferred function handlers.</td>
-</tr><tr>
-<td><a href="#Checker.deferFunction">deferFunction</a></td>
-<td>Schedule a function handler to be called just before completion.</td>
-</tr><tr>
-<td><a href="#Checker.handleChildren">handleChildren</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.handleNode">handleNode</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.ignore">ignore</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.isDocstring">isDocstring</a></td>
-<td>Determine if the given node is a docstring, as long as it is at the correct place in the node tree.</td>
-</tr><tr>
-<td><a href="#Checker.popScope">popScope</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.pushClassScope">pushClassScope</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.pushFunctionScope">pushFunctionScope</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.report">report</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.runFunction">runFunction</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Checker.scope">scope</a></td>
-<td></td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="Checker.__init__" ID="Checker.__init__"></a>
-<h4>Checker (Constructor)</h4>
-<b>Checker</b>(<i>module, filename='(none)'</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>module</i></dt>
-<dd>
-parsed module tree or module source code
-</dd><dt><i>filename</i></dt>
-<dd>
-name of the module file (string)
-</dd>
-</dl><a NAME="Checker.ASSIGN" ID="Checker.ASSIGN"></a>
-<h4>Checker.ASSIGN</h4>
-<b>ASSIGN</b>(<i>node</i>)
-<a NAME="Checker.AUGASSIGN" ID="Checker.AUGASSIGN"></a>
-<h4>Checker.AUGASSIGN</h4>
-<b>AUGASSIGN</b>(<i>node</i>)
-<a NAME="Checker.CLASSDEF" ID="Checker.CLASSDEF"></a>
-<h4>Checker.CLASSDEF</h4>
-<b>CLASSDEF</b>(<i>node</i>)
-<p>
-        Check names used in a class definition, including its decorators, base
-        classes, and the body of its definition.  Additionally, add its name to
-        the current scope.
-</p><a NAME="Checker.DICTCOMP" ID="Checker.DICTCOMP"></a>
-<h4>Checker.DICTCOMP</h4>
-<b>DICTCOMP</b>(<i>node</i>)
-<a NAME="Checker.FOR" ID="Checker.FOR"></a>
-<h4>Checker.FOR</h4>
-<b>FOR</b>(<i>node</i>)
-<p>
-        Process bindings for loop variables.
-</p><a NAME="Checker.FUNCTIONDEF" ID="Checker.FUNCTIONDEF"></a>
-<h4>Checker.FUNCTIONDEF</h4>
-<b>FUNCTIONDEF</b>(<i>node</i>)
-<a NAME="Checker.GLOBAL" ID="Checker.GLOBAL"></a>
-<h4>Checker.GLOBAL</h4>
-<b>GLOBAL</b>(<i>node</i>)
-<p>
-        Keep track of globals declarations.
-</p><a NAME="Checker.IMPORT" ID="Checker.IMPORT"></a>
-<h4>Checker.IMPORT</h4>
-<b>IMPORT</b>(<i>node</i>)
-<a NAME="Checker.IMPORTFROM" ID="Checker.IMPORTFROM"></a>
-<h4>Checker.IMPORTFROM</h4>
-<b>IMPORTFROM</b>(<i>node</i>)
-<a NAME="Checker.LAMBDA" ID="Checker.LAMBDA"></a>
-<h4>Checker.LAMBDA</h4>
-<b>LAMBDA</b>(<i>node</i>)
-<a NAME="Checker.LISTCOMP" ID="Checker.LISTCOMP"></a>
-<h4>Checker.LISTCOMP</h4>
-<b>LISTCOMP</b>(<i>node</i>)
-<a NAME="Checker.NAME" ID="Checker.NAME"></a>
-<h4>Checker.NAME</h4>
-<b>NAME</b>(<i>node</i>)
-<p>
-        Locate the name in locals / function / globals scopes.
-</p><a NAME="Checker._runDeferred" ID="Checker._runDeferred"></a>
-<h4>Checker._runDeferred</h4>
-<b>_runDeferred</b>(<i>deferred</i>)
-<p>
-        Run the callables in deferred using their associated scope stack.
-</p><a NAME="Checker.addArgs" ID="Checker.addArgs"></a>
-<h4>Checker.addArgs</h4>
-<b>addArgs</b>(<i></i>)
-<a NAME="Checker.addBinding" ID="Checker.addBinding"></a>
-<h4>Checker.addBinding</h4>
-<b>addBinding</b>(<i>lineno, value, reportRedef=True</i>)
-<p>
-        Called when a binding is altered.
-</p><dl>
-<dt><i>lineno</i></dt>
-<dd>
-line of the statement responsible for the change
-            (integer)
-</dd><dt><i>value</i></dt>
-<dd>
-the optional new value, a Binding instance, associated
-            with the binding; if None, the binding is deleted if it exists
-</dd><dt><i>reportRedef</i></dt>
-<dd>
-flag indicating if rebinding while unused will be
-            reported (boolean)
-</dd>
-</dl><a NAME="Checker.checkUnusedAssignments" ID="Checker.checkUnusedAssignments"></a>
-<h4>Checker.checkUnusedAssignments</h4>
-<b>checkUnusedAssignments</b>(<i></i>)
-<p>
-                Check to see if any assignments have not been used.
-</p><a NAME="Checker.check_dead_scopes" ID="Checker.check_dead_scopes"></a>
-<h4>Checker.check_dead_scopes</h4>
-<b>check_dead_scopes</b>(<i></i>)
-<p>
-        Look at scopes which have been fully examined and report names in them
-        which were imported but unused.
-</p><a NAME="Checker.collectLoopVars" ID="Checker.collectLoopVars"></a>
-<h4>Checker.collectLoopVars</h4>
-<b>collectLoopVars</b>(<i></i>)
-<a NAME="Checker.deferAssignment" ID="Checker.deferAssignment"></a>
-<h4>Checker.deferAssignment</h4>
-<b>deferAssignment</b>(<i>callable</i>)
-<p>
-        Schedule an assignment handler to be called just after deferred
-        function handlers.
-</p><a NAME="Checker.deferFunction" ID="Checker.deferFunction"></a>
-<h4>Checker.deferFunction</h4>
-<b>deferFunction</b>(<i>callable</i>)
-<p>
-        Schedule a function handler to be called just before completion.
-</p><p>
-        This is used for handling function bodies, which must be deferred
-        because code later in the file might modify the global scope. When
-        `callable` is called, the scope at the time this is called will be
-        restored, however it will contain any new bindings added to it.
-</p><a NAME="Checker.handleChildren" ID="Checker.handleChildren"></a>
-<h4>Checker.handleChildren</h4>
-<b>handleChildren</b>(<i>tree</i>)
-<a NAME="Checker.handleNode" ID="Checker.handleNode"></a>
-<h4>Checker.handleNode</h4>
-<b>handleNode</b>(<i>node, parent</i>)
-<a NAME="Checker.ignore" ID="Checker.ignore"></a>
-<h4>Checker.ignore</h4>
-<b>ignore</b>(<i>node</i>)
-<a NAME="Checker.isDocstring" ID="Checker.isDocstring"></a>
-<h4>Checker.isDocstring</h4>
-<b>isDocstring</b>(<i>node</i>)
-<p>
-        Determine if the given node is a docstring, as long as it is at the
-        correct place in the node tree.
-</p><a NAME="Checker.popScope" ID="Checker.popScope"></a>
-<h4>Checker.popScope</h4>
-<b>popScope</b>(<i></i>)
-<a NAME="Checker.pushClassScope" ID="Checker.pushClassScope"></a>
-<h4>Checker.pushClassScope</h4>
-<b>pushClassScope</b>(<i></i>)
-<a NAME="Checker.pushFunctionScope" ID="Checker.pushFunctionScope"></a>
-<h4>Checker.pushFunctionScope</h4>
-<b>pushFunctionScope</b>(<i></i>)
-<a NAME="Checker.report" ID="Checker.report"></a>
-<h4>Checker.report</h4>
-<b>report</b>(<i>messageClass, *args, **kwargs</i>)
-<a NAME="Checker.runFunction" ID="Checker.runFunction"></a>
-<h4>Checker.runFunction</h4>
-<b>runFunction</b>(<i></i>)
-<a NAME="Checker.scope" ID="Checker.scope"></a>
-<h4>Checker.scope</h4>
-<b>scope</b>(<i></i>)
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="ClassScope" ID="ClassScope"></a>
-<h2>ClassScope</h2>
-<p>
-    Class representing a name scope for a class.
-</p>
-<h3>Derived from</h3>
-Scope
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="ExportBinding" ID="ExportBinding"></a>
-<h2>ExportBinding</h2>
-<p>
-    A binding created by an __all__ assignment.  If the names in the list
-    can be determined statically, they will be treated as names for export and
-    additional checking applied to them.
-</p><p>
-    The only __all__ assignment that can be recognized is one which takes
-    the value of a literal list containing literal strings.  For example::
-</p><p>
-        __all__ = ["foo", "bar"]
-</p><p>
-    Names which are imported and not otherwise used but appear in the value of
-    __all__ will not have an unused import warning reported for them.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#ExportBinding.names">names</a></td>
-<td>Return a list of the names referenced by this binding.</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="ExportBinding.names" ID="ExportBinding.names"></a>
-<h4>ExportBinding.names</h4>
-<b>names</b>(<i></i>)
-<p>
-        Return a list of the names referenced by this binding.
-</p>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="FunctionDefinition" ID="FunctionDefinition"></a>
-<h2>FunctionDefinition</h2>
-<p>
-    Represents a function definition.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="FunctionScope" ID="FunctionScope"></a>
-<h2>FunctionScope</h2>
-<p>
-    Class representing a name scope for a function.
-</p>
-<h3>Derived from</h3>
-Scope
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#FunctionScope.__init__">FunctionScope</a></td>
-<td></td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="FunctionScope.__init__" ID="FunctionScope.__init__"></a>
-<h4>FunctionScope (Constructor)</h4>
-<b>FunctionScope</b>(<i></i>)
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Importation" ID="Importation"></a>
-<h2>Importation</h2>
-<p>
-    A binding created by an import statement.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#Importation.__init__">Importation</a></td>
-<td></td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="Importation.__init__" ID="Importation.__init__"></a>
-<h4>Importation (Constructor)</h4>
-<b>Importation</b>(<i>name, source</i>)
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="ModuleScope" ID="ModuleScope"></a>
-<h2>ModuleScope</h2>
-<p>
-    Class representing a name scope for a module.
-</p>
-<h3>Derived from</h3>
-Scope
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Scope" ID="Scope"></a>
-<h2>Scope</h2>
-<p>
-    Class defining the scope base class.
-</p>
-<h3>Derived from</h3>
-dict
-<h3>Class Attributes</h3>
-<table>
-<tr><td>importStarred</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#Scope.__init__">Scope</a></td>
-<td></td>
-</tr><tr>
-<td><a href="#Scope.__repr__">__repr__</a></td>
-<td></td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="Scope.__init__" ID="Scope.__init__"></a>
-<h4>Scope (Constructor)</h4>
-<b>Scope</b>(<i></i>)
-<a NAME="Scope.__repr__" ID="Scope.__repr__"></a>
-<h4>Scope.__repr__</h4>
-<b>__repr__</b>(<i></i>)
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UnBinding" ID="UnBinding"></a>
-<h2>UnBinding</h2>
-<p>
-    Created by the 'del' operator.
-</p>
-<h3>Derived from</h3>
-Binding
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="iter_child_nodes" ID="iter_child_nodes"></a>
-<h2>iter_child_nodes</h2>
-<b>iter_child_nodes</b>(<i>node, astcls=_ast.AST</i>)
-<p>
-        Yield all direct child nodes of *node*, that is, all fields that are
-        nodes and all items of fields that are lists of nodes.
-</p>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-</body></html>
\ No newline at end of file
--- a/Documentation/Source/eric5.UtilitiesPython2.py2flakes.messages.html	Tue Apr 29 23:28:07 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,654 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<title>eric5.UtilitiesPython2.py2flakes.messages</title>
-<meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
-</head>
-<body><a NAME="top" ID="top"></a>
-<h1>eric5.UtilitiesPython2.py2flakes.messages</h1>
-<p>
-Module implementing the messages for pyflakes.
-</p>
-<h3>Global Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Classes</h3>
-<table>
-<tr>
-<td><a href="#DuplicateArgument">DuplicateArgument</a></td>
-<td>Class defining the "Duplicate Argument" message.</td>
-</tr><tr>
-<td><a href="#ImportShadowedByLoopVar">ImportShadowedByLoopVar</a></td>
-<td>Class defining the "Import Shadowed By Loop Var" message.</td>
-</tr><tr>
-<td><a href="#ImportStarUsed">ImportStarUsed</a></td>
-<td>Class defining the "Import Star Used" message.</td>
-</tr><tr>
-<td><a href="#LateFutureImport">LateFutureImport</a></td>
-<td>Class defining the "Late Future Import" message.</td>
-</tr><tr>
-<td><a href="#Message">Message</a></td>
-<td>Class defining the base for all specific message classes.</td>
-</tr><tr>
-<td><a href="#RedefinedFunction">RedefinedFunction</a></td>
-<td>Class defining the "Redefined Function" message.</td>
-</tr><tr>
-<td><a href="#RedefinedWhileUnused">RedefinedWhileUnused</a></td>
-<td>Class defining the "Redefined While Unused" message.</td>
-</tr><tr>
-<td><a href="#UndefinedExport">UndefinedExport</a></td>
-<td>Class defining the "Undefined Export" message.</td>
-</tr><tr>
-<td><a href="#UndefinedLocal">UndefinedLocal</a></td>
-<td>Class defining the "Undefined Local Variable" message.</td>
-</tr><tr>
-<td><a href="#UndefinedName">UndefinedName</a></td>
-<td>Class defining the "Undefined Name" message.</td>
-</tr><tr>
-<td><a href="#UnusedImport">UnusedImport</a></td>
-<td>Class defining the "Unused Import" message.</td>
-</tr><tr>
-<td><a href="#UnusedVariable">UnusedVariable</a></td>
-<td>Class defining the "Unused Variable" message.</td>
-</tr>
-</table>
-<h3>Functions</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<hr /><hr />
-<a NAME="DuplicateArgument" ID="DuplicateArgument"></a>
-<h2>DuplicateArgument</h2>
-<p>
-    Class defining the "Duplicate Argument" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#DuplicateArgument.__init__">DuplicateArgument</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="DuplicateArgument.__init__" ID="DuplicateArgument.__init__"></a>
-<h4>DuplicateArgument (Constructor)</h4>
-<b>DuplicateArgument</b>(<i>filename, lineno, name</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the duplicate argument (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="ImportShadowedByLoopVar" ID="ImportShadowedByLoopVar"></a>
-<h2>ImportShadowedByLoopVar</h2>
-<p>
-    Class defining the "Import Shadowed By Loop Var" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#ImportShadowedByLoopVar.__init__">ImportShadowedByLoopVar</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="ImportShadowedByLoopVar.__init__" ID="ImportShadowedByLoopVar.__init__"></a>
-<h4>ImportShadowedByLoopVar (Constructor)</h4>
-<b>ImportShadowedByLoopVar</b>(<i>filename, lineno, name, orig_lineno</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the shadowed import (string)
-</dd><dt><i>orig_lineno</i></dt>
-<dd>
-line number of the import (integer)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="ImportStarUsed" ID="ImportStarUsed"></a>
-<h2>ImportStarUsed</h2>
-<p>
-    Class defining the "Import Star Used" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#ImportStarUsed.__init__">ImportStarUsed</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="ImportStarUsed.__init__" ID="ImportStarUsed.__init__"></a>
-<h4>ImportStarUsed (Constructor)</h4>
-<b>ImportStarUsed</b>(<i>filename, lineno, modname</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>modname</i></dt>
-<dd>
-name of the module imported using star import (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="LateFutureImport" ID="LateFutureImport"></a>
-<h2>LateFutureImport</h2>
-<p>
-    Class defining the "Late Future Import" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#LateFutureImport.__init__">LateFutureImport</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="LateFutureImport.__init__" ID="LateFutureImport.__init__"></a>
-<h4>LateFutureImport (Constructor)</h4>
-<b>LateFutureImport</b>(<i>filename, lineno, names</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>names</i></dt>
-<dd>
-names of the imported futures (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="Message" ID="Message"></a>
-<h2>Message</h2>
-<p>
-    Class defining the base for all specific message classes.
-</p>
-<h3>Derived from</h3>
-object
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr><tr><td>message_args</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#Message.__init__">Message</a></td>
-<td>Constructor</td>
-</tr><tr>
-<td><a href="#Message.__str__">__str__</a></td>
-<td>Special method return a string representation of the instance object.</td>
-</tr><tr>
-<td><a href="#Message.getMessageData">getMessageData</a></td>
-<td>Public method to get the individual message data elements.</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="Message.__init__" ID="Message.__init__"></a>
-<h4>Message (Constructor)</h4>
-<b>Message</b>(<i>filename, lineno</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd>
-</dl><a NAME="Message.__str__" ID="Message.__str__"></a>
-<h4>Message.__str__</h4>
-<b>__str__</b>(<i></i>)
-<p>
-        Special method return a string representation of the instance object.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-string representation of the object (string)
-</dd>
-</dl><a NAME="Message.getMessageData" ID="Message.getMessageData"></a>
-<h4>Message.getMessageData</h4>
-<b>getMessageData</b>(<i></i>)
-<p>
-        Public method to get the individual message data elements.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-tuple containing file name, line number and message
-            (string, integer, string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="RedefinedFunction" ID="RedefinedFunction"></a>
-<h2>RedefinedFunction</h2>
-<p>
-    Class defining the "Redefined Function" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#RedefinedFunction.__init__">RedefinedFunction</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="RedefinedFunction.__init__" ID="RedefinedFunction.__init__"></a>
-<h4>RedefinedFunction (Constructor)</h4>
-<b>RedefinedFunction</b>(<i>filename, lineno, name, orig_lineno</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the redefined function (string)
-</dd><dt><i>orig_lineno</i></dt>
-<dd>
-line number of the original definition (integer)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="RedefinedWhileUnused" ID="RedefinedWhileUnused"></a>
-<h2>RedefinedWhileUnused</h2>
-<p>
-    Class defining the "Redefined While Unused" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#RedefinedWhileUnused.__init__">RedefinedWhileUnused</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="RedefinedWhileUnused.__init__" ID="RedefinedWhileUnused.__init__"></a>
-<h4>RedefinedWhileUnused (Constructor)</h4>
-<b>RedefinedWhileUnused</b>(<i>filename, lineno, name, orig_lineno</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the redefined object (string)
-</dd><dt><i>orig_lineno</i></dt>
-<dd>
-line number of the original definition (integer)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UndefinedExport" ID="UndefinedExport"></a>
-<h2>UndefinedExport</h2>
-<p>
-    Class defining the "Undefined Export" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#UndefinedExport.__init__">UndefinedExport</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="UndefinedExport.__init__" ID="UndefinedExport.__init__"></a>
-<h4>UndefinedExport (Constructor)</h4>
-<b>UndefinedExport</b>(<i>filename, lineno, name</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-undefined exported name (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UndefinedLocal" ID="UndefinedLocal"></a>
-<h2>UndefinedLocal</h2>
-<p>
-    Class defining the "Undefined Local Variable" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#UndefinedLocal.__init__">UndefinedLocal</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="UndefinedLocal.__init__" ID="UndefinedLocal.__init__"></a>
-<h4>UndefinedLocal (Constructor)</h4>
-<b>UndefinedLocal</b>(<i>filename, lineno, name, orig_lineno</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the prematurely referenced variable (string)
-</dd><dt><i>orig_lineno</i></dt>
-<dd>
-line number of the variable definition (integer)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UndefinedName" ID="UndefinedName"></a>
-<h2>UndefinedName</h2>
-<p>
-    Class defining the "Undefined Name" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#UndefinedName.__init__">UndefinedName</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="UndefinedName.__init__" ID="UndefinedName.__init__"></a>
-<h4>UndefinedName (Constructor)</h4>
-<b>UndefinedName</b>(<i>filename, lineno, name</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-undefined name (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UnusedImport" ID="UnusedImport"></a>
-<h2>UnusedImport</h2>
-<p>
-    Class defining the "Unused Import" message.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#UnusedImport.__init__">UnusedImport</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="UnusedImport.__init__" ID="UnusedImport.__init__"></a>
-<h4>UnusedImport (Constructor)</h4>
-<b>UnusedImport</b>(<i>filename, lineno, name</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>name</i></dt>
-<dd>
-name of the unused import (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="UnusedVariable" ID="UnusedVariable"></a>
-<h2>UnusedVariable</h2>
-<p>
-    Class defining the "Unused Variable" message.
-</p><p>
-    Indicates that a variable has been explicitly assigned to but not actually
-    used.
-</p>
-<h3>Derived from</h3>
-Message
-<h3>Class Attributes</h3>
-<table>
-<tr><td>message</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#UnusedVariable.__init__">UnusedVariable</a></td>
-<td>Constructor</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="UnusedVariable.__init__" ID="UnusedVariable.__init__"></a>
-<h4>UnusedVariable (Constructor)</h4>
-<b>UnusedVariable</b>(<i>filename, lineno, names</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>filename</i></dt>
-<dd>
-name of the file (string)
-</dd><dt><i>lineno</i></dt>
-<dd>
-line number (integer)
-</dd><dt><i>names</i></dt>
-<dd>
-name of the unused variable (string)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-</body></html>
\ No newline at end of file
--- a/Documentation/Source/eric5.install.html	Tue Apr 29 23:28:07 2014 +0200
+++ b/Documentation/Source/eric5.install.html	Wed Apr 30 18:45:35 2014 +0200
@@ -25,7 +25,7 @@
 </p>
 <h3>Global Attributes</h3>
 <table>
-<tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>distDir</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr>
+<tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>distDir</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr>
 </table>
 <h3>Classes</h3>
 <table>
--- a/Documentation/Source/index-eric5.Utilities.html	Tue Apr 29 23:28:07 2014 +0200
+++ b/Documentation/Source/index-eric5.Utilities.html	Wed Apr 30 18:45:35 2014 +0200
@@ -32,9 +32,6 @@
 </tr><tr>
 <td><a href="index-eric5.Utilities.crypto.html">crypto</a></td>
 <td>Package implementing cryptography related functionality.</td>
-</tr><tr>
-<td><a href="index-eric5.Utilities.py3flakes.html">py3flakes</a></td>
-<td>Package containg the pyflakes Python3 port adapted for Qt.</td>
 </tr>
 </table>
 
--- a/Documentation/Source/index-eric5.Utilities.py3flakes.html	Tue Apr 29 23:28:07 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<title>eric5.Utilities.py3flakes</title>
-<meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
-</head>
-<body>
-<h1>eric5.Utilities.py3flakes</h1>
-<p>
-Package containg the pyflakes Python3 port adapted for Qt.
-</p>
-
-
-<h3>Modules</h3>
-<table>
-<tr>
-<td><a href="eric5.Utilities.py3flakes.checker.html">checker</a></td>
-<td></td>
-</tr><tr>
-<td><a href="eric5.Utilities.py3flakes.messages.html">messages</a></td>
-<td>Module implementing the messages for py3flakes.</td>
-</tr>
-</table>
-</body></html>
\ No newline at end of file
--- a/Documentation/Source/index-eric5.UtilitiesPython2.html	Tue Apr 29 23:28:07 2014 +0200
+++ b/Documentation/Source/index-eric5.UtilitiesPython2.html	Wed Apr 30 18:45:35 2014 +0200
@@ -24,13 +24,6 @@
 This package implements some utilities and tools for Python2.
 </p>
 
-<h3>Packages</h3>
-<table>
-<tr>
-<td><a href="index-eric5.UtilitiesPython2.py2flakes.html">py2flakes</a></td>
-<td>Package containg pyflakes for Python2.</td>
-</tr>
-</table>
 
 <h3>Modules</h3>
 <table>
--- a/Documentation/Source/index-eric5.UtilitiesPython2.py2flakes.html	Tue Apr 29 23:28:07 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<title>eric5.UtilitiesPython2.py2flakes</title>
-<meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
-</head>
-<body>
-<h1>eric5.UtilitiesPython2.py2flakes</h1>
-<p>
-Package containg pyflakes for Python2.
-</p>
-
-
-<h3>Modules</h3>
-<table>
-<tr>
-<td><a href="eric5.UtilitiesPython2.py2flakes.checker.html">checker</a></td>
-<td></td>
-</tr><tr>
-<td><a href="eric5.UtilitiesPython2.py2flakes.messages.html">messages</a></td>
-<td>Module implementing the messages for pyflakes.</td>
-</tr>
-</table>
-</body></html>
\ No newline at end of file
--- a/eric5.e4p	Tue Apr 29 23:28:07 2014 +0200
+++ b/eric5.e4p	Wed Apr 30 18:45:35 2014 +0200
@@ -1850,6 +1850,8 @@
                 <string>_hg</string>
                 <string>.directory</string>
                 <string>.issues</string>
+                <string>py3flakes</string>
+                <string>py2flakes</string>
               </list>
             </value>
             <key>

eric ide

mercurial