summaryrefslogtreecommitdiff
path: root/astroid/nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+1
* Add a new EvaluatedObject containerClaudiu Popa2020-03-101-0/+1
* Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e...Claudiu Popa2019-06-011-0/+2
* Initial formatting of astroidClaudiu Popa2018-10-021-33/+136
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+7
* kill aliases scheduled for removalClaudiu Popa2018-05-241-4/+0
* Revert "Move FrozenSet to node_classes so it is accessible"Bryce Guinta2018-03-111-1/+1
* Move FrozenSet to node_classes so it is accessibleBryce Guinta2018-03-111-1/+1
* Public facing node documentationAshley Whetter2017-11-051-16/+4
* Use nodes.Unknown instead of Uninferable for specifying unknown inference res...Claudiu Popa2017-03-121-0/+1
* Add support for Python 3.6's annotated assignment nodesrr-2017-02-091-2/+2
* add format string support (#365)Jared Garst2016-10-241-0/+2
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Add a new node, DictUnpack, for representing the unpacking of a dict using PE...Claudiu Popa2015-10-061-3/+5
* Fix trailing whitespaces and add the missing code that wasn't added in the pr...Claudiu Popa2015-09-111-1/+1
* Second pass of the Python 3.5 support: adding Async nodes.Claudiu Popa2015-09-071-1/+4
* First pass of the Python 3.5 support.Claudiu Popa2015-09-071-1/+2
* Merge main into defaultCeridwen2015-08-141-2/+0
|\
| * Remove the useless __docformat__ variable.Claudiu Popa2015-07-231-2/+0
* | Move proxies to nodes.py and scoped_nodes.pyCeridwen2015-07-131-21/+6
* | Fix code review comments.Ceridwen2015-07-131-3/+3
* | Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino...Ceridwen2015-07-111-3/+4
* | Fix small formatting issuesCeridwen2015-07-101-1/+1
* | Refactor node classes to have constructors and change some names.Ceridwen2015-07-101-0/+20
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-14/+14
|/
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-11/+14
* Fix all unused imports in the code base.Claudiu Popa2015-01-291-0/+1
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+73