summaryrefslogtreecommitdiff
path: root/oauthlib/signals.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't cover the fallback branch.Omer Katz2018-05-201-1/+1
|
* Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-051-0/+41
See https://github.com/idan/oauthlib/pull/265 for rationale. In brief: raising any exception blows the stack, which is inappropriate for a non-error state.