Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `__future__` imports that are no longer necessary (#30661) | Martin Robinson | 2023-11-02 | 1 | -2/+0 |
| | | | These are no longer necessary as we always use Python 3. | ||||
* | Replace usage of six.moves.urllib with urllib | Martin Robinson | 2023-04-10 | 1 | -3/+3 |
| | | | | | | Also organize some of the imports. Now that Servo only uses Python 3, this module is unnecessary. This is part of the gradual migration to using only Python 3. | ||||
* | Fix remaining flake8 warnings | Kagami Sascha Rosylight | 2020-06-21 | 1 | -1/+2 |
| | |||||
* | Run py-modernize against tests/jquery/run_jquery.py | Daniel Alley | 2020-03-25 | 1 | -12/+16 |
| | | | | Attempt to make it py3 compatible | ||||
* | Update MPL license to https (part 5) | Jan Andre Ikenmeyer | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | Update jQuery tests usage message | Emilio Cobos Álvarez | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Add flake8 to the tidy process for Python files | Corey Farwell | 2015-06-04 | 1 | -18/+24 |
| | | | | | | | Fixes #6236 Also included in this commit are the changes need to make flake8 pass for the existing python file | ||||
* | Add jQuery test runner and mach integration. | Glenn Watson | 2015-06-01 | 1 | -0/+262 |