summaryrefslogtreecommitdiff
path: root/astroid/tree/rebuilder.py
Commit message (Expand)AuthorAgeFilesLines
* Make ClassDefs support keyword arguments. (#384)Derek Gustafson2017-01-221-1/+3
* add format string support (#365)Jared Garst2016-12-301-0/+12
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Use the lineno and col_offset provided by variadics in Python 3.5+. Close #335Claudiu Popa2016-06-281-2/+4
* Convert all files to new license headerCeridwen2016-05-171-17/+3
* Changed the way how parameters are being builtClaudiu Popa2016-02-131-56/+106
* Build AsyncWith nodes correctlyCeridwen2016-01-151-3/+3
* Fix typos for visit_withitem in as_string, forward visit_asyncwith correctly ...Ceridwen2016-01-151-1/+1
* Refactor With nodes to have subnodes, WithItems, corresponding to the stdlib ...Ceridwen2016-01-091-24/+19
* Refactor Compare nodes to have two sequences, ops and comparators, correspond...Ceridwen2016-01-081-4/+5
* Use keys and values as separate arguments for nodes.DictClaudiu Popa2016-01-041-1/+5
* 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
* Merge modular-locals into 2.0Ceridwen2015-11-161-83/+59
* Remove useless line.Claudiu Popa2015-11-121-1/+0
* Remove the astpeepholeClaudiu Popa2015-11-121-21/+1
* Move astpeephole in the tree namespace.Claudiu Popa2015-11-021-1/+1
* Move rebuilder.py into the tree namespaceClaudiu Popa2015-11-011-0/+881