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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add __all__ in __init__.py so all import are used
Pierre Sassoulas
2020-09-22
1
-0
/
+24
*
Update formatting following black and isort update
Pierre Sassoulas
2020-09-10
1
-1
/
+1
*
Sets up copyright
hippo91
2020-08-20
1
-1
/
+2
*
Support both isort 4 and isort 5
Damien Baty
2020-08-18
2
-0
/
+37
*
Chore: use https links (#3679)
谭九鼎
2020-06-11
1
-1
/
+1
*
Allow numbers in checker names. (#3667)
Jeremy Fleischman
2020-06-08
1
-1
/
+1
*
Fix a regression where messages with dash are not fully parsed
Claudiu Popa
2020-05-14
1
-1
/
+1
*
Fix trailing whitespaces and trailing newlines
Pierre Sassoulas
2020-05-03
1
-1
/
+1
*
Allow linting directories without `__init__.py`
Claudiu Popa
2020-05-02
1
-1
/
+1
*
Allow package files to be properly discovered with multiple jobs
Claudiu Popa
2020-05-02
1
-4
/
+5
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-4
/
+7
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
5
-10
/
+1
*
Pass an additional search path to modutils.modpath_from_file and friends
Claudiu Popa
2020-03-12
1
-3
/
+14
*
Move _get_python_path in utils to be accessible by that file as well
Claudiu Popa
2020-03-12
1
-0
/
+14
*
Replace individual member imports with `os` in utils file
Claudiu Popa
2020-03-12
1
-18
/
+21
*
Add support for disabling line-too-long for multilines strings
hippo91
2019-11-19
1
-0
/
+134
*
Removed duplicates of code, changed default to common default value
Mikhail Fesenko
2019-10-03
1
-4
/
+6
*
Remove redundant compatibility code (#3097)
Hugo van Kemenade
2019-09-12
1
-2
/
+0
*
useless-suppression detection now ignores cyclic-import (#3071)
Eric Froemling
2019-08-22
1
-3
/
+6
*
[pylint.utils] pylint.utils.category_id used only once
Pierre Sassoulas
2019-08-06
2
-9
/
+1
*
Refactor - Clearer function name ('rest' -> 'rst') in utils
Pierre Sassoulas
2019-06-20
2
-7
/
+7
*
Refactor - Move utility function to utils
Pierre Sassoulas
2019-06-20
2
-0
/
+27
*
Fix a bunch of linting errors from the codebase
Claudiu Popa
2019-05-22
3
-11
/
+10
*
Refactor - Remove unused and untested code in utils
Pierre Sassoulas
2019-03-29
2
-19
/
+0
*
Refactor - Move refactor.utils function to the utils package
Pierre Sassoulas
2019-03-29
2
-0
/
+19
*
Refactor - Merge normalize text in utils.py
Pierre Sassoulas
2019-03-29
3
-17
/
+11
*
Refactor - Remove circular import between utils and reporter
Pierre Sassoulas
2019-03-29
2
-80
/
+0
*
Refactor - Avoid intra-packages circular dependencies for constants
Pierre Sassoulas
2019-03-29
5
-28
/
+2
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
3
-2
/
+4
*
Refactor - Rename _ini_format_section directly to format_section
Pierre Sassoulas
2019-03-09
1
-4
/
+1
*
Refactor - Rename PylintASTWalker to ASTWalker
Pierre Sassoulas
2019-03-09
2
-2
/
+2
*
Refactor - Create a pylint.message package
Pierre Sassoulas
2019-03-09
8
-908
/
+4
*
Refactor - Move _rest_format_section in message_handler_mix_in.py
Pierre Sassoulas
2019-03-09
2
-20
/
+21
*
Fix - C0412: Imports from package os are not grouped
Pierre Sassoulas
2019-03-09
1
-6
/
+5
*
Refactor - Create a file for each class in utils
Pierre Sassoulas
2019-03-09
11
-850
/
+944
*
Refactor - Create a file for the MessageStore class
Pierre Sassoulas
2019-03-09
3
-243
/
+255
*
Chore - Move content from __init__.py to utils.py
Pierre Sassoulas
2019-03-09
2
-1463
/
+1500
*
Chore - Move utils.py into its own package
Pierre Sassoulas
2019-03-09
1
-0
/
+1507