summaryrefslogtreecommitdiff
path: root/astroid/const.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused constants (#2141)Marc Mueller2023-04-241-8/+0
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Fix PyPy ClassDef.fromlino with decorators (#1979)Marc Mueller2023-01-281-0/+3
* Add some type annotations to raw_building (#1885)Nick Drozd2022-11-261-0/+3
* Require Python 3.7.2 (#1542)Jacob Walls2022-05-101-2/+0
* Let `AstroidManager.clear_cache` reload brain plugins (#1528)Jacob Walls2022-05-041-0/+5
* Fix re brain on 3.11 (#1515)Daniël van Noord2022-04-221-0/+1
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-0/+4
* Replace platform import (#1459)Marc Mueller2022-03-091-2/+2
* Add doc_node attribute (#1276)kasium2022-02-281-0/+3
* Use ``importlib`` instead of ``pkg_resources`` namespace package discovery (#...Daniël van Noord2022-02-211-0/+1
* Add regression test for #1124 (#1364)Daniël van Noord2022-01-241-0/+2
* Add end_lineno and end_col_offset to nodes (#1258)Marc Mueller2021-11-211-0/+1
* Temporary retro-compatibility with older pylint versionsPierre Sassoulas2021-08-191-0/+1
* Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas2021-08-191-3/+0
* Remove pylint useless-suppression (in const.py)Marc Mueller2021-07-111-3/+3
* Create a constant for BUILTINS in astroid.constantsPierre Sassoulas2021-06-261-0/+3
* Rename non obvious PY3X constant to PY3X_PLUSPierre Sassoulas2021-06-211-4/+4
* Add a todo to remove Load, Del, StorePierre Sassoulas2021-06-201-3/+4
* Remove the __all__ that aren't necessaryPierre Sassoulas2021-06-191-2/+0
* Import without wildcard for Context in astroid.__init_.pyPierre Sassoulas2021-06-191-0/+2
* Update astroid/const.pyPierre Sassoulas2021-06-191-3/+3
* Rename astroid.constants to astroid.constPierre Sassoulas2021-06-191-0/+18