summaryrefslogtreecommitdiff
path: root/astroid/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Remove pylint disables and resolves TODO in pylintrc (#2175)Jacob Walls2023-05-121-1/+0
* Reduce file system access in `ast_from_file()` (#2135)Jacob Walls2023-04-231-5/+13
* Remove `cached` decoratorJacob Walls2023-04-011-3/+0
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Clear context cache in AstroidManager.clear_cache()Jacob Walls2023-03-041-2/+3
* Replace and deprecate modutils.is_standard_module() (#2015)Avram Lubkin2023-02-121-2/+2
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-7/+10
* Cache `ClassDef._metaclass_lookup_attribute` (#1932)Jacob Walls2022-12-311-0/+2
* Handle empty ``modname`` in ``ast_from_module_name`` (#1801)Daniël van Noord2022-09-231-0/+2
* Finish typing of ``astroid.manager.py`` (#1806)Daniël van Noord2022-09-211-24/+48
* Finish typing of ``AstroidManagerBrain`` (#1804)Daniël van Noord2022-09-211-1/+2
* [flake8] Set the max complexity to the default instead of 83Pierre Sassoulas2022-09-191-1/+1
* Create a ``CacheManager`` class to manage storing and clearing caches (#1782)Daniël van Noord2022-09-171-0/+3
* Don't rely on the module cache when "importing self" (#1747)Daniël van Noord2022-08-231-3/+12
* Add typing to ``_function_type`` and ``_build_proxy_class``Daniël van Noord2022-06-291-1/+1
* Resolve typing issue in ``manager.py``Daniël van Noord2022-06-171-3/+5
* Only initialize importers when they are required (#1624)Daniël van Noord2022-06-161-1/+2
* Remove dependency on `pkg_resources` from `setuptools` (#1536)Jacob Walls2022-05-221-1/+2
* Avoid a global state in `utils.builtin_lookup` and avoid reinstantiating `Tra...Jacob Walls2022-05-221-1/+3
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-3/+5
* Update pylint to 2.14.0b1 (#1553)Marc Mueller2022-05-121-1/+1
* Let `AstroidManager.clear_cache` act on other caches (#1521)Jacob Walls2022-05-061-0/+17
* Let `AstroidManager.clear_cache` reload brain plugins (#1528)Jacob Walls2022-05-041-2/+13
* Find frozen stdlib modules (#1513)Daniël van Noord2022-04-221-1/+5
* Change initialization of ``AstroidManager``Daniël van Noord2022-03-261-11/+20
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-23/+1
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-311-1/+1
* Upgrade pylint to 2.12.2 (#1297)Pierre Sassoulas2021-12-151-1/+1
* Fix incorrect typing of optional default valuesDaniël van Noord2021-12-151-2/+2
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-0/+1
* Fix `mypy` warnings for `astroid/builder` and `astroid/nodes/as_string` (#1246)Daniël van Noord2021-11-171-2/+5
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-1/+1
* Bump astroid to 2.8.0, update changelogv2.8.0Pierre Sassoulas2021-09-141-0/+1
* Support pyz imports (#1161)grayjk2021-09-101-1/+1
* Bug pylint 3342 (#1148)hippo912021-08-291-6/+6
* Bug pylint 4060 (#1127)hippo912021-08-151-1/+0
* 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-0/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Bump astroid to 2.6.0, update changelogv2.6.0Pierre Sassoulas2021-06-221-0/+1
* Rename an exception to the standard name used elsewherePierre Sassoulas2021-06-201-4/+4
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-5/+4
* Import directly from modules in astroid.managerPierre Sassoulas2021-06-191-9/+18
* Fix all no-member in the codebase and enable the warningPierre Sassoulas2021-06-181-0/+2
* Remove useless-suppression for no-member that disappearedPierre Sassoulas2021-06-181-1/+0
* Refactor brain-less AstroidManager test fixtureAndrew Haigh2021-06-181-3/+9
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-16/+15
* 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-0/+2
* Fix 930 pyreverse regression (#984)DudeNr332021-05-241-3/+1