Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an isort configuration in setup.cfg and apply it | Pierre Sassoulas | 2021-04-19 | 1 | -4/+3 |
| | | | | Except on astroid/__init__.py because of circular imports | ||||
* | Fix legacy no-member by disabling the warning | Pierre Sassoulas | 2021-04-19 | 1 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | Use new style super when applicable | Pierre Sassoulas | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | Remove redundant open mode 'r' in opens | Pierre Sassoulas | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | Move from % syntax to format or f-strings | Pierre Sassoulas | 2021-02-21 | 1 | -5/+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 six from astroid | David Gilman | 2020-12-30 | 1 | -2/+2 |
| | |||||
* | 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/+6 |
| | |||||
* | Add a new ast_from_string method to AstroidManager | Anubhav | 2020-03-11 | 1 | -0/+11 |
| | | | Close #725 | ||||
* | Moved tests out of package directory (#704) | Ashley Whetter | 2019-10-15 | 1 | -0/+296 |