| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Factor out HTML 4 translator (#11051) | Adam Turner | 2022-12-30 | 2 | -8/+8 |
| | | | | Move the HTML 4 translator into a private module. | ||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | 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. | ||||
| * | test: Omit master_doc settings from testcases | Takeshi KOMIYA | 2019-01-03 | 2 | -2/+0 |
| | | |||||
| * | Remove coding magic comments from tests | Takeshi KOMIYA | 2019-01-02 | 3 | -5/+0 |
| | | |||||
| * | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 1 | -6/+0 |
| | | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 2 | -2/+4 |
| | | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fixup windows newlines. | Georg Brandl | 2014-09-21 | 4 | -97/+97 |
| | | |||||
| * | fix test caused by previious commit: 989c16e04371c | Takayuki Shimizukawa | 2014-08-05 | 1 | -6/+4 |
| | | |||||
| * | Add app.set_translator() API to register or override a Docutils translator ↵ | Takayuki Shimizukawa | 2014-08-05 | 4 | -0/+100 |
| class like :confval:`html_translator_class`. | |||||
