summaryrefslogtreecommitdiff
path: root/sphinx/builders/gettext.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-131-7/+6
* 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-12-201-1/+1
|\ \ | |/
| * Fix #8549: i18n: ``-D gettext_compact=0`` is no longer workingTakeshi KOMIYA2020-12-201-1/+1
* | Do isortTakeshi KOMIYA2020-11-121-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-7/+6
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-8/+7
* | Merge branch '3.x'Takeshi KOMIYA2020-08-141-1/+1
|\ \ | |/
| * i18n: Add support for having single text domainMichal Čihař2020-08-071-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-1/+1
|\ \ | |/
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-1/+1
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-21/+0
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-5/+1
|/
* Fix #7019: gettext: Absolute path used in message catalogsTakeshi KOMIYA2020-01-131-3/+11
* refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-2/+2
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-2/+2
* Close #6781: gettext Add confvals to customize headers of POT fileTakeshi KOMIYA2019-12-151-0/+4
* gettext: Use template file to generate message catalogTakeshi KOMIYA2019-11-081-30/+42
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+4
* Migrate to py3 style type annotation: sphinx.builders.gettextTakeshi KOMIYA2019-06-101-49/+26
* Merge branch '2.0'Takeshi KOMIYA2019-03-211-0/+6
|\
| * Fix #6178: i18n: Captions missing in translations for hidden TOCsTakeshi KOMIYA2019-03-171-0/+6
* | Rename find_catalog() to docname_to_domain()Takeshi KOMIYA2019-02-271-2/+2
|/
* Give "nonl=True" value to logging.info() instead of intTakeshi KOMIYA2019-01-191-1/+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
|/ /
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-5/+5
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-15/+14
* | refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-2/+1
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-1/+1
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-10/+9
* | Simplify open() call by removing default modeJon Dufresne2018-12-111-2/+2
* | Fix annotation of Catalog.add(); it takes an Element objectTakeshi KOMIYA2018-12-041-2/+2
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-3/+2
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-4/+4
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-1/+2
* | Always prefer dict literals over calls to dict()Jon Dufresne2018-11-131-6/+6
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-5/+9
|\ \ | |/
| * Fix #5493: gettext: crashed with broken templateTakeshi KOMIYA2018-10-101-5/+9
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-2/+2
|\ \
| * | Remove use of six.iteritems()Jon Dufresne2018-09-111-2/+2
| |/
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-2/+2
|/
* Merge branch '1.7'Takeshi KOMIYA2018-04-091-3/+2
|\
| * Fix #4783: Sphinx crashed when drives of srcdir and outdir are differentTakeshi KOMIYA2018-04-021-3/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/