Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn on deprecated Python-specific index types (#11412) | Adam Turner | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -2/+1 |
| | |||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -0/+1 |
| | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | Fix test: imgconverter expects size of images fixed | Takeshi KOMIYA | 2019-02-03 | 1 | -1/+1 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-02-03 | 1 | -156/+2 |
|\ | |||||
| * | test: Replace SVG image by simple one | Takeshi KOMIYA | 2019-02-03 | 1 | -156/+2 |
| | | | | | | | | | | | | Old SVG image contains non standard tags and attributes. Therefore, epubcheck warns it as invalid. To avoid the warnings, this replaces it by very simple one. | ||||
* | | quickstart: Simplify generated conf.py (for latex) | Takeshi KOMIYA | 2019-01-07 | 1 | -4/+0 |
| | | |||||
* | | test: Omit master_doc settings from testcases | Takeshi KOMIYA | 2019-01-03 | 1 | -2/+1 |
| | | |||||
* | | Remove coding magic comments from tests | Takeshi KOMIYA | 2019-01-02 | 1 | -2/+0 |
|/ | |||||
* | Drop warning for nonlocal image URI | Takeshi KOMIYA | 2017-04-19 | 1 | -3/+0 |
| | |||||
* | Optimized tests: Add test-warnings | Takeshi KOMIYA | 2016-07-14 | 7 | -0/+231 |