summaryrefslogtreecommitdiff
path: root/oauthlib/uri_validate.py
Commit message (Collapse)AuthorAgeFilesLines
* Sorted imports.Omer Katz2017-09-171-0/+1
|
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-13/+19
|
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+2
| | | | | | Docstrings are considered as such by python only if they are the first statement in the file/block. Even if they are preceded by a `from __future__` import they are interpreted as just a string.
* URI validatorIb Lundgren2012-11-171-0/+209