summaryrefslogtreecommitdiff
path: root/astroid/manager.py
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Build a dummy module object for namespace directories and add a test for mult...Claudiu Popa2016-05-091-0/+6
* Switch to a spec finder protocol for finding files or packagesClaudiu Popa2016-05-081-10/+10
* AstroidBuildingException is now AstroidBuildingError.Claudiu Popa2015-12-061-9/+9
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-6/+6
* Merge upstream changesCeridwen2015-11-061-1/+1
|\
| * Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-1/+1
* | Rename Uninferable and instatiate_classCeridwen2015-11-061-1/+1
* | This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-21/+28
|/
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-1/+0
* Fix pylint errors.Claudiu Popa2015-09-261-3/+3
* Add helper function for reraising exceptionsCeridwen2015-09-211-18/+7
* Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-7/+26
* Add deprecation warnings testsCeridwen2015-08-221-1/+0