summaryrefslogtreecommitdiff
path: root/tests/test_build_gettext.py
Commit message (Expand)AuthorAgeFilesLines
* Warn on deprecated Python-specific index types (#11412)Adam Turner2023-05-091-7/+0
* Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd``Adam Turner2023-03-051-2/+6
* Cache doctrees more efficientlyAdam Turner2023-01-041-1/+2
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-3/+3
* Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-2/+2
* Fix #10104: gettext: Duplicated locations are output to pot fileTakeshi KOMIYA2022-05-231-0/+20
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-6/+6
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-1/+1
* i18n: Add support for having single text domainMichal Čihař2020-08-071-0/+18
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-5/+5
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix flake8 violationsTakeshi KOMIYA2019-07-011-1/+2
* Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-21/+16
* encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-5/+5
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
|/
* Fix flake8 violations on testsTakeshi KOMIYA2018-07-281-2/+2
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+1
* Fix the dirname for testing filescocoatomo2018-02-191-1/+1
* Add a testcase for deterministic msgid ordercocoatomo2018-02-191-0/+15
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Year++Takeshi KOMIYA2017-03-261-1/+1
* pytest optimizatoin:shimizukawa2017-01-081-24/+22
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-6/+10
* pytest migrationshimizukawa2017-01-041-6/+6
* Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-1/+1
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* The ``gettext_enables`` config value has been renamed to `gettext_additional_...shimizukawa2015-02-221-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | fix trailing space and long lineTakayuki Shimizukawa2014-10-091-2/+3
* | add :confval:`gettext_enables` to enable extracting 'index' to gettext catalo...Takayuki Shimizukawa2014-09-281-0/+32
* | move new assertion helpers to util.pyGeorg Brandl2014-09-211-2/+2
* | fix incompatibility in doctree between gettext and the restGeorg Brandl2014-09-211-1/+1
* | Refactor/speed up test_build_gettext using generatorsGeorg Brandl2014-09-211-22/+11
* | Complete test suite overhaul.Georg Brandl2014-09-211-28/+20
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-5/+6
|/
* Copyright header update.Georg Brandl2013-04-011-1/+1