Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump astroid to 2.6.3, update changelogv2.6.3 | Pierre Sassoulas | 2021-07-19 | 1 | -0/+1 |
| | |||||
* | Don't infer MatchAs in assigned_stmts if pattern is not None (#1096) | Marc Mueller | 2021-07-11 | 1 | -59/+66 |
| | | | | * Move protocol match tests to separate class * Don't infer MatchAs in assigned_stmts if pattern is not None | ||||
* | Fix issues when inferring match variables (#1093) | Marc Mueller | 2021-07-10 | 1 | -1/+69 |
| | | | | | | | * Fix issues when inferring match variables * Fix extract_node for MatchCase * Typing improvements * Fix pylint issues (no-name-in-module) * Use PY310_PLUS instead of sys.version_info | ||||
* | Fix copyright links (#1084) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
| | | | | * Fix link in license header * Fix link to cpython | ||||
* | Rename non obvious PY3X constant to PY3X_PLUS | Pierre Sassoulas | 2021-06-21 | 1 | -2/+2 |
| | | | | See https://github.com/PyCQA/astroid/pull/1069\#issuecomment-865206120 | ||||
* | Rename astroid.constants to astroid.const | Pierre Sassoulas | 2021-06-19 | 1 | -1/+1 |
| | | | | See https://github.com/PyCQA/astroid/pull/1045\#discussion_r654572722 | ||||
* | Create a astroid.constants.py to avoid circular imports | Pierre Sassoulas | 2021-06-17 | 1 | -4/+2 |
| | | | | And add PY3X type constants in it. | ||||
* | Import exceptions from astroid.exceptions to avoid circular imports | Pierre Sassoulas | 2021-06-15 | 1 | -1/+2 |
| | |||||
* | Add an isort configuration in setup.cfg and apply it | Pierre Sassoulas | 2021-04-19 | 1 | -5/+2 |
| | | | | Except on astroid/__init__.py because of circular imports | ||||
* | Fix issue #891 | Pierre Sassoulas | 2021-04-10 | 1 | -1/+1 |
| | | | | Remove outdated COPYING and rename COPYING.LESSER | ||||
* | Upgrade copyrite notice | Pierre Sassoulas | 2021-02-28 | 1 | -1/+2 |
| | |||||
* | Move from % syntax to format or f-strings | Pierre Sassoulas | 2021-02-21 | 1 | -2/+2 |
| | | | | This is possible with python 3.6 | ||||
* | Remove the # coding, since PEP3120 the default is UTF8 | Pierre Sassoulas | 2021-02-21 | 1 | -1/+0 |
| | |||||
* | Update copyright notice | hippo91 | 2021-02-15 | 1 | -0/+2 |
| | |||||
* | Remove required_version for 3.6 and below | David Gilman | 2020-12-30 | 1 | -6/+0 |
| | | | | We are now guaranteed to be running on 3.6+ | ||||
* | New copyright notices | hippo91 | 2020-12-27 | 1 | -1/+1 |
| | |||||
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+2 |
| | |||||
* | Moved tests out of package directory (#704) | Ashley Whetter | 2019-10-15 | 1 | -0/+277 |