summaryrefslogtreecommitdiff
path: root/pylint/utils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [deprecation] Make '_format-option-value' private and update TODOs (#8469)Pierre Sassoulas2023-03-201-2/+0
* Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-091-2/+0
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-281-1/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-39/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-071-0/+2
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-1/+3
* Move ``merge_stats`` to ``checkerstats.py``Daniël van Noord2021-10-011-0/+2
* Remove `safe_decode()` and `deprecated_option()` from utils (#5046)Daniël van Noord2021-09-201-4/+0
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* diff_string is made publichippo912021-04-091-0/+2
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-031-4/+0
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-091-2/+2
* Update copyright notice with copyritePierre Sassoulas2021-02-281-3/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-3/+3
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-0/+24
* Sets up copyrighthippo912020-08-201-1/+2
* Support both isort 4 and isort 5Damien Baty2020-08-181-0/+2
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-4/+7
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* [pylint.utils] pylint.utils.category_id used only oncePierre Sassoulas2019-08-061-1/+0
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-201-2/+2
* Refactor - Move utility function to utilsPierre Sassoulas2019-06-201-0/+2
* Refactor - Remove unused and untested code in utilsPierre Sassoulas2019-03-291-1/+0
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-291-0/+1
* Refactor - Merge normalize text in utils.pyPierre Sassoulas2019-03-291-1/+1
* Refactor - Remove circular import between utils and reporterPierre Sassoulas2019-03-291-1/+0
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-2/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-1/+1
* Refactor - Rename PylintASTWalker to ASTWalkerPierre Sassoulas2019-03-091-1/+1
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-091-15/+1
* Refactor - Create a file for each class in utilsPierre Sassoulas2019-03-091-10/+12
* Refactor - Create a file for the MessageStore classPierre Sassoulas2019-03-091-0/+1
* Chore - Move content from __init__.py to utils.pyPierre Sassoulas2019-03-091-1463/+33
* Chore - Move utils.py into its own packagePierre Sassoulas2019-03-091-0/+1507