Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temporary retro-compatibility with older pylint versions | Pierre Sassoulas | 2021-08-19 | 1 | -0/+1 |
* | Replace the constant BUILTINS by the string 'builtins' | Pierre Sassoulas | 2021-08-19 | 1 | -3/+0 |
* | Remove pylint useless-suppression (in const.py) | Marc Mueller | 2021-07-11 | 1 | -3/+3 |
* | Create a constant for BUILTINS in astroid.constants | Pierre Sassoulas | 2021-06-26 | 1 | -0/+3 |
* | Rename non obvious PY3X constant to PY3X_PLUS | Pierre Sassoulas | 2021-06-21 | 1 | -4/+4 |
* | Add a todo to remove Load, Del, Store | Pierre Sassoulas | 2021-06-20 | 1 | -3/+4 |
* | Remove the __all__ that aren't necessary | Pierre Sassoulas | 2021-06-19 | 1 | -2/+0 |
* | Import without wildcard for Context in astroid.__init_.py | Pierre Sassoulas | 2021-06-19 | 1 | -0/+2 |
* | Update astroid/const.py | Pierre Sassoulas | 2021-06-19 | 1 | -3/+3 |
* | Rename astroid.constants to astroid.const | Pierre Sassoulas | 2021-06-19 | 1 | -0/+18 |