Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2019-01-26 | 1 | -2/+4 |
| | |||||
* | Drop support for EOL Python 3.3 | Hugo | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Test quoting of shebang lines. | Felix Krull | 2016-06-26 | 1 | -0/+88 |
See issues #188 and #398; on Windows, the launcher executables support shebangs that use quotes to escape spaces, so these should be used when necessary. On the other hand, Unix systems don't support shebangs with quotes so they should never have quotes. |