summaryrefslogtreecommitdiff
path: root/astroid/node_classes.py
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.Claudiu Popa2015-07-011-1/+1
* Use six constants for python versions.Claudiu Popa2015-07-011-7/+3
* Add support for indexing bytes on Python 3.Claudiu Popa2015-07-011-0/+5
* Add annotation support for function.as_string(). Closes issue #37.Claudiu Popa2015-07-011-4/+6
* Merged in jarradhope/astroid (pull request #73)Claudiu Popa2015-07-011-4/+12
|\
| * annotations = Nonejarradhope2015-04-261-1/+3
| * add annotations to as_string method of Argumentsjarradhope2015-04-261-4/+10
* | Add support for retrieving TypeErrors for binary arithmetic operations and au...Claudiu Popa2015-06-281-1/+40
* | Remove trailing whitespace.Claudiu Popa2015-06-241-1/+1
* | NotImplemented is detected properly now as being part of the builtins module.Claudiu Popa2015-06-231-1/+2
* | Add inference support for boolean operations (`and` and `not`).Claudiu Popa2015-06-161-1/+1
* | Implement bool_value correctly for data structures.Claudiu Popa2015-06-161-0/+15
* | Add a new method to the AST nodes, 'bool_value'.Claudiu Popa2015-06-141-4/+3
* | Make the first steps towards detecting type errors for unary and binary opera...Claudiu Popa2015-06-111-1/+18
* | 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