summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_functools.py
Commit message (Expand)AuthorAgeFilesLines
* Use set litteral when possiblePierre Sassoulas2021-02-171-2/+2
* Fix a crash in functools.partial inference when the arguments cannot be deter...Claudiu Popa2020-12-271-5/+8
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+2
* Pass a context to Arguments.call_site() callsClaudiu Popa2020-03-021-1/+1
* Add support for positional only arguments in astroid for python 3.8Claudiu Popa2019-07-091-0/+1
* Avoid statement deletion in the _filter_stmts method of the LookupMixin class...hippo912019-01-231-25/+3
* Use a different prefix for the object model methodsClaudiu Popa2019-01-181-3/+3
* Don't call inference in the functools transformClaudiu Popa2018-10-111-11/+9
* Replace checks against None and Uninferable to boolean checksClaudiu Popa2018-10-101-1/+1
* Initial formatting of astroidClaudiu Popa2018-10-021-22/+27
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-1/+2
* Fix inference for nested callsBryce Guinta2018-07-051-4/+3
* Only fill the arguments if the context was providedClaudiu Popa2018-06-131-7/+10
* Add support for inferring functools.partialClaudiu Popa2018-06-131-2/+100
* Add context_lookup to infer_call_result for function argumentsBryce Guinta2018-03-301-1/+1
* Try to patch special_attributes instead of returning a new nodeClaudiu Popa2016-07-281-12/+8
* Add missing parameter to underlying bound method.Claudiu Popa2016-07-231-1/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+2
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Add brain tips for the functools.lru_cache decorator.Claudiu Popa2016-06-291-0/+77