summaryrefslogtreecommitdiff
path: root/oauthlib/signals.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
| | | | | | | | | * Update setup.py * remove un needed python 2 codes * remove un needed python 2 codes * remove un needed python 2 codes
* Upgrade Python syntax with pyupgradeHugo2019-08-151-2/+2
|
* 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.