summaryrefslogtreecommitdiff
path: root/astroid/_ast.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#2137)Marc Mueller2023-04-231-88/+45
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-1/+1
* Misc type stuff (#1888)Nick Drozd2022-12-151-0/+2
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-14/+16
* Add annotations for ParserModule (#1526)Marc Mueller2022-04-231-23/+30
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-0/+4
* Add typing to ``_ast`` (#1296)Daniël van Noord2021-12-161-14/+11
* Rename non obvious PY3X constant to PY3X_PLUSPierre Sassoulas2021-06-211-3/+3
* Rename astroid.constants to astroid.constPierre Sassoulas2021-06-191-1/+1
* Proper return type for _contexts_from_modulePierre Sassoulas2021-06-191-1/+1
* Create a permanent enum for Context instead of deleting the classPierre Sassoulas2021-06-191-8/+7
* Create a astroid.constants.py to avoid circular importsPierre Sassoulas2021-06-171-1/+1
* Fix F811 redefinition of unused '_ast_py3'Pierre Sassoulas2021-05-011-2/+1
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-1/+1
* 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