summaryrefslogtreecommitdiff
path: root/astroid/interpreter/scope.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-119/+104
* 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