summaryrefslogtreecommitdiff
path: root/astroid/interpreter/scope.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up some comments and docstringsCeridwen2016-03-291-2/+0
* Changed the way how parameters are being builtClaudiu Popa2016-02-131-9/+12
* Look in keyword-only annotations when determining the scope of annotations.Claudiu Popa2016-01-251-0/+1
* Add a workaround for singledispatch raising AttributeError on old-style classesCeridwen2015-11-161-0/+2
* .scope() returns the proper scope for Arguments's default values, function an...Claudiu Popa2015-11-101-4/+69
* Move the implementation of scopes into interpreter.scopes, which makes it mor...Claudiu Popa2015-11-011-0/+48