summaryrefslogtreecommitdiff
path: root/pylint/utils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Allow linting directories without `__init__.py`Claudiu Popa2020-05-021-1/+1
* Allow package files to be properly discovered with multiple jobsClaudiu Popa2020-05-021-4/+5
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+0
* Pass an additional search path to modutils.modpath_from_file and friendsClaudiu Popa2020-03-121-3/+14
* Move _get_python_path in utils to be accessible by that file as wellClaudiu Popa2020-03-121-0/+14
* Replace individual member imports with `os` in utils fileClaudiu Popa2020-03-121-18/+21
* Removed duplicates of code, changed default to common default valueMikhail Fesenko2019-10-031-4/+6
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* [pylint.utils] pylint.utils.category_id used only oncePierre Sassoulas2019-08-061-8/+1
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-201-5/+5
* Refactor - Move utility function to utilsPierre Sassoulas2019-06-201-0/+25
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-2/+2
* Refactor - Remove unused and untested code in utilsPierre Sassoulas2019-03-291-18/+0
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-291-0/+18
* Refactor - Merge normalize text in utils.pyPierre Sassoulas2019-03-291-1/+10
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-2/+1
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-1/+2
* Refactor - Rename _ini_format_section directly to format_sectionPierre Sassoulas2019-03-091-4/+1
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-091-29/+2
* Refactor - Move _rest_format_section in message_handler_mix_in.pyPierre Sassoulas2019-03-091-19/+0
* Fix - C0412: Imports from package os are not groupedPierre Sassoulas2019-03-091-6/+5
* Refactor - Create a file for each class in utilsPierre Sassoulas2019-03-091-840/+12
* Refactor - Create a file for the MessageStore classPierre Sassoulas2019-03-091-243/+0
* Chore - Move content from __init__.py to utils.pyPierre Sassoulas2019-03-091-0/+1467