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
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-919
/
+0
*
Fixed passing configuration from master linter to sublinters. Closes issue #374.
Michal Nowikowski
2015-01-07
1
-2
/
+2
*
Use the new Module.stream, since Module.file_stream is deprecated.
Claudiu Popa
2015-01-03
1
-9
/
+12
*
pylint pylint
Sylvain Thénault
2014-11-19
1
-9
/
+10
*
Remove get_init_args from the Message class and move it as private function i...
Claudiu Popa
2014-11-17
1
-10
/
+0
*
Documentation improvements
Michal Nowikowski
2014-11-04
1
-19
/
+36
*
Use a defaultdict where it makes sense.
Claudiu Popa
2014-10-25
1
-11
/
+11
*
Fix a regression, where '{path}' was no longer accepted in '--msg-template'.
Claudiu Popa
2014-10-16
1
-5
/
+12
|
\
|
*
Fix expansion of {path} in --msg-template.
LCD 47
2014-10-10
1
-4
/
+5
*
|
Add new '-j' option for running checks in sub-processes.
Claudiu Popa
2014-10-15
1
-0
/
+4
|
/
*
Wrap dict.items() et. al. in list()
Brett Cannon
2014-08-29
1
-2
/
+2
*
Fix a missed print statement
Brett Cannon
2014-08-29
1
-1
/
+2
*
Modernize to the point of working for Python 2.7 still
Brett Cannon
2014-08-29
1
-14
/
+16
*
Cleanup the API, by providing a new report_order method to ReportsHandlerMixI...
Claudiu Popa
2014-08-19
1
-17
/
+7
*
Some work on making pylint work on Python 3 without 2to3.
Torsten Marek
2014-08-16
1
-31
/
+32
*
Implement confidence levels.
Torsten Marek
2014-07-24
1
-21
/
+29
*
Extend the reporter interface with a method that takes a message object, for ...
Torsten Marek
2014-08-16
1
-1
/
+3
*
Move definition of Message class out of reporters module, and make it a named...
Torsten Marek
2014-08-16
1
-4
/
+28
*
Add the current reporter only if it was removed.
Claudiu Popa
2014-08-18
1
-1
/
+2
*
Order of reporting is consistent.
Claudiu Popa
2014-08-18
1
-1
/
+16
*
linting pylint
Sylvain Thénault
2014-07-25
1
-3
/
+3
*
[refactor] move handling of file specific state to its own FileState class (m...
Sylvain Thénault
2014-07-24
1
-44
/
+127
*
extract a messages store from the MessagesHandlerMixIn class
Sylvain Thénault
2014-07-24
1
-91
/
+97
*
import modutils from astroid, it has been backported there
Sylvain Thénault
2014-07-23
1
-2
/
+2
*
Don't emit 'no-name-in-module' for ignored modules. Closes issue #223.
Claudiu Popa
2014-07-12
1
-0
/
+20
*
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
[next]