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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix explicit check of python script. Closes #219
Sylvain Thénault
2014-04-29
1
-1
/
+2
*
Only use and emit symbolic warnings in the main linter module
Torsten Marek
2014-04-17
1
-5
/
+6
*
Always register messages even if they may not be emitted.
Sylvain Thénault
2014-04-14
1
-2
/
+2
*
Merged in dnozay/pylint (pull request #87)
Sylvain Thénault
2014-04-11
1
-2
/
+4
|
\
|
*
fix error with message reports when custom checker uses old-style messages
Damien Nozay
2014-01-14
1
-2
/
+4
*
|
Do not crash when disable or enable in the RC file contain invalid message ID...
Torsten Marek
2014-04-09
1
-6
/
+20
*
|
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
|
/
*
various pylint fixes
Sylvain Thénault
2013-12-22
1
-9
/
+9
*
fix indentation in various places. Damned googlers :p
Sylvain Thénault
2013-12-04
1
-8
/
+8
*
Add support for registering deprecated names for messages.
Torsten Marek
2013-11-06
1
-1
/
+15
*
Take first steps to use the symbolic name internally instead of the numeric id.
Torsten Marek
2013-11-06
1
-24
/
+37
*
[output] use more symbol instead of msgid: use them in message occurences rep...
Sylvain Thénault
2013-09-25
1
-6
/
+6
*
[message handling] MessageDefinition grew a new format_help method to use
Sylvain Thénault
2013-09-25
1
-22
/
+35
*
[message handling] kill sort_msgs function, use sorted with key instead
Sylvain Thénault
2013-09-25
1
-12
/
+2
*
[message handling] refactor MessageDefinition instantiation
Sylvain Thénault
2013-09-25
1
-42
/
+47
*
some pylint and style fixes
Sylvain Thénault
2013-07-31
1
-8
/
+8
*
get_msg_display_string always return symbolic name
Sylvain Thénault
2013-07-30
1
-5
/
+1
*
rename Message to MessageDefinition
Sylvain Thénault
2013-07-30
1
-4
/
+4
*
utils: allow specifying min and max relevant python versions for a message
Julien Cristau
2013-07-17
1
-6
/
+17
*
fix register_plugins isdir usage, and use already imported functions. Closes ...
Sylvain Thénault
2013-07-08
1
-4
/
+4
*
Turn reporters into proper plugins rather than classes that are loaded explic...
Torsten Marek
2013-06-19
1
-1
/
+30
*
python3: deal with astroid's module.file_stream returning bytes
Julien Cristau
2013-06-19
1
-5
/
+6
*
move EmptyReport exception to pylint.utils and refactor imports so pylint.uti...
Sylvain Thénault
2013-06-19
1
-1
/
+3
*
Also use the proper way of checking for enabled messages for leave_* methods.
Torsten Marek
2013-06-19
1
-5
/
+3
*
Refactor PyLintASTWalker to allow using symbolic names in check_messages as w...
Torsten Marek
2013-06-19
1
-6
/
+12
*
Allow messages to be added by symbolic name as well as by ID.
Torsten Marek
2013-06-18
1
-6
/
+8
*
Extend the line length check.
Torsten Marek
2013-06-17
1
-0
/
+2
*
astng has been renamed astroid
David Douard
2013-06-17
1
-9
/
+9
*
old-style classes are deprecated: refactor to new style
Nicolas Chauvat
2013-05-20
1
-2
/
+2
*
Minor updates for the token checker interface, triggered by the review.
Torsten Marek
2013-05-03
1
-1
/
+1
*
Tokenize the input source only once and hand it to all checkers that need the...
Torsten Marek
2013-05-01
1
-2
/
+14
*
a few pylint fixes and copyright cleanups
Sylvain Thénault
2013-03-29
1
-3
/
+3
*
Make sure that pragmas that apply to whole lines are interpreted literally, s...
Torsten Marek
2013-03-29
1
-5
/
+35
*
fix name error causing crash when symbols are included in output messages. C...
Aurelien Campeas
2013-03-13
1
-1
/
+1
*
Two small fixes for suppression warnings I00{2,1}:
Torsten Marek
2013-02-20
1
-0
/
+11
*
Add messages I0020 and I0021 for reporting of suppressed messages and useless...
Torsten Marek
2012-11-12
1
-0
/
+28
*
add support for --disable=all option (closes: #105327)
Alexandre Fayolle
2012-10-03
1
-0
/
+5
*
lint fixes
Sylvain Thénault
2012-09-19
1
-5
/
+4
*
Closes #104572: symbolic warning names in output (by Martin Pool)
Martin Pool
2012-09-19
1
-9
/
+40
*
use .iter* version of dict methods when possible
Sylvain Thénault
2012-09-19
1
-7
/
+7
*
Refactoring reporting.
Sylvain Thénault
2012-05-03
1
-5
/
+2
*
cleanups
Sylvain Thénault
2011-06-16
1
-4
/
+3
*
closes #69220: add column offset to the astng node
Sylvain Thénault
2011-06-16
1
-1
/
+6
*
cleanup / test: rename a method and move some stuff around for easier testing
Emile Anclin
2010-12-13
1
-2
/
+2
*
py3k: catch SyntaxError while searching for a file
Emile Anclin
2010-11-22
1
-1
/
+3
*
messages: add "check_messages" decorator to store messages
Emile Anclin
2010-12-09
1
-4
/
+19
*
cleanup: remove unused needs_checkers attribut and sort_checkers method
Emile Anclin
2010-12-09
1
-5
/
+3
*
cleanup: simplify add_checker
Emile Anclin
2010-12-06
1
-26
/
+16
*
223 : run python2.x compatible fixers
Emile Anclin
2010-11-15
1
-2
/
+2
*
remove more 2.4 compat
Emile Anclin
2010-11-15
1
-1
/
+0
[next]