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
2020-01-01A happy new year!Takeshi KOMIYA
2019-10-20Fix mypy violations (for mypy-0.740)Takeshi KOMIYA
2019-06-03Migrate to py3 style type annotation: sphinx.util.pycompatTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-02-11Deprecate sphinx.util.pycompat:sys_encodingTakeshi KOMIYA
2019-02-11refactor: Move NoneType to sphinx.util.typingTakeshi KOMIYA
2019-02-11refactor: Move terminal_safe() to sphinx.util.consoleTakeshi KOMIYA
2019-01-07refactor: deprecate some pycompat functionsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Deprecate UnicodeMixinTakeshi KOMIYA
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-23Deprecate evaluating Python 2 syntax in configuration filesJon Dufresne
2018-11-21Replace six.exec_() with Python 3 built-in exec()Jon Dufresne
2018-11-13Deprecate sphinx.util.pycompat.uJon Dufresne
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-22refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-10-07Fix mypy violationsTakeshi KOMIYA
2017-05-07Update type annotations for new mypyTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-22Drop unused code (again)Takeshi KOMIYA
2017-03-22Revert "Drop unused codes"Takeshi KOMIYA
2017-03-22Drop unused codesTakeshi KOMIYA
2017-02-08Fix mypy violationsTakeshi KOMIYA
2017-01-07Remove deprecated pycompat-modulesTakeshi KOMIYA
2017-01-02Refactor sphinx.util.pycompat (reorder definitions)Takeshi KOMIYA
2016-12-05fix flake8shimizukawa
2016-12-05Merge branch '1.5-release' into mastershimizukawa
2016-12-04Inprovement of warnings mechanism. Now support disabling emit warnings and ad...shimizukawa
2016-12-04Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ...shimizukawa
2016-11-16Add type-check annotations to sphinx.utilTakeshi KOMIYA
2016-11-16Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA
2016-11-16insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa
2016-09-10Use new style python classesTakeshi KOMIYA
2016-07-26Merge branch 'stable'Takeshi KOMIYA
2016-07-26Fix flake8 violationTakeshi KOMIYA
2016-05-25Refactor code using ``with`` syntaxTakeshi KOMIYA
2016-01-15Merge branch 'stable'Georg Brandl
2016-01-15Obligatory copyright update.Georg Brandl
2015-09-11Fixes #1984: Hint None being valid for primary_domain.Robert Lehmann