summaryrefslogtreecommitdiff
path: root/pylint/message/message_definition_store.py
Commit message (Expand)AuthorAgeFilesLines
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+0
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* [pylint.message] Remove a check that never failPierre Sassoulas2019-09-101-4/+0
* [pylint.message] Optimize MessageDefinitionStore storagePierre Sassoulas2019-09-101-7/+4
* [pylint.message] Simplify get_message_definitionsPierre Sassoulas2019-09-101-8/+4
* [pylint.message] Simplification with 1-1 link between symbol and msgidPierre Sassoulas2019-08-191-130/+34
* [pylint.message] Symbol seems to never be None anymorePierre Sassoulas2019-08-161-4/+1
* [pylint.message] Rename MessagesStore to MessageDefinitionStorePierre Sassoulas2019-08-091-0/+202