summaryrefslogtreecommitdiff
path: root/astroid/_ast.py
Commit message (Expand)AuthorAgeFilesLines
* Restructure the AST parsing heuristic to always pick the same moduleClaudiu Popa2020-04-291-23/+100
* Retry parsing a module that has invalid type commentsClaudiu Popa2019-11-261-5/+10
* Obtain type comments on Python 3.8 by passing type_comments=True to the parse...Claudiu Popa2019-07-101-2/+5
* Fallback to the builtin ast on Python 3.8 when typed_ast is not availableClaudiu Popa2019-07-091-0/+6
* When picking the parse function, make sure to parse with the right minor versionastroid-2.2.0Claudiu Popa2019-02-271-1/+7
* Update to typed-ast 1.3 and drop the Python 3.7 restrictionClaudiu Popa2019-02-191-5/+0
* Initial formatting of astroidClaudiu Popa2018-10-021-7/+3
* Don't use typed_ast is the Python version is 3.7+Claudiu Popa2018-06-091-0/+5
* Add support for parsing function type commentsClaudiu Popa2018-06-041-0/+17
* Add support for type comments (#548)Claudiu Popa2018-05-231-0/+21