summaryrefslogtreecommitdiff
path: root/sphinx/util/texescape.py
Commit message (Expand)AuthorAgeFilesLines
* Use PEP 604 typesAdam Turner2023-01-011-3/+2
* Use PEP 595 typesAdam Turner2023-01-011-6/+6
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Improve static typing strictness (#10569)danieleades2022-07-181-3/+3
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Add unicode multiplicationOz N Tiram2021-04-271-0/+2
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-5/+5
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-1/+0
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-1/+0
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-10/+0
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* LaTeX: avoid quotes and TeX ligature replacements in PDF outputjfbu2019-12-151-6/+31
* Merge pull request #6845 from jfbu/latex_do_not_escape_verticalbarcharJean-François B2019-11-181-2/+0
|\
| * LaTeX: stop escaping | to LaTeX macro, except if in an index entryjfbu2019-11-181-2/+0
* | Merge pull request #6834 from tk0miya/6738_deprecated_tex_escape_mapTakeshi KOMIYA2019-11-191-38/+32
|\ \ | |/ |/|
| * Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA2019-11-161-29/+11
| * Deprecate sphinx.util.texescape.tex_escape_mapTakeshi KOMIYA2019-11-161-15/+27
* | LaTeX: escape fewer Unicode chars if engine is lualatex or xelatexjfbu2019-11-161-12/+18
|/
* Fix #6738: latex: literal_block does not support raw unicode charactersTakeshi KOMIYA2019-11-161-2/+26
* Do not replace unicode characters by LaTeX macros on unicode supported LaTeX ...Takeshi KOMIYA2019-10-201-3/+29
* Migrate to py3 style type annotation: sphinx.util.texescapeTakeshi KOMIYA2019-06-031-10/+4
* Merge branch '1.8'jfbu2019-01-051-0/+9
|\
| * Merge branch '1.8' into latex_checkmarkJean-François B2019-01-021-1/+1
| |\
| * | LaTeX: escape Unicode HEAVY CHECK MARK into latex macrosjfbu2018-12-271-0/+1
* | | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ \ | | |/ | |/|
| * | A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |/
* | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-2/+0
|\ \
| * | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-2/+0
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | LaTeX: support for Greek and Cyrillicjfbu2018-11-161-50/+2
* | refactor: Separate message catalogs to sphinxmessage.styTakeshi KOMIYA2018-10-071-0/+1
* | latex: escape \releasename and \indexnameTakeshi KOMIYA2018-10-071-1/+10
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix #3851 and fix #3706 about box drawing characters for PDF outputjfbu2017-06-181-3/+0
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+1
|/
* Fix Unicode super- and subscript digits in LaTeX parsed-literaljfbu2017-01-151-20/+20
* Fix typo (ref: #3181)Takeshi KOMIYA2016-12-031-1/+1
* Fix #3181: pLaTeX crashes with a section contains emdashTakeshi KOMIYA2016-11-251-0/+1
* Revert "Add ``config-inited`` event"Takeshi KOMIYA2016-11-201-10/+0