Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sorted imports. | Omer Katz | 2017-09-17 | 1 | -0/+1 |
| | |||||
* | Auto pep8 changes throughout the code base. | Ib Lundgren | 2014-09-24 | 1 | -13/+19 |
| | |||||
* | Move docstrings above `from __future__` imports. | Kirill Spitsin | 2014-04-15 | 1 | -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 validator | Ib Lundgren | 2012-11-17 | 1 | -0/+209 |