summaryrefslogtreecommitdiff
path: root/pylint/test/functional/unsubscriptable_value.py
Commit message (Expand)AuthorAgeFilesLines
* Don't emit unsubscriptable-object if the node is found inside an abstract cla...Claudiu Popa2015-11-301-0/+25
* Check imports are located at the top of the module (right after docstring and...Laura M?dioni2015-11-101-1/+1
* Check imports are ordered (standard, 3rd party, local) and grouped by packageLaura M?dioni2015-11-091-1/+1
* Add test for deques to `unsubscriptable-object` functional testsDmitry Pribysh2015-11-041-0/+6
* Rename 'unsubscriptable-value' message to 'unsubscriptable-object'Dmitry Pribysh2015-11-031-14/+14
* Add checker for unsubscriptable values used in subscript expression.Dmitry Pribysh2015-11-031-0/+84