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
*
Chore - Move utils.py into its own package
Pierre Sassoulas
2019-03-09
1
-1510
/
+0
*
Refactor - Rename _messages to _messages_definitions
Pierre Sassoulas
2018-12-18
1
-7
/
+7
*
Refactor - Made the error message predictable
Pierre Sassoulas
2018-12-18
1
-2
/
+6
*
Refactor - get_messages -> get_messages_from_checker
Pierre Sassoulas
2018-12-18
1
-6
/
+6
*
Refactor - Consistent function and variable name
Pierre Sassoulas
2018-12-18
1
-33
/
+37
*
Refactor - get_message_definition returning a list
Pierre Sassoulas
2018-12-18
1
-33
/
+59
*
``pylint`` is less eager to consume the whole line for pragmas
Claudiu Popa
2018-09-29
1
-2
/
+2
*
Correct fallback when the lines out of the parse trees are in raw_module_msgs...
Claudiu Popa
2018-09-18
1
-1
/
+16
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-197
/
+303
*
The ``locally-enabled`` check is gone.
Claudiu Popa
2018-08-24
1
-4
/
+1
*
disable some type checking and annotate simple one
ssolanki
2018-08-21
1
-1
/
+1
*
fix typos in docstring
ssolanki
2018-08-05
1
-2
/
+2
*
Make generated rst section names unique
Bryce Guinta
2018-08-01
1
-7
/
+8
*
Fix rst italics of generated pylint help
Bryce Guinta
2018-08-01
1
-1
/
+2
*
Fix not being able to disable certain messages on the last line (#2342)
Bryce Guinta
2018-07-24
1
-1
/
+2
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-2
/
+9
*
Add new checker useless-object-inheritance.
ssolanki
2018-06-20
1
-7
/
+7
*
Fixed incorrect line number for line-too-long on comment at end of module (#2...
hippo91
2018-06-02
1
-0
/
+12
*
Remove six package usages. (#2151)
Sushobhit
2018-05-27
1
-17
/
+14
*
Remove extraneous variables
Claudiu Popa
2018-05-23
1
-3
/
+0
*
Refactor - MessagesStore.check_message_id(msgid)
Pierre Sassoulas
2018-05-10
1
-16
/
+18
*
Fix - Take reviews by PCManticore into account
Pierre Sassoulas
2018-05-10
1
-39
/
+48
*
Fix - Remove f-string for python 3.4 and 3.5 compatibility
Pierre Sassoulas
2018-05-10
1
-8
/
+16
*
Style - Readability changes in MessagesStore
Pierre Sassoulas
2018-05-10
1
-36
/
+51
*
Refactor - Better error message for inconsistent checker
Pierre Sassoulas
2018-05-10
1
-2
/
+5
*
Refactor - Better error message for duplicated msgid or symbol
Pierre Sassoulas
2018-05-10
1
-38
/
+121
*
Finally we're lint clean
Claudiu Popa
2018-05-09
1
-1
/
+1
*
Drop the encoding parameter from the format_section function
Claudiu Popa
2018-05-09
1
-10
/
+1
*
Drop unused argument
Claudiu Popa
2018-05-09
1
-3
/
+2
*
Make sure we operate on strings
Claudiu Popa
2018-05-09
1
-1
/
+1
*
Remove a couple of sys.version checks that aren't needed any longer on Python 3
Claudiu Popa
2018-05-09
1
-26
/
+6
*
Revert "Proposal of a fix for bug #1950"
Claudiu Popa
2018-04-17
1
-13
/
+0
*
Taking into accound @PCManticore's remarks
hippo91
2018-04-15
1
-4
/
+4
*
Taking into account pylint's remark
hippo91
2018-04-07
1
-4
/
+4
*
Add of comment and changing the return value in case the message's line is af...
hippo91
2018-04-07
1
-1
/
+5
*
Merge branch 'master' into bug_1950
hippo91
2018-04-06
1
-0
/
+22
|
\
|
*
Add a new checker against using numeric ids instead of symbolic ids
hippo91
2018-03-05
1
-0
/
+22
*
|
Add of get_effective_max_line_number in FileState class + calling it in is_me...
hippo91
2018-04-06
1
-0
/
+9
|
/
*
Correctly strip the path prefix from the report paths (#1883)
Reverb C
2018-03-01
1
-1
/
+1
*
Fix the wrong scope of the ``disable=`` directive after a commented line.
hippo91
2018-02-14
1
-1
/
+1
*
Enable redefined-builtin
Nick Drozd
2018-01-04
1
-8
/
+8
*
Add ability to specify message column offset independent of node for messages...
Bryce Guinta
2018-01-03
1
-4
/
+4
*
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
[next]