summaryrefslogtreecommitdiff
path: root/pylint/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Fix regression with sys.path filter (#4258)Marc Mueller2021-03-281-5/+11
* Refactor modify sys_path for execution as python moduleMarc Mueller2021-03-051-0/+23
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-0/+3
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+2
* Fix a typo in a JsonReporter docstringPierre Sassoulas2020-04-261-2/+0
* Do not allow ``python -m pylint ...`` to import user code (#3396)Claudiu Popa2020-02-111-4/+6
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-091-9/+9
* Reformat the code with blackClaudiu Popa2018-09-171-0/+7
* Update copyright noticesClaudiu Popa2018-07-151-1/+2
* Don't print stacktrace on keyboard interruptNick Drozd2018-01-181-2/+5
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+4
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+2
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Remove pylint-guiClaudiu Popa2016-07-031-7/+0
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+46