Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -2/+1 |
| | |||||
* | Regarding E305, honor the style guide rather than suppressing errors. | Jason R. Coombs | 2017-10-29 | 1 | -1/+2 |
| | |||||
* | Use six for http imports | Jason R. Coombs | 2017-07-09 | 1 | -1/+2 |
| | |||||
* | PEP8fy codebase: eliminated E303 flake8 error | Sviatoslav Sydorenko | 2017-03-11 | 1 | -1/+0 |
| | |||||
* | PEP8fy codebase: eliminated E305 flake8 error | Sviatoslav Sydorenko | 2017-03-11 | 1 | -1/+3 |
| | |||||
* | Use pytest to mark a test as invalid on Windows | Jason R. Coombs | 2017-01-06 | 1 | -19/+3 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -12/+12 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Make sure we can run the unix socket test concurrently. | Joel Rivera | 2016-03-14 | 1 | -5/+6 |
| | |||||
* | Create the unix socket in a temporary dir, as the directory for the tests ↵ | Jason R. Coombs | 2016-02-07 | 1 | -1/+2 |
| | | | | may not be suitable for creating a unix socket. Fixes #1407. | ||||
* | Add a basic test case for the unix socket support in cherrypy. | Joel Rivera | 2015-10-24 | 1 | -0/+104 |