Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright bumped to 2020 | Daniele Varrazzo | 2020-01-17 | 1 | -0/+1 |
| | |||||
* | Move imports to the top of the module across tests | Jon Dufresne | 2019-03-16 | 1 | -7/+3 |
| | | | | | | | | | | Allows removing many duplicate imports and better follows PEP8 guidelines: https://www.python.org/dev/peps/pep-0008/#imports > Imports are always put at the top of the file, just after any module > comments and docstrings, and before module globals and constants. | ||||
* | Copyright year updated | Daniele Varrazzo | 2019-02-17 | 1 | -1/+1 |
| | | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I" | ||||
* | Fixed use of StandardError in test | Daniele Varrazzo | 2019-02-11 | 1 | -1/+1 |
| | | | | In Py3 it's gone. | ||||
* | SQLSTATE error classes implemented in C | Daniele Varrazzo | 2019-02-10 | 1 | -3/+22 |
| | | | | The module is only used to export them to Python. | ||||
* | Full flake8 3.5 cleanup | Daniele Varrazzo | 2018-10-23 | 1 | -0/+1 |
| | |||||
* | Added errors.lookup() function | Daniele Varrazzo | 2018-10-15 | 1 | -0/+8 |
| | |||||
* | Read exceptions to raise from a Python module | Daniele Varrazzo | 2018-08-17 | 1 | -0/+62 |