summaryrefslogtreecommitdiff
path: root/sphinx/util/smartypants.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typoEisuke Kawashima2021-07-081-1/+1
* Merge branch '3.x'Takeshi KOMIYA2020-11-121-2/+0
|\
| * Sort imports with isortFrançois Freitag2020-11-111-1/+0
* | Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA2020-03-071-0/+6
|/
* Fix misplaced flags in re.sub() callJakub Wilk2019-11-201-1/+1
* Migrate to py3 style type annotation: sphinx.util.smartypantsTakeshi KOMIYA2019-06-051-7/+6
* Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-1/+0
|\
| * py3: Remove (most) __future__ importsStephen Finucane2018-12-171-1/+0
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/
* refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-85/+85
* Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* Fix annotations for utilTakeshi KOMIYA2018-11-301-2/+2
* Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+1
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-1/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-1/+2
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-311-0/+2
|\ \ | |/
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-0/+2
* | Convert in-code HTTP URL's to HTTPS, including examplesKurt McKee2018-01-201-3/+3
|/
* Fix flake8 and style-check violationsTakeshi KOMIYA2017-10-231-1/+1
* Merge pull request #3832 from jfbu/smartyJean-François B2017-06-041-16/+113
|\
| * Backport docutils.utils.smartquotes fixes as of r8097jfbu2017-05-311-16/+113
* | Backport Docutils 0.14 skip of backticks processing by SmartQuotesjfbu2017-05-311-4/+15
|/
* Also monkey-patch the educate_tokens from DocutilsDmitry Shachnev2017-04-251-0/+131
* Backport fixes for French quotes from docutilsDmitry Shachnev2017-04-251-0/+6
* Monkey patch docutils’ educateQuotes function to fix apostrophes handlingDmitry Shachnev2017-04-251-0/+143
* Remove the custom smartypants codeDmitry Shachnev2017-04-251-312/+0
* Fix mypy violationsTakeshi KOMIYA2017-02-081-1/+13
* insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa2016-11-161-1/+1
* fix html entity to fix epub errorYoshiki Shibukawa2016-08-091-2/+2
* util: pep8 fixesGeorg Brandl2015-03-081-1/+2
* Remove traces of PEP8 torture.Georg Brandl2010-08-231-20/+12
* #258: get a bit smarter about closing double quotes.Georg Brandl2010-08-051-2/+3
* Reformat to EOL80.Georg Brandl2009-01-101-3/+6
* * Add more generated text to the automatic translation.Georg Brandl2008-08-101-2/+2
* Educate quotes in the LaTeX writer.Georg Brandl2008-05-041-0/+42
* More refactoring:Georg Brandl2008-01-271-26/+24
* Move utils to separate package, add coding document.Georg Brandl2007-07-241-0/+263