Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Python 2 codes (#734) | Asif Saif Uddin | 2020-05-12 | 1 | -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 pyupgrade | Hugo | 2019-08-15 | 1 | -2/+2 |
| | |||||
* | Don't cover the fallback branch. | Omer Katz | 2018-05-20 | 1 | -1/+1 |
| | |||||
* | Dispatch a blinker signal on scope change, instead of raising a warning | David Baumgold | 2014-10-05 | 1 | -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. |