summaryrefslogtreecommitdiff
path: root/astroid/rebuilder.py
Commit message (Expand)AuthorAgeFilesLines
* Some nodes got a new attribute, 'ctx', which tells in which context the said ...Claudiu Popa2015-12-081-232/+240
* Remove the visit method for AssignAttr in rebuilder, since AssignAttr does no...Claudiu Popa2015-12-031-8/+0
* Remove the value from the DictUnpack node, since it's used mostly to represen...Claudiu Popa2015-10-061-1/+0
* Add a new node, DictUnpack, for representing the unpacking of a dict using PE...Claudiu Popa2015-10-061-3/+15
* Make pylint happyy.Claudiu Popa2015-09-251-1/+1
* Second pass of the Python 3.5 support: adding Async nodes.Claudiu Popa2015-09-071-4/+26
* First pass of the Python 3.5 support.Claudiu Popa2015-09-071-10/+35
* Fix pylint issues.Claudiu Popa2015-08-251-5/+3
* Fix annotation related bugs for Python 3.3 (wrong member was used)Claudiu Popa2015-08-251-4/+4
* Add tests for aliasesCeridwen2015-08-211-18/+29
* More fixes for bugs introduced during mergeCeridwen2015-08-181-20/+16
* More code review fixesCeridwen2015-08-151-63/+37
* Fix issues found in code reviewCeridwen2015-08-141-34/+26
* Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-141-1/+1
* Merge main into defaultCeridwen2015-08-141-49/+37
|\
| * Big cleanup across the entire projectClaudiu Popa2015-08-121-48/+34
| * Add CallFunc.keywords, instead of putting together args and kwargs in CallFun...Claudiu Popa2015-08-081-2/+4
| * Move the determination of extra_decorators directly into Function, as Functio...Claudiu Popa2015-08-061-16/+0
| * decorator_list is always expected on Python > 2.6.Claudiu Popa2015-08-061-1/+1
| * Remove decorator support for Python < 2.6, since it's dead code anyway.Claudiu Popa2015-08-061-9/+2
| * Move the determination of a function type from rebuilder to Function.type.Claudiu Popa2015-08-061-12/+0
| * There's a new separate step for transforms.Claudiu Popa2015-08-021-3/+2
* | Fix code review comments.Ceridwen2015-07-131-199/+201
* | Fix bugs introduced by merge and formattingCeridwen2015-07-111-7/+6
* | Fix small formatting issuesCeridwen2015-07-101-3/+3
* | Refactor node classes to have constructors and change some names.Ceridwen2015-07-101-25/+15
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-533/+479
|/
* Add support for Python 3.5's MatMul infix operator. See PEP 465 for more deta...Claudiu Popa2015-06-211-0/+3
* Improve a TODO entry.Claudiu Popa2015-06-071-3/+1
* Add a new option to AstroidManager for controlling the AST peephole optimizerClaudiu Popa2015-03-141-1/+1
* Add the new file in the project files.Claudiu Popa2015-01-181-1/+1
* Add the ability to optimize small ast subtrees.Claudiu Popa2015-01-181-1/+21
* Remove all occurences of bad-whitespace.Claudiu Popa2015-01-101-1/+1
* Assign module path in TreeRebuilder.visit_module, as otherwise transformersAlexander Presnyakov2014-11-131-1/+2
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+905