"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "pylint" between the packages
pylint-2.17.4.tar.gz and pylint-2.17.5.tar.gz

About: pylint analyzes Python source code looking for bugs and signs of poor quality.

Summary:

The "pylint" source code changed by about 2.1% and still consists of 198 regular files and 19 directories.

Related Informations:

None found by Fossies.

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Python program 184 0 0 184
Configuration file 1 0 0 0
Directory 19 0 0 0
Information file 4 0 0 3
License 1 0 0 0
Readme file 1 0 0 1
Text file 7 0 0 2
Total Files21700190



Python Programs (all 184):

NameStatusDeltaVisual Diff
pylint/__init__.py changed 7.4% diff
pylint/__main__.py changed 50.2% diff
pylint/__pkginfo__.py changed 21.6% diff
pylint/checkers/__init__.py changed 3.5% diff
pylint/checkers/async.py changed 3.9% diff
pylint/checkers/bad_chained_comparison.py changed 6.9% diff
pylint/checkers/base/__init__.py changed 9.8% diff
pylint/checkers/base/basic_checker.py changed 0.8% diff
pylint/checkers/base/basic_error_checker.py changed 0.7% diff
pylint/checkers/base/comparison_checker.py changed 1.1% diff
pylint/checkers/base/docstring_checker.py changed 1.9% diff
pylint/checkers/base/name_checker/__init__.py changed 22.2% diff
pylint/checkers/base/name_checker/checker.py changed 0.6% diff
pylint/checkers/base/name_checker/naming_style.py changed 2.6% diff
pylint/checkers/base/pass_checker.py changed 15.4% diff
pylint/checkers/base_checker.py changed 1.4% diff
pylint/checkers/classes/__init__.py changed 23.8% diff
pylint/checkers/classes/class_checker.py changed 0.8% diff
pylint/checkers/classes/special_methods_checker.py changed 1.0% diff
pylint/checkers/deprecated.py changed 1.6% diff
pylint/checkers/design_analysis.py changed 0.7% diff
pylint/checkers/dunder_methods.py changed 6.3% diff
pylint/checkers/ellipsis_checker.py changed 7.6% diff
pylint/checkers/exceptions.py changed 0.6% diff
pylint/checkers/format.py changed 1.4% diff
pylint/checkers/imports.py changed 0.4% diff
pylint/checkers/lambda_expressions.py changed 4.4% diff
pylint/checkers/logging.py changed 0.9% diff
pylint/checkers/mapreduce_checker.py changed 13.8% diff
pylint/checkers/method_args.py changed 3.2% diff
pylint/checkers/misc.py changed 3.1% diff
pylint/checkers/modified_iterating_checker.py changed 4.3% diff
pylint/checkers/nested_min_max.py changed 4.1% diff
pylint/checkers/newstyle.py changed 3.4% diff
pylint/checkers/non_ascii_names.py changed 2.1% diff
pylint/checkers/raw_metrics.py changed 3.9% diff
pylint/checkers/refactoring/__init__.py changed 13.7% diff
pylint/checkers/refactoring/implicit_booleaness_checker.py changed 1.6% diff
pylint/checkers/refactoring/not_checker.py changed 5.4% diff
pylint/checkers/refactoring/recommendation_checker.py changed 1.8% diff
pylint/checkers/refactoring/refactoring_checker.py changed 0.7% diff
pylint/checkers/similar.py changed 0.4% diff
pylint/checkers/spelling.py changed 0.9% diff
pylint/checkers/stdlib.py changed 4.2% diff
pylint/checkers/strings.py changed 0.5% diff
pylint/checkers/threading_checker.py changed 7.9% diff
pylint/checkers/typecheck.py changed 0.4% diff
pylint/checkers/unicode.py changed 0.8% diff
pylint/checkers/unsupported_version.py changed 5.1% diff
pylint/checkers/utils.py changed 1.2% diff
pylint/checkers/variables.py changed 0.8% diff
pylint/config/__init__.py changed 6.1% diff
pylint/config/_pylint_config/__init__.py changed 27.3% diff
pylint/config/_pylint_config/generate_command.py changed 8.3% diff
pylint/config/_pylint_config/help_message.py changed 7.7% diff
pylint/config/_pylint_config/main.py changed 18.1% diff
pylint/config/_pylint_config/setup.py changed 9.5% diff
pylint/config/_pylint_config/utils.py changed 4.1% diff
pylint/config/argument.py changed 1.0% diff
pylint/config/arguments_manager.py changed 0.5% diff
pylint/config/arguments_provider.py changed 2.8% diff
pylint/config/callback_actions.py changed 1.1% diff
pylint/config/config_file_parser.py changed 3.3% diff
pylint/config/config_initialization.py changed 3.0% diff
pylint/config/configuration_mixin.py changed 9.6% diff
pylint/config/deprecation_actions.py changed 5.2% diff
pylint/config/environment_variable.py changed 37.8% diff
pylint/config/exceptions.py changed 18.8% diff
pylint/config/find_default_config_files.py changed 3.7% diff
pylint/config/help_formatter.py changed 5.7% diff
pylint/config/option.py changed 1.8% diff
pylint/config/option_manager_mixin.py changed 1.0% diff
pylint/config/option_parser.py changed 7.4% diff
pylint/config/options_provider_mixin.py changed 3.3% diff
pylint/config/utils.py changed 1.6% diff
pylint/constants.py changed 1.5% diff
pylint/epylint.py changed 2.1% diff
pylint/exceptions.py changed 8.9% diff
pylint/extensions/__init__.py changed 26.6% diff
pylint/extensions/_check_docs_utils.py changed 0.6% diff
pylint/extensions/bad_builtin.py changed 6.7% diff
pylint/extensions/broad_try_clause.py changed 6.6% diff
pylint/extensions/check_elif.py changed 7.2% diff
pylint/extensions/code_style.py changed 1.2% diff
pylint/extensions/comparetozero.py changed 4.8% diff
pylint/extensions/comparison_placement.py changed 6.5% diff
pylint/extensions/confusing_elif.py changed 7.5% diff
pylint/extensions/consider_refactoring_into_while_condition.py changed 4.6% diff
pylint/extensions/consider_ternary_expression.py changed 9.0% diff
pylint/extensions/dict_init_mutate.py changed 7.2% diff
pylint/extensions/docparams.py changed 0.6% diff
pylint/extensions/docstyle.py changed 5.2% diff
pylint/extensions/dunder.py changed 6.4% diff
pylint/extensions/empty_comment.py changed 7.8% diff
pylint/extensions/emptystring.py changed 5.1% diff
pylint/extensions/eq_without_hash.py changed 14.2% diff
pylint/extensions/for_any_all.py changed 2.6% diff
pylint/extensions/magic_value.py changed 3.6% diff
pylint/extensions/mccabe.py changed 2.2% diff
pylint/extensions/no_self_use.py changed 4.1% diff
pylint/extensions/overlapping_exceptions.py changed 4.6% diff
pylint/extensions/private_import.py changed 1.4% diff
pylint/extensions/redefined_loop_name.py changed 4.8% diff
pylint/extensions/redefined_variable_type.py changed 3.7% diff
pylint/extensions/set_membership.py changed 8.5% diff
pylint/extensions/typing.py changed 0.8% diff
pylint/extensions/while_used.py changed 14.0% diff
pylint/graph.py changed 2.2% diff
pylint/interfaces.py changed 3.8% diff
pylint/lint/__init__.py changed 10.2% diff
pylint/lint/base_options.py changed 0.7% diff
pylint/lint/caching.py changed 6.4% diff
pylint/lint/expand_modules.py changed 2.2% diff
pylint/lint/message_state_handler.py changed 0.9% diff
pylint/lint/parallel.py changed 2.3% diff
pylint/lint/pylinter.py changed 0.5% diff
pylint/lint/report_functions.py changed 5.2% diff
pylint/lint/run.py changed 1.7% diff
pylint/lint/utils.py changed 6.7% diff
pylint/message/__init__.py changed 24.6% diff
pylint/message/_deleted_message_ids.py changed 6.5% diff
pylint/message/message.py changed 5.5% diff
pylint/message/message_definition.py changed 2.7% diff
pylint/message/message_definition_store.py changed 4.4% diff
pylint/message/message_id_store.py changed 2.4% diff
pylint/pyreverse/__init__.py changed 55.8% diff
pylint/pyreverse/diadefslib.py changed 1.8% diff
pylint/pyreverse/diagrams.py changed 1.4% diff
pylint/pyreverse/dot_printer.py changed 2.4% diff
pylint/pyreverse/inspector.py changed 1.0% diff
pylint/pyreverse/main.py changed 1.7% diff
pylint/pyreverse/mermaidjs_printer.py changed 4.3% diff
pylint/pyreverse/plantuml_printer.py changed 4.2% diff
pylint/pyreverse/printer.py changed 4.1% diff
pylint/pyreverse/printer_factory.py changed 17.0% diff
pylint/pyreverse/utils.py changed 1.8% diff
pylint/pyreverse/vcg_printer.py changed 1.7% diff
pylint/pyreverse/writer.py changed 2.5% diff
pylint/reporters/__init__.py changed 14.9% diff
pylint/reporters/base_reporter.py changed 4.4% diff
pylint/reporters/collecting_reporter.py changed 21.1% diff
pylint/reporters/json_reporter.py changed 4.1% diff
pylint/reporters/multi_reporter.py changed 4.1% diff
pylint/reporters/reports_handler_mix_in.py changed 5.0% diff
pylint/reporters/text.py changed 1.4% diff
pylint/reporters/ureports/__init__.py changed 49.4% diff
pylint/reporters/ureports/base_writer.py changed 4.5% diff
pylint/reporters/ureports/nodes.py changed 2.9% diff
pylint/reporters/ureports/text_writer.py changed 4.2% diff
pylint/testutils/__init__.py changed 11.7% diff
pylint/testutils/_primer/__init__.py changed 40.4% diff
pylint/testutils/_primer/package_to_lint.py changed 3.2% diff
pylint/testutils/_primer/primer.py changed 3.8% diff
pylint/testutils/_primer/primer_command.py changed 13.8% diff
pylint/testutils/_primer/primer_compare_command.py changed 2.4% diff
pylint/testutils/_primer/primer_prepare_command.py changed 7.9% diff
pylint/testutils/_primer/primer_run_command.py changed 3.7% diff
pylint/testutils/_run.py changed 9.9% diff
pylint/testutils/checker_test_case.py changed 3.5% diff
pylint/testutils/configuration_test.py changed 2.5% diff
pylint/testutils/constants.py changed 13.4% diff
pylint/testutils/decorator.py changed 12.2% diff
pylint/testutils/functional/__init__.py changed 19.4% diff
pylint/testutils/functional/find_functional_tests.py changed 5.1% diff
pylint/testutils/functional/lint_module_output_update.py changed 7.1% diff
pylint/testutils/functional/test_file.py changed 4.0% diff
pylint/testutils/functional_test_file.py changed 24.1% diff
pylint/testutils/get_test_info.py changed 7.2% diff
pylint/testutils/global_test_linter.py changed 22.3% diff
pylint/testutils/lint_module_test.py changed 1.2% diff
pylint/testutils/output_line.py changed 2.6% diff
pylint/testutils/pyreverse.py changed 3.6% diff
pylint/testutils/reporter_for_tests.py changed 11.6% diff
pylint/testutils/tokenize_str.py changed 34.2% diff
pylint/testutils/unittest_linter.py changed 5.5% diff
pylint/testutils/utils.py changed 4.9% diff
pylint/typing.py changed 4.7% diff
pylint/utils/__init__.py changed 11.1% diff
pylint/utils/ast_walker.py changed 3.6% diff
pylint/utils/docs.py changed 4.0% diff
pylint/utils/file_state.py changed 1.4% diff
pylint/utils/linterstats.py changed 1.2% diff
pylint/utils/pragma_parser.py changed 3.0% diff
pylint/utils/utils.py changed 1.2% diff

Information Files (3 of 4):

NameStatusDeltaVisual Diff
CONTRIBUTORS.txt changed 0.1% diff
PKG-INFO changed 12.6% diff
pylint.egg-info/PKG-INFO changed 12.6% diff

Readme Files (all 1):

NameStatusDeltaVisual Diff
README.rst changed 12.8% diff

Text Files (2 of 7):

NameStatusDeltaVisual Diff
pylint.egg-info/requires.txt changed 9.4% diff
pyproject.toml changed 4.9% diff

Packages Compared:

pylint-2.17.4.tar.gz
pylint-2.17.5.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  Codespell  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)