Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop support for Python 2.7 (#865) | Hugo van Kemenade | 2019-10-24 | 1 | -1/+0 |
| | | | | | | | * Python syntax upgraded using `pyupgrade --py3-plus` * Travis no longer uses `sudo`. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration See #760 for Python Version Support Timeline and related dicussion. | ||||
* | Optimize HTML_RE from quadratic time to linear (#804) | Anders Kaseorg | 2019-08-14 | 1 | -0/+31 |
Remove misleading escaped_chars_in_js test Signed-off-by: Anders Kaseorg <andersk@mit.edu> |