index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pylint
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly strip the path prefix from the report paths (#1883)
Reverb C
2018-07-16
1
-1
/
+1
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-2
/
+22
*
Make the documentation build reproducibly. (#1761)
Chris Lamb
2017-12-11
1
-1
/
+1
*
Adding a check for ``inconsistent-return-statements`` inside function or meth...
hippo91
2017-09-26
1
-0
/
+1
*
Use codecs.getreader. (#1658)
Anthony Sottile
2017-09-17
1
-1
/
+10
*
Comma separated values in the configuration file appear one item per line
Thomas Hisch
2017-08-14
1
-1
/
+8
*
Ignore patterns works on top-level files as well. Close #1384
Claudiu Popa
2017-07-21
1
-0
/
+2
*
Skip files or directories passed at command line when they are ignored. Close...
Claudiu Popa
2017-07-19
1
-0
/
+2
*
Fix crash if bad encoding goes after docstring (#1443)
Mikhail Fesenko
2017-05-22
1
-1
/
+8
*
Use the full filename for identifying __init__.py. (#1461)
Craig Citro
2017-05-22
1
-1
/
+1
*
Spelling fixes (#1397)
Ville Skyttä
2017-04-02
1
-2
/
+2
*
MessagesHandlerMixIn: extract common private method (#1226)
Łukasz Rogalski
2016-12-19
1
-58
/
+34
*
New refactoring checker: consider-using-ternary (#1210)
Łukasz Rogalski
2016-12-18
1
-1
/
+1
*
Sort configuration options in sections (#1090)
Moises Lopez - https://www.vauxoo.com/
2016-08-30
1
-2
/
+2
*
Use the short helpers exposed in astroid.modutils for handling the type of a ...
Claudiu Popa
2016-08-24
1
-2
/
+2
*
Fix the problems found by redefined-argument-from-local
Claudiu Popa
2016-07-28
1
-6
/
+6
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-2
/
+9
*
Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportError
Glenn Matthews
2016-07-19
1
-9
/
+9
*
Move EmptyReport and UnknownMessage to pylint.exceptions
Glenn Matthews
2016-07-19
1
-8
/
+1
*
Better input validation in register_messages to avoid overwrites.
Glenn Matthews
2016-07-19
1
-18
/
+41
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Automatic generation of extensions.rst (#988)
Glenn Matthews
2016-07-10
1
-60
/
+95
*
Do not crash when printing the help of options with default regular expressions
Claudiu Popa
2016-07-08
1
-1
/
+1
*
Remove the deprecation message from inside the closure and pass it as an argu...
Claudiu Popa
2016-07-06
1
-4
/
+3
*
Fixed our docstring lint errors
Ashley Whetter
2016-06-25
1
-5
/
+5
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
1
-15
/
+3
*
Add the current directory as well into sys.path. This will fix some issues wi...
Claudiu Popa
2016-05-10
1
-1
/
+1
*
Fix lint warning.
Claudiu Popa
2016-05-10
1
-1
/
+1
*
Look for namespace packages explicitly using modpath_from_file_with_callback.
Claudiu Popa
2016-05-10
1
-1
/
+10
*
Don't import the objects from modutils, import the module itself.
Claudiu Popa
2016-05-10
1
-11
/
+10
*
Add support for namespace packages
Claudiu Popa
2016-05-09
1
-6
/
+24
*
Remove unused import.
Claudiu Popa
2016-02-16
1
-1
/
+0
*
Merge branch '2.0'
Claudiu Popa
2016-02-16
1
-32
/
+2
|
\
*
|
Remove pointless slicing in build_message_def
xmo-odoo
2016-02-02
1
-1
/
+1
*
|
Add the ability to ignore files based on regex matching.
Aru Sahni
2016-01-09
1
-1
/
+17
|
/
*
Fix a crash which occurred when old visit methods are encountered
Claudiu Popa
2015-11-30
1
-8
/
+8
*
Fix new import related errors in pylint's codebase.
Claudiu Popa
2015-11-25
1
-1
/
+1
*
Fix instances of unneeded-not in pylint's codebase.
Claudiu Popa
2015-11-25
1
-2
/
+1
*
Add ChangeLog entry for too-many-nested-blocks and fix the errors in pylint.
Claudiu Popa
2015-11-04
1
-23
/
+26
*
Obsolete options are not present by default in the generated configuration file.
Claudiu Popa
2015-10-20
1
-1
/
+2
*
Decode the docstring before attempting to parse it with the spelling checker
Claudiu Popa
2015-10-16
1
-4
/
+4
*
Rename the variable to fix an undefined-loop-variable false positive.
Claudiu Popa
2015-10-10
1
-2
/
+2
*
--enable=all can now be used. Closes issue #142.
Claudiu Popa
2015-10-10
1
-0
/
+8
*
Grammar fix.
Claudiu Popa
2015-09-23
1
-1
/
+1
*
Bring logilab-common's ureports into pylint.reporters.
Claudiu Popa
2015-09-05
1
-2
/
+1
*
Bring parts of logilab.common.configuration and logilab.common.optik_ext into...
Claudiu Popa
2015-09-01
1
-3
/
+91
*
Use the new node names for the visit and leave methods
Claudiu Popa
2015-08-26
1
-0
/
+10
*
Remove trailing whitespaces and other pylint related issues.
Claudiu Popa
2015-08-25
1
-3
/
+3
*
Update pylint to use the new astroid AST names and methods
Claudiu Popa
2015-08-25
1
-4
/
+37
*
Update the deprecation message to reflect the fact that the options are *obso...
Claudiu Popa
2015-08-20
1
-2
/
+2
[next]