summaryrefslogtreecommitdiff
path: root/astroid/arguments.py
Commit message (Expand)AuthorAgeFilesLines
* Merge upstream changesCeridwen2015-11-061-6/+33
|\
| * Rename Uninferable and instatiate_classCeridwen2015-11-061-12/+12
| * This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-6/+33
* | 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
|/
* 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