summaryrefslogtreecommitdiff
path: root/astroid/context.py
Commit message (Expand)AuthorAgeFilesLines
* 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-171-17/+3
* Revert "Try to solve the packaging issues again"Claudiu Popa2016-02-111-0/+89
* Try to solve the packaging issues againCeridwen2016-02-081-89/+0
* 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-67/+7
|\
| * Improve the understanding of argumentsClaudiu Popa2015-09-091-67/+7
* | Final draft of improved state printingCeridwen2015-09-131-0/+11
|/
* 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