summaryrefslogtreecommitdiff
path: root/astroid/nodes.py
Commit message (Expand)AuthorAgeFilesLines
* add format string support (#365)Jared Garst2016-12-301-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-171-17/+3
* Changed the way how parameters are being builtClaudiu Popa2016-02-131-3/+3
* Refactor With nodes to have subnodes, WithItems, corresponding to the stdlib ...Ceridwen2016-01-091-2/+2
* Remove the old aliases for ass_type / file_bytes / file and nodes.Claudiu Popa2016-01-031-4/+0
* Merge modular-locals into 2.0Ceridwen2015-11-161-10/+11
|\
| * Fix remaining code review issues and add docstringsCeridwen2015-11-151-6/+6
| * Rename InterpreterObject from EmptyNodeCeridwen2015-11-061-2/+2
| * Rename Singleton to NameConstant, introduce ReservedName nodeCeridwen2015-10-301-4/+6
| * Fix simple test failuresCeridwen2015-10-261-2/+2
| * Add Unknown node for handling non-introspectable function signaturesCeridwen2015-10-251-3/+3
| * First draft of mock AST generation code finishedCeridwen2015-10-251-1/+0
* | Move node_classes and scoped_nodes into the tree namespace.Claudiu Popa2015-11-011-2/+2
|/
* 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