summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_functools.py
Commit message (Expand)AuthorAgeFilesLines
* Update typing for Python 3.7 (2) (#1556)Marc Mueller2022-05-131-1/+1
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-2/+5
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-5/+3
* Pass ``doc_node`` to postinit of all ``PartialFunction`` constructors (#1437)Daniƫl van Noord2022-03-071-3/+7
* Bump astroid to 2.7.0, update changelogv2.7.0Pierre Sassoulas2021-08-151-1/+1
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-2/+2
* Bump astroid to 2.6.6, update changelogv2.6.6Pierre Sassoulas2021-08-031-0/+1
* Fix incorrect scope for functools partials (#1097)Alphadelta142021-08-011-1/+1
* Catch the StopIteration that result from PEP-479 or add default value in ``ne...Pierre Sassoulas2021-06-301-1/+1
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-3/+5
* Create a file for the global manager defined in astroid.__init__.pyPierre Sassoulas2021-06-191-1/+2
* Import directly from modules in astroid.brain.*Pierre Sassoulas2021-06-191-15/+14
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-11/+8
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-7/+1
* Fix inconsistent return statementsPierre Sassoulas2021-04-191-2/+3
* Fix useless return at end of function or methodPierre Sassoulas2021-04-191-2/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-0/+1
* Use set litteral when possiblePierre Sassoulas2021-02-211-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