summaryrefslogtreecommitdiff
path: root/astroid/nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-281/+0
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-201-1/+1
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-1/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Use explicit __all__ for astroid.nodes (#1083)Marc Mueller2021-06-301-2/+84
* Crate a ``__all__`` in ``astroid.nodes``Pierre Sassoulas2021-06-211-0/+3
* Add NodeNg in the API, it can be used for typingPierre Sassoulas2021-06-211-0/+2
* Sort astroid.nodes.ALL_NODE_CLASSES alphabeticallyPierre Sassoulas2021-06-211-13/+13
* Remove the __all__ that aren't necessaryPierre Sassoulas2021-06-191-85/+1
* More precise disable in astroid/nodes.pyPierre Sassoulas2021-06-191-2/+1
* Remove astroid.__init__.py from the isort excludePierre Sassoulas2021-06-191-0/+85
* Remove py2 nodes (#1023)Marc Mueller2021-06-121-6/+0
* Prepare for 2.5.8 release (#1013)v2.5.8Pierre Sassoulas2021-06-071-1/+1
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-0/+1
* Add initial support for pattern matching py310 (#986)Marc Mueller2021-05-291-0/+20
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-241-0/+1
* Fix Useless suppression of 'unused-import'Pierre Sassoulas2021-04-241-1/+1
* Apply suggestion following reviewPierre Sassoulas2021-04-201-1/+1
* Update comment in astroid.nodesPierre Sassoulas2021-04-201-1/+5
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-23/+21
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* 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