COPYING
ChangeLog
DEPENDS
MANIFEST.in
README
README.Python3
setup.cfg
setup.py
./__init__.py
./__main__.py
./__pkginfo__.py
./config.py
./epylint.py
./gui.py
./interfaces.py
./lint.py
./testutils.py
./utils.py
./checkers/__init__.py
./checkers/base.py
./checkers/classes.py
./checkers/design_analysis.py
./checkers/exceptions.py
./checkers/format.py
./checkers/imports.py
./checkers/logging.py
./checkers/misc.py
./checkers/newstyle.py
./checkers/raw_metrics.py
./checkers/similar.py
./checkers/stdlib.py
./checkers/strings.py
./checkers/typecheck.py
./checkers/utils.py
./checkers/variables.py
./pyreverse/__init__.py
./pyreverse/diadefslib.py
./pyreverse/diagrams.py
./pyreverse/main.py
./pyreverse/utils.py
./pyreverse/writer.py
./reporters/__init__.py
./reporters/guireporter.py
./reporters/html.py
./reporters/text.py
bin/epylint
bin/epylint.bat
bin/pylint
bin/pylint-gui
bin/pylint-gui.bat
bin/pylint.bat
bin/pyreverse
bin/pyreverse.bat
bin/symilar
bin/symilar.bat
doc/Makefile
doc/backlinks.rst
doc/conf.py
doc/contribute.rst
doc/extend.rst
doc/faq.rst
doc/ide-integration.rst
doc/index.rst
doc/installation.rst
doc/intro.rst
doc/message-control.rst
doc/options.rst
doc/output.rst
doc/plugins.rst
doc/run.rst
doc/tutorial.rst
doc/wiki.rst
doc/_static/vs2003_config.jpeg
elisp/pylint-flymake.el
elisp/pylint.el
elisp/startup
examples/custom.py
examples/custom_raw.py
examples/pylintrc
examples/pylintrc_camelcase
man/epylint.1
man/pylint-gui.1
man/pylint.1
man/pyreverse.1
man/symilar.1
pylint.egg-info/PKG-INFO
pylint.egg-info/SOURCES.txt
pylint.egg-info/dependency_links.txt
pylint.egg-info/entry_points.txt
pylint.egg-info/requires.txt
pylint.egg-info/top_level.txt
test/fulltest.sh
test/smoketest.py
test/test_func.py
test/test_functional.py
test/test_import_graph.py
test/test_regr.py
test/unittest_checker_base.py
test/unittest_checker_classes.py
test/unittest_checker_format.py
test/unittest_checker_logging.py
test/unittest_checker_misc.py
test/unittest_checker_similar.py
test/unittest_checker_typecheck.py
test/unittest_checker_variables.py
test/unittest_checkers_utils.py
test/unittest_lint.py
test/unittest_pyreverse_diadefs.py
test/unittest_pyreverse_writer.py
test/unittest_reporting.py
test/unittest_utils.py
test/data/__init__.py
test/data/ascript
test/data/classes_No_Name.dot
test/data/clientmodule_test.py
test/data/packages_No_Name.dot
test/data/suppliermodule_test.py
test/functional/__init__.py
test/functional/abstract_abc_methods.py
test/functional/abstract_abc_methods.rc
test/functional/access_to__name__.py
test/functional/access_to__name__.txt
test/functional/access_to_protected_members.py
test/functional/access_to_protected_members.txt
test/functional/anomalous_unicode_escape.py
test/functional/anomalous_unicode_escape.rc
test/functional/anomalous_unicode_escape.txt
test/functional/arguments.py
test/functional/arguments.txt
test/functional/bad_continuation.py
test/functional/bad_continuation.txt
test/functional/bad_inline_option.py
test/functional/bad_inline_option.rc
test/functional/bad_inline_option.txt
test/functional/cellvar_escaping_loop.py
test/functional/cellvar_escaping_loop.txt
test/functional/class_scope.py
test/functional/class_scope.txt
test/functional/ctor_arguments.py
test/functional/ctor_arguments.txt
test/functional/docstrings.py
test/functional/docstrings.txt
test/functional/duplicate_dict_literal_key.py
test/functional/duplicate_dict_literal_key.txt
test/functional/exception_is_binary_op.py
test/functional/exception_is_binary_op.txt
test/functional/future_import.py
test/functional/future_unicode_literals.py
test/functional/future_unicode_literals.rc
test/functional/future_unicode_literals.txt
test/functional/globals.py
test/functional/globals.txt
test/functional/invalid__all__object.py
test/functional/invalid__all__object.txt
test/functional/invalid_exceptions_raised.py
test/functional/invalid_exceptions_raised.txt
test/functional/method_hidden.py
test/functional/method_hidden.txt
test/functional/name_styles.py
test/functional/name_styles.rc
test/functional/name_styles.txt
test/functional/namedtuple_member_inference.py
test/functional/namedtuple_member_inference.rc
test/functional/namedtuple_member_inference.txt
test/functional/names_in__all__.py
test/functional/names_in__all__.txt
test/functional/newstyle__slots__.py
test/functional/newstyle__slots__.txt
test/functional/newstyle_properties.py
test/functional/newstyle_properties.txt
test/functional/pygtk_enum_crash.py
test/functional/pygtk_enum_crash.rc
test/functional/pygtk_import.py
test/functional/pygtk_import.rc
test/functional/redefined_builtin.py
test/functional/redefined_builtin.txt
test/functional/socketerror_import.py
test/functional/string_formatting.py
test/functional/string_formatting.txt
test/functional/string_formatting_py27.py
test/functional/string_formatting_py27.rc
test/functional/string_formatting_py27.txt
test/functional/super_checks.py
test/functional/super_checks.txt
test/functional/suspicious_str_strip_call.py
test/functional/suspicious_str_strip_call.rc
test/functional/suspicious_str_strip_call.txt
test/functional/suspicious_str_strip_call_py3.py
test/functional/suspicious_str_strip_call_py3.rc
test/functional/suspicious_str_strip_call_py3.txt
test/functional/undefined_variable.py
test/functional/undefined_variable.txt
test/functional/uninferable_all_object.py
test/functional/unnecessary_lambda.py
test/functional/unnecessary_lambda.txt
test/functional/unpacked_exceptions.py
test/functional/unpacked_exceptions.rc
test/functional/unpacked_exceptions.txt
test/functional/useless_else_on_loop.py
test/functional/useless_else_on_loop.txt
test/input/__init__.py
test/input/func_3k_removed_stuff_py_30.py
test/input/func_abstract_class_instantiated_py30.py
test/input/func_abstract_class_instantiated_py34.py
test/input/func_assert_2uple.py
test/input/func_assigning_non_slot.py
test/input/func_attrs_definition_order.py
test/input/func_backtick_deprecated_py_30.py
test/input/func_bad_assigment_to_exception_var.py
test/input/func_bad_cont_dictcomp_py27.py
test/input/func_bad_context_manager.py
test/input/func_bad_exception_context_py30.py
test/input/func_bad_open_mode.py
test/input/func_bad_reversed_sequence.py
test/input/func_bad_slots.py
test/input/func_base_stmt_without_effect.py
test/input/func_base_useless_pass.py
test/input/func_block_disable_msg.py
test/input/func_break_or_return_in_try_finally.py
test/input/func_bug113231.py
test/input/func_catching_non_exception.py
test/input/func_class_members.py
test/input/func_continue_not_in_loop.py
test/input/func_dangerous_default.py
test/input/func_defining-attr-methods_order.py
test/input/func_deprecated_lambda_py_30.py
test/input/func_deprecated_module_py30.py
test/input/func_deprecated_module_py_30.py
test/input/func_disable_linebased.py
test/input/func_dotted_ancestor.py
test/input/func_e0001_py30.py
test/input/func_e0011.py
test/input/func_e0012.py
test/input/func_e0101.py
test/input/func_e0108.py
test/input/func_e0203.py
test/input/func_e0204.py
test/input/func_e0206.py
test/input/func_e0601.py
test/input/func_e0604.py
test/input/func_e12xx.py
test/input/func_e13xx.py
test/input/func_empty_module.py
test/input/func_eval_used.py
test/input/func_excess_escapes.py
test/input/func_exec_used_py30.py
test/input/func_f0001.py
test/input/func_f0401.py
test/input/func_first_arg.py
test/input/func_fixme.py
test/input/func_format_py27.py
test/input/func_format_py_27.py
test/input/func_genexpr_var_scope_py24.py
test/input/func_i0011.py
test/input/func_i0012.py
test/input/func_i0013.py
test/input/func_i0014.py
test/input/func_i0020.py
test/input/func_i0022.py
test/input/func_import_syntax_error.py
test/input/func_indent.py
test/input/func_indexing_exceptions_py_30.py
test/input/func_init_vars.py
test/input/func_interfaces.py
test/input/func_invalid_encoded_data.py
test/input/func_invalid_sequence_index.py
test/input/func_invalid_slice_index.py
test/input/func_keyword_repeat.py
test/input/func_kwoa_py30.py
test/input/func_logging_not_lazy_with_logger.py
test/input/func_loopvar_in_dict_comp_py27.py
test/input/func_method_could_be_function.py
test/input/func_method_missing_self.py
test/input/func_method_without_self_but_self_assignment.py
test/input/func_module___dict__.py
test/input/func_more_e0604.py
test/input/func_nameerror_on_string_substitution.py
test/input/func_names_imported_from_module.py
test/input/func_no_dummy_redefined.py
test/input/func_no_final_new_line.py
test/input/func_noerror___init___return_from_inner_function.py
test/input/func_noerror_access_attr_before_def_false_positive.py
test/input/func_noerror_base_init_vars.py
test/input/func_noerror_builtin_module_test.py
test/input/func_noerror_class_attributes.py
test/input/func_noerror_class_decorators_py26.py
test/input/func_noerror_classes_meth_could_be_a_function.py
test/input/func_noerror_classes_meth_signature.py
test/input/func_noerror_classes_protected_member_access.py
test/input/func_noerror_crash_122793.py
test/input/func_noerror_crash_127416.py
test/input/func_noerror_decorator_scope.py
test/input/func_noerror_defined_and_used_on_same_line.py
test/input/func_noerror_defined_and_used_on_same_line_py27.py
test/input/func_noerror_e1101_13784.py
test/input/func_noerror_e1101_9588_base_attr_aug_assign.py
test/input/func_noerror_e1101_but_getattr.py
test/input/func_noerror_encoding.py
test/input/func_noerror_except_pass.py
test/input/func_noerror_exception.py
test/input/func_noerror_external_classmethod_crash.py
test/input/func_noerror_factory_method.py
test/input/func_noerror_function_as_method.py
test/input/func_noerror_genexp_in_class_scope.py
test/input/func_noerror_indirect_interface.py
test/input/func_noerror_inner_classes.py
test/input/func_noerror_lambda_use_before_assign.py
test/input/func_noerror_long_utf8_line.py
test/input/func_noerror_mcs_attr_access.py
test/input/func_noerror_nested_classes.py
test/input/func_noerror_new_style_class_py_30.py
test/input/func_noerror_no_warning_docstring.py
test/input/func_noerror_nonregr.py
test/input/func_noerror_object_as_class_attribute.py
test/input/func_noerror_overloaded_operator.py
test/input/func_noerror_overriden_method_varargs.py
test/input/func_noerror_property_affectation_py26.py
test/input/func_noerror_raise_return_self.py
test/input/func_noerror_socket_member.py
test/input/func_noerror_static_method.py
test/input/func_noerror_staticmethod_as_decorator_py24.py
test/input/func_noerror_super_protected.py
test/input/func_noerror_unbalanced_tuple_unpacking_py30.py
test/input/func_noerror_unused_variable_py30.py
test/input/func_noerror_used_before_assignment.py
test/input/func_noerror_w0232.py
test/input/func_noerror_yield_assign_py25.py
test/input/func_noerror_yield_return_mix.py
test/input/func_non_iterator_returned_py30.py
test/input/func_non_iterator_returned_py_30.py
test/input/func_nonregr___file___global.py
test/input/func_operators.py
test/input/func_r0901.py
test/input/func_r0902.py
test/input/func_r0903.py
test/input/func_r0904.py
test/input/func_r0921.py
test/input/func_r0922.py
test/input/func_r0923.py
test/input/func_reqattrs.py
test/input/func_return_outside_func.py
test/input/func_return_yield_mix_py_33.py
test/input/func_set_literal_as_default_py27.py
test/input/func_string_format_py27.py
test/input/func_superfluous_parens.py
test/input/func_syntax_error.py
test/input/func_tokenize_error.py
test/input/func_too_many_locals_arguments.py
test/input/func_too_many_returns_yields.py
test/input/func_toolonglines.py
test/input/func_trailing_whitespace.py
test/input/func_typecheck_callfunc_assigment.py
test/input/func_typecheck_getattr.py
test/input/func_typecheck_non_callable_call.py
test/input/func_unbalanced_tuple_unpacking.py
test/input/func_undefined_metaclass_var_py30.py
test/input/func_unknown_encoding.py
test/input/func_unpacking_non_sequence.py
test/input/func_unreachable.py
test/input/func_unused_import_py30.py
test/input/func_unused_overridden_argument.py
test/input/func_use_for_or_listcomp_var.py
test/input/func_used_before_assignment_py30.py
test/input/func_utf8_lines.py
test/input/func_variables_unused_name_from_wilcard_import.py
test/input/func_w0101.py
test/input/func_w0102.py
test/input/func_w0103.py
test/input/func_w0104.py
test/input/func_w0105.py
test/input/func_w0110.py
test/input/func_w0111.py
test/input/func_w0112.py
test/input/func_w0122_py_30.py
test/input/func_w0151.py
test/input/func_w0152.py
test/input/func_w0202.py
test/input/func_w0205.py
test/input/func_w0223.py
test/input/func_w0231.py
test/input/func_w0233.py
test/input/func_w0302.py
test/input/func_w0312.py
test/input/func_w0331_py_30.py
test/input/func_w0332_py_30.py
test/input/func_w0401.py
test/input/func_w0402.py
test/input/func_w0404.py
test/input/func_w0405.py
test/input/func_w0406.py
test/input/func_w0611.py
test/input/func_w0612.py
test/input/func_w0613.py
test/input/func_w0623_py30.py
test/input/func_w0623_py_30.py
test/input/func_w0631.py
test/input/func_w0701_py_30.py
test/input/func_w0702.py
test/input/func_w0703.py
test/input/func_w0704.py
test/input/func_w0705.py
test/input/func_w0801.py
test/input/func_w1201.py
test/input/func_with_used_before_assignment.py
test/input/func_with_without_as_py25.py
test/input/func_yield_outside_func.py
test/input/ignore_except_pass_by_default.py
test/input/indirect1.py
test/input/indirect2.py
test/input/indirect3.py
test/input/noext
test/input/similar1
test/input/similar2
test/input/syntax_error.py
test/input/unpacking.py
test/input/w0401_cycle.py
test/input/w0801_same.py
test/input/func_w0401_package/__init__.py
test/input/func_w0401_package/all_the_things.py
test/input/func_w0401_package/thing1.py
test/input/func_w0401_package/thing2.py
test/messages/builtin_module.txt
test/messages/func_3k_removed_stuff_py_30.txt
test/messages/func_abstract_class_instantiated_py30.txt
test/messages/func_abstract_class_instantiated_py34.txt
test/messages/func_assert_2uple.txt
test/messages/func_assigning_non_slot.txt
test/messages/func_attrs_definition_order.txt
test/messages/func_backtick_deprecated_py_30.txt
test/messages/func_bad_assigment_to_exception_var.txt
test/messages/func_bad_cont_dictcomp_py27.txt
test/messages/func_bad_context_manager.txt
test/messages/func_bad_exception_context_py30.txt
test/messages/func_bad_open_mode.txt
test/messages/func_bad_reversed_sequence.txt
test/messages/func_bad_slots.txt
test/messages/func_base_stmt_without_effect.txt
test/messages/func_base_useless_pass.txt
test/messages/func_block_disable_msg.txt
test/messages/func_break_or_return_in_try_finally.txt
test/messages/func_bug113231.txt
test/messages/func_catching_non_exception.txt
test/messages/func_class_members.txt
test/messages/func_continue_not_in_loop.txt
test/messages/func_dangerous_default.txt
test/messages/func_dangerous_default_py30.txt
test/messages/func_defining-attr-methods_order.txt
test/messages/func_deprecated_lambda_py_30.txt
test/messages/func_deprecated_module_py30.txt
test/messages/func_deprecated_module_py_30.txt
test/messages/func_disable_linebased.txt
test/messages/func_disable_linebased_py30.txt
test/messages/func_dotted_ancestor.txt
test/messages/func_e0001_py30.txt
test/messages/func_e0011.txt
test/messages/func_e0012.txt
test/messages/func_e0101.txt
test/messages/func_e0108.txt
test/messages/func_e0203.txt
test/messages/func_e0204.txt
test/messages/func_e0206.txt
test/messages/func_e0601.txt
test/messages/func_e0604.txt
test/messages/func_e12xx.txt
test/messages/func_e13xx.txt
test/messages/func_e13xx_py30.txt
test/messages/func_empty_module.txt
test/messages/func_eval_used.txt
test/messages/func_excess_escapes.txt
test/messages/func_exec_used_py30.txt
test/messages/func_f0001.txt
test/messages/func_f0401.txt
test/messages/func_first_arg.txt
test/messages/func_fixme.txt
test/messages/func_format_py27.txt
test/messages/func_format_py_27.txt
test/messages/func_genexpr_var_scope_py24.txt
test/messages/func_i0011.txt
test/messages/func_i0012.txt
test/messages/func_i0013.txt
test/messages/func_i0014.txt
test/messages/func_i0020.txt
test/messages/func_i0022.txt
test/messages/func_import_syntax_error.txt
test/messages/func_import_syntax_error_py30.txt
test/messages/func_indent.txt
test/messages/func_indexing_exceptions_py_30.txt
test/messages/func_init_vars.txt
test/messages/func_interfaces.txt
test/messages/func_invalid_encoded_data.txt
test/messages/func_invalid_sequence_index.txt
test/messages/func_invalid_slice_index.txt
test/messages/func_keyword_repeat_py25.txt
test/messages/func_keyword_repeat_py26.txt
test/messages/func_kwoa_py30.txt
test/messages/func_logging_not_lazy_with_logger.txt
test/messages/func_loopvar_in_dict_comp_py27.txt
test/messages/func_method_could_be_function.txt
test/messages/func_method_missing_self.txt
test/messages/func_method_without_self_but_self_assignment.txt
test/messages/func_module___dict__.txt
test/messages/func_more_e0604.txt
test/messages/func_nameerror_on_string_substitution.txt
test/messages/func_names_imported_from_module.txt
test/messages/func_no_dummy_redefined.txt
test/messages/func_no_final_new_line.txt
test/messages/func_non_iterator_returned_py30.txt
test/messages/func_non_iterator_returned_py_30.txt
test/messages/func_nonregr___file___global.txt
test/messages/func_operators.txt
test/messages/func_r0901.txt
test/messages/func_r0902.txt
test/messages/func_r0903.txt
test/messages/func_r0904.txt
test/messages/func_r0921.txt
test/messages/func_r0922.txt
test/messages/func_r0923.txt
test/messages/func_raw_escapes.txt
test/messages/func_reqattrs.txt
test/messages/func_return_outside_func.txt
test/messages/func_return_yield_mix_py_33.txt
test/messages/func_set_literal_as_default_py27.txt
test/messages/func_string_format_py27.txt
test/messages/func_superfluous_parens.txt
test/messages/func_syntax_error.txt
test/messages/func_tokenize_error.txt
test/messages/func_too_many_locals_arguments.txt
test/messages/func_too_many_returns_yields.txt
test/messages/func_toolonglines.txt
test/messages/func_toolonglines_py30.txt
test/messages/func_trailing_whitespace.txt
test/messages/func_typecheck_callfunc_assigment.txt
test/messages/func_typecheck_getattr.txt
test/messages/func_typecheck_getattr_py30.txt
test/messages/func_typecheck_non_callable_call.txt
test/messages/func_unbalanced_tuple_unpacking.txt
test/messages/func_undefined_metaclass_var_py30.txt
test/messages/func_unicode_literal_py26.txt
test/messages/func_unicode_literal_py274.txt
test/messages/func_unknown_encoding_py29.txt
test/messages/func_unknown_encoding_py30.txt
test/messages/func_unpacking_non_sequence.txt
test/messages/func_unreachable.txt
test/messages/func_unused_import_py30.txt
test/messages/func_unused_overridden_argument.txt
test/messages/func_use_for_or_listcomp_var_py29.txt
test/messages/func_use_for_or_listcomp_var_py30.txt
test/messages/func_used_before_assignment_py30.txt
test/messages/func_utf8_lines.txt
test/messages/func_variables_unused_name_from_wilcard_import.txt
test/messages/func_w0101.txt
test/messages/func_w0102.txt
test/messages/func_w0103.txt
test/messages/func_w0104.txt
test/messages/func_w0105.txt
test/messages/func_w0110.txt
test/messages/func_w0111.txt
test/messages/func_w0112.txt
test/messages/func_w0122_py_30.txt
test/messages/func_w0151.txt
test/messages/func_w0152_py29.txt
test/messages/func_w0152_py30.txt
test/messages/func_w0202.txt
test/messages/func_w0205.txt
test/messages/func_w0223.txt
test/messages/func_w0231.txt
test/messages/func_w0231_py30.txt
test/messages/func_w0233.txt
test/messages/func_w0302.txt
test/messages/func_w0312.txt
test/messages/func_w0331_py_30.txt
test/messages/func_w0332_py_30.txt
test/messages/func_w0401.txt
test/messages/func_w0401_package.txt
test/messages/func_w0402.txt
test/messages/func_w0404.txt
test/messages/func_w0405.txt
test/messages/func_w0406.txt
test/messages/func_w0611.txt
test/messages/func_w0612.txt
test/messages/func_w0613.txt
test/messages/func_w0622.txt
test/messages/func_w0623.txt
test/messages/func_w0623_py30.txt
test/messages/func_w0623_py_30.txt
test/messages/func_w0631.txt
test/messages/func_w0701_py_30.txt
test/messages/func_w0702.txt
test/messages/func_w0703.txt
test/messages/func_w0704.txt
test/messages/func_w0705.txt
test/messages/func_w0801.txt
test/messages/func_w1201.txt
test/messages/func_with_used_before_assignment.txt
test/messages/func_with_without_as_py25.txt
test/messages/func_yield_outside_func.txt
test/regrtest_data/application_crash.py
test/regrtest_data/classdoc_usage.py
test/regrtest_data/decimal_inference.py
test/regrtest_data/descriptor_crash.py
test/regrtest_data/import_assign.py
test/regrtest_data/import_package_subpackage_module.py
test/regrtest_data/module_global.py
test/regrtest_data/no_stdout_encoding.py
test/regrtest_data/numarray_import.py
test/regrtest_data/numarray_inf.py
test/regrtest_data/precedence_test.py
test/regrtest_data/special_attr_scope_lookup_crash.py
test/regrtest_data/try_finally_disable_msg_crash.py
test/regrtest_data/absimp/__init__.py
test/regrtest_data/absimp/string.py
test/regrtest_data/package/AudioTime.py
test/regrtest_data/package/__init__.py
test/regrtest_data/package/subpackage/__init__.py
test/regrtest_data/package/subpackage/module.py
test/regrtest_data/package_all/__init__.py
test/regrtest_data/package_all/notmissing.py