Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-20Fix misplaced flags in re.sub() callJakub Wilk
2019-06-04Migrate to py3 style type annotation: sphinx.util.smartypantsTakeshi KOMIYA
2018-12-17Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA
2018-12-17py3: Remove (most) __future__ importsStephen Finucane
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-29Fix annotations for utilTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-31Merge branch '1.7-release'Takeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-21Convert in-code HTTP URL's to HTTPS, including examplesKurt McKee
2017-10-23Fix flake8 and style-check violationsTakeshi KOMIYA
2017-06-04Merge pull request #3832 from jfbu/smartyJean-François B
2017-05-31Backport Docutils 0.14 skip of backticks processing by SmartQuotesjfbu
2017-05-31Backport docutils.utils.smartquotes fixes as of r8097jfbu
2017-04-25Also monkey-patch the educate_tokens from DocutilsDmitry Shachnev
2017-04-25Backport fixes for French quotes from docutilsDmitry Shachnev
2017-04-25Monkey patch docutils’ educateQuotes function to fix apostrophes handlingDmitry Shachnev
2017-04-25Remove the custom smartypants codeDmitry Shachnev
2017-02-08Fix mypy violationsTakeshi KOMIYA
2016-11-16insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa
2016-08-09fix html entity to fix epub errorYoshiki Shibukawa
2015-03-08util: pep8 fixesGeorg Brandl
2010-08-23Remove traces of PEP8 torture.Georg Brandl
2010-08-06#258: get a bit smarter about closing double quotes.Georg Brandl
2009-01-10Reformat to EOL80.Georg Brandl
2008-08-10* Add more generated text to the automatic translation.Georg Brandl
2008-05-04Educate quotes in the LaTeX writer.Georg Brandl
2008-01-27More refactoring:Georg Brandl
2007-07-24Move utils to separate package, add coding document.Georg Brandl