summaryrefslogtreecommitdiff
path: root/astroid/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated nodesMarc Mueller2023-04-251-4/+1
* Merge branch 'maintenance/2.15.x' into mainMarc Mueller2023-04-241-0/+1
|\
| * Various TryStar fixes (#2142)Marc Mueller2023-04-241-0/+1
* | Remove unused constants (#2141)Marc Mueller2023-04-241-1/+1
* | Drop support for Python 3.7 (#2137)Marc Mueller2023-04-231-2/+2
* | Fix sorting in ``__init__.py``Daniël van Noord2023-04-011-4/+2
* | [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-3/+3
|/
* Revert "Set higher recusion limit (2**12) for PyPy (#1984)"Marc Mueller2023-01-291-14/+1
* Set higher recusion limit (2**12) for PyPy (#1984)Marc Mueller2023-01-291-1/+14
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-1/+1
* Let `AstroidManager.clear_cache` reload brain plugins (#1528)Jacob Walls2022-05-041-4/+1
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-15/+1
* Fix F403 wildcart import used in astroid/__init__.py (#1271)Pierre Sassoulas2022-03-031-1/+30
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-1/+2
* Add position attribute for nodes (#1393)Marc Mueller2022-02-261-1/+12
* Correct documentation, nodes classes do not exend python's ones (#1343)tristanlatr2022-01-141-2/+5
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-1/+1
* Remove deprecation warning raised by own astroid code (#1190)Pierre Sassoulas2021-09-251-2/+1
* Bump astroid to 2.8.0, update changelogv2.8.0Pierre Sassoulas2021-09-141-0/+1
* Add ``astroid.objects.ExceptionInstance`` importDaniël van Noord2021-09-041-0/+1
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-0/+1
* Create 'nodes' package, deprecate 'node_classes' and 'scoped_nodes'Pierre Sassoulas2021-08-051-3/+100
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-201-1/+1
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-1/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Create a file for the global manager defined in astroid.__init__.pyPierre Sassoulas2021-06-191-4/+1
* Skip ordering for the version in astroid for easier packagingPierre Sassoulas2021-06-191-1/+8
* Remove use of os in favor of pathlib.Path in astroid/__init__.pyPierre Sassoulas2021-06-191-5/+5
* Make the import from astroid/__pkginfo__.py absolutePierre Sassoulas2021-06-191-2/+1
* Import without wildcard for Context in astroid.__init_.pyPierre Sassoulas2021-06-191-1/+0
* Remove astroid.__init__.py from the isort excludePierre Sassoulas2021-06-191-27/+9
* Move 'register_module_extender' in astroid.brain where it's usedPierre Sassoulas2021-06-191-12/+2
* Use the Context enum directly and not a constant based on itPierre Sassoulas2021-06-191-1/+1
* Rename astroid.constants to astroid.constPierre Sassoulas2021-06-191-1/+1
* Create a permanent enum for Context instead of deleting the classPierre Sassoulas2021-06-191-7/+2
* Create a __all__ in astroid.exceptions and import with wildcardPierre Sassoulas2021-06-151-28/+1
* Remove wildcard import for astroid.exceptions in __init__.pyPierre Sassoulas2021-06-151-1/+28
* Create a file for inference tipPierre Sassoulas2021-06-151-65/+2
* Retrocompatibility with old version of pylintPierre Sassoulas2021-04-251-1/+1
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-241-0/+1
* Change numversion to __version__ in __pkginfo__Pierre Sassoulas2021-04-241-1/+2
* Add __init__ to astroid.brain packageMarc Mueller2021-04-241-7/+4
* Enable checks for and fix useless suppressionPierre Sassoulas2021-04-191-6/+2
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Prepare for 2.5.2 releaseastroid-2.5.2Pierre Sassoulas2021-03-281-0/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+1
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-0/+1
* Enable wrong-import-order, wrong-import-position checksNick Drozd2019-12-241-0/+1