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
2021-07-08Fix typoEisuke Kawashima
2021-07-06doc: Fix typo in sphinx.locale.get_translation docstringigo95862
2021-04-07refactor: Use PEP-526 based variable annotationTakeshi KOMIYA
2021-02-09Update type annotationsTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-10-04Fix #6640: i18n: Failed to override system message translationTakeshi KOMIYA
2020-05-09Fix double space inconsistences in code, CHANGES and translations.Álvaro Mondéjar
2020-04-19refactor: Add Optional to type annotationsTakeshi KOMIYA
2020-02-23refactor: Update type annotations in sphinx.*Takeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-25Fix flake8 violationsTakeshi KOMIYA
2019-12-25Merge branch '2.0'Takeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.localeTakeshi KOMIYA
2019-10-06Merge branch '2.0'Takeshi KOMIYA
2019-10-06Fix mypy violations (for mypy-0.730)Takeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-03-09Merge pull request #6125 from tk0miya/doc-enhance_extension_dev_i18nTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-03-02docs: Update docs for i18nTakeshi KOMIYA
2019-03-02Merge branch 'master' into doc-enhance_extension_dev_i18nTakeshi KOMIYA
2019-01-28doc: Enhance documentation about internalization of external extension.Vincent Férotin
2019-01-24doc: Update docstring of get_translation()Takeshi KOMIYA
2018-12-28Merge branch '1.8'jfbu
2018-12-27Fix various spelling typosjfbu
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-18Merge branch '1.8'Takeshi KOMIYA
2018-12-17Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA
2018-12-17Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA
2018-12-17Remove Python 2 monkey patch for Unicode ugettextJon 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-15refactor: Replace six.UserString by collections.UserStringTakeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-12Fix annotationsTakeshi KOMIYA
2018-12-09Remove _TranslationProxy methods that duplicate UserStringJon Dufresne
2018-12-08Fix a mypy violationTakeshi KOMIYA
2018-12-08Fix a mypy violationTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-10-31Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-24Remove unnecessary __ne__ definitionsJon Dufresne
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-10Correct some unicode/str types to bytesJon Dufresne
2018-07-15Merge branch '1.7'Takeshi KOMIYA
2018-07-15Fix mypy violationsTakeshi KOMIYA
2018-03-25Handle missing LC_MESSAGES attribute on WindowsThomas Hiscock