summaryrefslogtreecommitdiff
path: root/astroid/transforms.py
Commit message (Expand)AuthorAgeFilesLines
* Add some caching to the transforms and skip non nodes in visit_genericClaudiu Popa2018-10-101-3/+10
* Initial formatting of astroidClaudiu Popa2018-10-021-1/+1
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-1/+3
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-1/+1
* Fix lintingClaudiu Popa2018-06-141-1/+1
* If a transform returns a different node type, don't apply the rest of the tra...Claudiu Popa2018-06-041-0/+3
* Remove warnings for nodes that were replaced multiple timeClaudiu Popa2018-06-041-6/+0
* Remove occurrences of no-else-return and consider-using-ternaryClaudiu Popa2016-12-181-2/+2
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+2
* 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
* There's a new separate step for transforms.Claudiu Popa2015-08-021-0/+96