Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Node.traverse() will returns generator since 0.18 | Takeshi KOMIYA | 2021-10-10 | 1 | -1/+1 |
* | Improve sphinx.writers.text docstrings | Louis Maddox | 2021-07-18 | 1 | -18/+17 |
* | Decl styling, update writers | Jakob Lykke Andersen | 2021-04-12 | 1 | -6/+24 |
* | refactor: Use PEP-526 based variable annotation (sphinx.writers) | Takeshi KOMIYA | 2021-03-13 | 1 | -18/+17 |
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -4/+3 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-02 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Don't remove substitution_reference nodes (fix #7953) | Brecht Machiels | 2020-09-08 | 1 | -0/+3 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix typo | Tetsuo Koyama | 2020-07-19 | 1 | -1/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use chain.from_iterable in text.py | Ram Rachum | 2020-06-17 | 1 | -1/+1 |
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+2 |
|/ | |||||
* | refactor: Update type annotations in sphinx.writers.* | Takeshi KOMIYA | 2020-02-23 | 1 | -21/+21 |
* | Merge branch '2.x' into 3.x | Takeshi KOMIYA | 2020-02-18 | 1 | -1/+0 |
|\ | |||||
| * | Fix #7170: text: Remove debug print | Takeshi KOMIYA | 2020-02-18 | 1 | -1/+0 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -3/+3 |
* | | Fix flake8 violation | Takeshi KOMIYA | 2019-12-01 | 1 | -1/+1 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-01 | 1 | -13/+20 |
|\ \ | |/ | |||||
| * | Fix #6867: text: extra spaces are inserted to hyphenated words on folding lines | Takeshi KOMIYA | 2019-11-30 | 1 | -13/+20 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-30 | 1 | -403/+205 |
|\ \ | |/ | |||||
| * | Migrate to py3 style type annotation: sphinx.writers.text | Takeshi KOMIYA | 2019-11-26 | 1 | -407/+207 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix mypy violations (for mypy-0.720) | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+1 |
| * | Fix mypy violations (for mypy-0.710) | Takeshi KOMIYA | 2019-06-21 | 1 | -1/+1 |
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -12/+0 |
|/ | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
* | | Reorder the arguments for translators | Takeshi KOMIYA | 2018-12-17 | 1 | -1/+1 |
* | | Merge pull request #5819 from jdufresne/coding-comment | Takeshi KOMIYA | 2018-12-17 | 1 | -1/+0 |
|\ \ | |||||
| * | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
* | | | Remove redundant coerce to str in string formatting | Jon Dufresne | 2018-12-16 | 1 | -1/+1 |
|/ / | |||||
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -2/+2 |
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -21/+20 |
* | | Remove a hack for py2 from TextWrapper | Takeshi KOMIYA | 2018-12-15 | 1 | -3/+2 |
* | | Move to py3 mode for mypy (and remove many "type: ignore" comments) | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+2 |
* | | Use nodes.Element for visitor/departure methods | Takeshi KOMIYA | 2018-12-15 | 1 | -181/+181 |
* | | Fix annotations for footnotes | Takeshi KOMIYA | 2018-12-10 | 1 | -1/+2 |
* | | refactor TextTranslator; Replace _make_depart_admonition() | Takeshi KOMIYA | 2018-12-04 | 1 | -16/+26 |
* | | Add SphinxTranslator as an abstract class | Takeshi KOMIYA | 2018-12-03 | 1 | -7/+8 |
* | | Fix annotations (minor fixes) | Takeshi KOMIYA | 2018-12-03 | 1 | -5/+8 |
* | | refactor: Use super() to call methods of superclass | Takeshi KOMIYA | 2018-11-28 | 1 | -1/+1 |
* | | Fix annotations for writers | Takeshi KOMIYA | 2018-11-28 | 1 | -4/+4 |
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
* | | Update type hints to text writer | Takeshi KOMIYA | 2018-11-21 | 1 | -183/+183 |
* | | Fix two nits with the TextBuilder class | Stephen Finucane | 2018-11-16 | 1 | -4/+0 |