summaryrefslogtreecommitdiff
path: root/astroid/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Rename Uninferable and instatiate_classCeridwen2015-11-061-1/+1
* Use raise directly rather than reraise() in decorators: reraise in this case ...Ceridwen2015-11-061-4/+5
* Add structured exceptions to decorators and remaining functions.Ceridwen2015-11-061-19/+44
* Improve InferenceError for remove_nodesCeridwen2015-11-031-0/+1
* This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-4/+12
* Move decorators from bases to decorators module.Claudiu Popa2015-10-111-0/+48
* Add helper function for reraising exceptionsCeridwen2015-09-211-6/+4
* Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-2/+6
* functools.wraps needs to be called with the decorated function and the implem...Claudiu Popa2015-08-261-4/+3
* Improve decorator introspection using wrapt and functools.wrapsCeridwen2015-08-261-15/+12
* Some style cleanup.Claudiu Popa2015-07-251-3/+4
* Simplify decorators.cache.Florian Bruhin2015-07-251-6/+7
* Remove __docformat__.Florian Bruhin2015-07-251-1/+0
* Get rid of astroid.common.decorators.Florian Bruhin2015-07-251-0/+78