summaryrefslogtreecommitdiff
path: root/astroid/arguments.py
Commit message (Expand)AuthorAgeFilesLines
* New copyright noticeshippo912020-12-271-0/+1
* Fix incorrect error message formattingClaudiu Popa2020-12-261-1/+1
* When inferring argument takes into account possible posonyargs before raising...hippo912020-11-221-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+1
* Pass a context argument to ``astroid.Arguments`` to prevent recursion errorsClaudiu Popa2020-03-021-13/+28
* Add support for inferring exception instances in all contextsClaudiu Popa2019-11-171-1/+1
* Initial formatting of astroidClaudiu Popa2018-10-021-38/+62
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+5
* Fix inference for nested callsBryce Guinta2018-07-051-3/+7
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-1/+1
* Fix lintingClaudiu Popa2018-06-141-1/+1
* Remove useless TODOs that are either issues in the issue tracker or things wh...Claudiu Popa2018-06-121-1/+1
* Replace some for statements with yield fromClaudiu Popa2018-05-311-1/+0
* Remove six from a couple of filesClaudiu Popa2018-05-311-3/+1
* pyupgrade (#549)Anthony Sottile2018-05-221-1/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+3
* 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
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-1/+2
* Merge upstream changesCeridwen2015-11-061-1/+11
|\
| * Merge upstreamCeridwen2015-11-061-0/+10
| |\
| | * Fix pylint warnings.Claudiu Popa2015-11-041-2/+2
| | * Fix some inconsistencies with accessing the first argument of methodsClaudiu Popa2015-10-311-0/+10
| * | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-12/+12
| |/
* | Rename Uninferable and instatiate_classCeridwen2015-11-061-12/+12
* | This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-6/+33
|/
* Make duplicated_kwargs a public API.Claudiu Popa2015-10-081-4/+3
* Change arguments.ArgumentsInference to arguments.CallSiteClaudiu Popa2015-10-071-26/+64
* Change the signature of the ArgumentInference class to accept directly the ar...Claudiu Popa2015-10-071-7/+7
* Improve the understanding of argumentsClaudiu Popa2015-09-091-0/+193