summaryrefslogtreecommitdiff
path: root/astroid/interpreter
Commit message (Expand)AuthorAgeFilesLines
...
* Let `AstroidManager.clear_cache` act on other caches (#1521)Jacob Walls2022-05-061-0/+2
* Prevent special case for `virtualenv`'s patching of `distutils` from catching...Jacob Walls2022-05-051-1/+6
* Add annotations for ModuleType (#1525)Marc Mueller2022-04-221-38/+27
* Find frozen stdlib modules (#1513)Daniël van Noord2022-04-221-5/+17
* Fix Use of cache on methods can lead to memory leaksPierre Sassoulas2022-04-141-8/+4
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-124-37/+9
* Do not use ``doc`` attribute internally (#1433)Daniël van Noord2022-03-071-7/+19
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-272-1/+4
* Restore custom distutils handling for resolving paths to submodules. (#1386)Jacob Walls2022-02-271-0/+17
* Revert "Use importlib instead of pkg_resources for determining namespace pack...Daniël van Noord2022-02-271-63/+8
* Use ``importlib`` instead of ``pkg_resources`` namespace package discovery (#...Daniël van Noord2022-02-211-8/+63
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-042-2/+2
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-313-2/+3
* Remove distutils path patching (#1321)Daniël van Noord2021-12-311-7/+0
* Upgrade pylint to 2.12.2 (#1297)Pierre Sassoulas2021-12-151-0/+1
* Add mypy ignores and docstrings to ``modutils`` and ``util.py``Daniël van Noord2021-12-141-1/+1
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-0/+1
* Add ``InferenceContext`` to ``ClassModel`` (#1257)Daniël van Noord2021-11-191-1/+7
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-171-1/+1
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-0/+1
* Add f-strings with `flynt`Daniël van Noord2021-09-171-2/+2
* Fix all R6201: Consider using set for membershipPierre Sassoulas2021-09-171-1/+1
* Use TYPE_CHECKING guard to remove a circular importPierre Sassoulas2021-08-301-2/+4
* astroid.context: import object one by one instead of the entire modulePierre Sassoulas2021-08-301-3/+3
* Bug pylint 4060 (#1127)hippo912021-08-151-1/+0
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-6/+8
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-203-2/+3
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-193-1/+3
* Add setuptools dependence and related guardNeil Girdhar2021-07-191-1/+5
* Fix 'Consider using an in-place tuple instead of list'Pierre Sassoulas2021-07-101-1/+1
* Fix copyright links (#1084)Marc Mueller2021-07-012-2/+2
* Catch the StopIteration that result from PEP-479 or add default value in ``ne...Pierre Sassoulas2021-06-301-2/+5
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-4/+5
* Fix all no-member in the codebase and enable the warningPierre Sassoulas2021-06-181-0/+1
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-152-24/+18
* Prepare for 2.5.8 release (#1013)v2.5.8Pierre Sassoulas2021-06-071-1/+1
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-1/+2
* Fix 930 pyreverse regression (#984)DudeNr332021-05-241-5/+3
* Fix lambda used instead of a functionPierre Sassoulas2021-05-011-2/+6
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-242-1/+2
* Remove backports.functools_lru_cache dependencyMarc Mueller2021-04-221-5/+1
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-192-8/+4
* Fix legacy no-member by disabling the warningPierre Sassoulas2021-04-191-3/+5
* Fix issue #891Pierre Sassoulas2021-04-102-2/+2
* Upgrading pyupgrade in pre-commit configurationPierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-282-1/+5
* Fix trailing whitespacesMarc Mueller2021-02-272-2/+2
* Use new style super when applicablePierre Sassoulas2021-02-211-1/+1
* Remove IOError that are an alias to OSError see PEP3151Pierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0