summaryrefslogtreecommitdiff
path: root/astroid/context.py
Commit message (Expand)AuthorAgeFilesLines
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-1/+1
* Remove InferenceContext's __repr__ implementation, since it makes it unusable...Claudiu Popa2015-09-281-6/+0
* Make pylint happyy.Claudiu Popa2015-09-251-1/+1
* Change a couple of readability issues, proper variable names and so on.Claudiu Popa2015-09-181-6/+8
* Final draft of state printing after mergeCeridwen2015-09-131-0/+11
|\
| * Final draft of improved state printingCeridwen2015-09-131-0/+11
* | Improve the understanding of argumentsClaudiu Popa2015-09-091-67/+7
|/
* Don't raise StopIteration in InferenceContext.push, instead exit from the gen...Claudiu Popa2015-08-281-2/+3
* Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-141-8/+8
* Move InferenceContext and CallContext into astroid.contextClaudiu Popa2015-08-121-0/+141