Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure the AST parsing heuristic to always pick the same module | Claudiu Popa | 2020-04-29 | 1 | -23/+100 |
* | Retry parsing a module that has invalid type comments | Claudiu Popa | 2019-11-26 | 1 | -5/+10 |
* | Obtain type comments on Python 3.8 by passing type_comments=True to the parse... | Claudiu Popa | 2019-07-10 | 1 | -2/+5 |
* | Fallback to the builtin ast on Python 3.8 when typed_ast is not available | Claudiu Popa | 2019-07-09 | 1 | -0/+6 |
* | When picking the parse function, make sure to parse with the right minor versionastroid-2.2.0 | Claudiu Popa | 2019-02-27 | 1 | -1/+7 |
* | Update to typed-ast 1.3 and drop the Python 3.7 restriction | Claudiu Popa | 2019-02-19 | 1 | -5/+0 |
* | Initial formatting of astroid | Claudiu Popa | 2018-10-02 | 1 | -7/+3 |
* | Don't use typed_ast is the Python version is 3.7+ | Claudiu Popa | 2018-06-09 | 1 | -0/+5 |
* | Add support for parsing function type comments | Claudiu Popa | 2018-06-04 | 1 | -0/+17 |
* | Add support for type comments (#548) | Claudiu Popa | 2018-05-23 | 1 | -0/+21 |