summaryrefslogtreecommitdiff
path: root/astroid/node_classes.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-2/+4
* Remove redundant if, astroid is 2.7+ only.Claudiu Popa2015-05-191-2/+1
* Protect against a TypeError in Arguments.fromlineno.Claudiu Popa2015-03-121-1/+1
* Change the way how context caching and scoping is done.Claudiu Popa2015-03-111-2/+3
* Fix all unused imports in the code base.Claudiu Popa2015-01-291-1/+1
* Remove all trailing whitespaces.Claudiu Popa2015-01-101-1/+1
* Add inference tips for 'tuple', 'set' and 'list' builtins.Claudiu Popa2014-11-281-1/+1
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+965