summaryrefslogtreecommitdiff
path: root/tests/test_intl.py
Commit message (Expand)AuthorAgeFilesLines
* Warn on deprecated Python-specific index types (#11412)Adam Turner2023-05-091-7/+0
* Fix typos found by codespellDimitri Papadopoulos2023-03-271-1/+1
* Fix pytest style issuesAdam Turner2023-02-181-1/+1
* Fix COM812Adam Turner2023-02-181-9/+9
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-2/+9
* Run pyupgrade (#11070)Adam Turner2023-01-021-2/+2
* Fix tests for Pygments 2.14Adam Turner2023-01-011-2/+9
* Add test coverage for 'today_fmt' reference substitution (#10980)James Addison2022-12-291-0/+10
* Increase minimum Docutils to 0.17Adam Turner2022-09-271-13/+4
* Remove Pygments compatability code (#10812)Adam Turner2022-09-091-17/+6
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-35/+35
* Use docutils.__version_info__ directlyAdam Turner2022-04-221-1/+1
* Specify encodingAdam Turner2022-04-221-1/+1
* Merge pull request #10107 from Jean-Abou-Samra/intl-warningsTakeshi KOMIYA2022-03-271-0/+29
|\
| * Close #3985: Implement #noqa for i18nJean Abou Samra2022-02-151-0/+29
* | Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* | Conform to PEP 257 summary line conventionsAdam Turner2022-02-201-2/+3
* | Fix module docstring indentationAdam Turner2022-02-201-3/+3
* | Fix module docstring first lineAdam Turner2022-02-201-2/+1
* | Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|/
* address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
* In translated docs, sort glossaries by translated termsJean Abou Samra2022-01-121-7/+23
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Close #9618: i18n: Add gettext_allow_fuzzy_translationsTakeshi KOMIYA2021-11-101-0/+38
* Fix test: Tests has been broken with pygments-2.10+Takeshi KOMIYA2021-08-191-4/+17
* Include "role" attribute in expected HTML fragmentJoe Nelson2021-06-211-1/+1
* doc: Upgrade docutils.sourceforge.io links to HTTPSigo958622021-05-161-1/+1
* Merge pull request #9053 from tk0miya/title_node_for_toctree_captionTakeshi KOMIYA2021-04-091-5/+2
|\
| * Fix #8870: Use title node for the caption of toctreeTakeshi KOMIYA2021-04-091-5/+2
* | Merge branch '3.x'Takeshi KOMIYA2021-04-041-6/+18
|\ \ | |/
| * test: Update testcase for docutils-0.17 (toctree caption)Takeshi KOMIYA2021-04-031-2/+5
| * test: Update testcase for docutils-0.17 (<section>)Takeshi KOMIYA2021-04-031-4/+13
* | 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-11-211-23/+12
|\ \ | |/
| * test: Merge testcases having the same nameTakeshi KOMIYA2020-11-161-23/+12
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-6/+3
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-6/+3
* | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-041-0/+29
|\ \ | |/
| * Fix #6640: i18n: Failed to override system message translationTakeshi KOMIYA2020-10-041-0/+29
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-3/+3
|\ \ | |/
| * Fix #4888: i18n: Failed to add an explicit title to ``:ref:`` roleTakeshi KOMIYA2020-07-191-3/+3
* | Close #7784: i18n: The alt text for image is translated by defaultTakeshi KOMIYA2020-07-191-6/+6
|/
* Fix #7301: capital characters are not allowed for node_idTakeshi KOMIYA2020-03-291-3/+3
* Fix #7301: Allow . and _ for node_idTakeshi KOMIYA2020-03-221-1/+1
* py domain: Generate node_id for objects in the right wayTakeshi KOMIYA2020-03-071-1/+1
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-31/+31
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6867: text: extra spaces are inserted to hyphenated words on folding linesTakeshi KOMIYA2019-11-301-2/+5
* Close #4683: i18n: make explicit titles in toctree translatableTakeshi KOMIYA2019-11-011-0/+24