summaryrefslogtreecommitdiff
path: root/astroid/manager.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* [pre-commit.ci] pre-commit autoupdate (#985)pre-commit-ci[bot]2021-05-111-1/+1
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-4/+1
* Fix legacy no-member by disabling the warningPierre Sassoulas2021-04-191-1/+4
* 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/+2
* Drop tracebacks on Astroid import errors for cachesRaphael Gaschignard2020-10-281-2/+4
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+4
* Add a new ast_from_string method to AstroidManagerAnubhav2020-03-111-0/+7
* Return a stub module instead of an import error for frozen modulesAshley Whetter2020-01-111-0/+2
* Avoid a call to `getcwd` if it is not neededRaphael Gaschignard2019-11-261-2/+3
* Fix lint warningsClaudiu Popa2019-10-111-0/+7
* Clean new pylint errors from the codebaseClaudiu Popa2019-09-241-2/+2
* Allow importing wheel files. Close #541Claudiu Popa2019-07-111-1/+4
* Make the astroid bootstrapping take care of builtins such as GeneratorClaudiu Popa2019-01-201-8/+12
* Add a method to the manager to retrieve the builtins moduleClaudiu Popa2019-01-191-0/+4
* Initial formatting of astroidClaudiu Popa2018-10-021-45/+80
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+8
* Don't allow max_inferable to be set by an environment variable.Claudiu Popa2018-07-061-2/+1
* Limit inference to a maximum of 100 results at a time to preventBryce Guinta2018-07-061-0/+2
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-1/+1
* Fix lintingClaudiu Popa2018-06-141-1/+1
* remove unused importClaudiu Popa2018-05-311-1/+0
* Fix lint errorsClaudiu Popa2018-05-311-6/+3
* Just reraise the same value, no need for raise fromClaudiu Popa2018-05-311-1/+1
* Remove reraise() in favour of using raise..fromClaudiu Popa2018-05-311-18/+17
* Remove six from a couple of filesClaudiu Popa2018-05-311-4/+1
* Fix lint errorsBryce Guinta2018-01-281-7/+0
* Variable name is found_spec, not spec (#422)Iva Miholic2017-04-211-1/+1
* Fix lintastroid-1.5.2Claudiu Popa2017-04-171-1/+0
* Remove pylint errorsDerek Gustafson2016-12-031-0/+8
* Move the spec finder under a new namespace, interpreter._import.Claudiu Popa2016-08-241-12/+20