summaryrefslogtreecommitdiff
path: root/tests/test_build_texinfo.py
Commit message (Expand)AuthorAgeFilesLines
* Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-1/+1
* Show the repr of the value in some warnings (#10439)Ezio Melotti2022-06-161-1/+1
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-7/+7
* 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
* refactor: texinfo: Remove CR char from outputTakeshi KOMIYA2021-12-111-1/+1
* Merge branch '4.x' into fix-footnote-in-infoTakeshi KOMIYA2021-12-111-0/+25
|\
| * Fix flake8 warningsTakeshi KOMIYA2021-12-111-2/+2
| * Merge branch '4.x' into texinfo-add-texinfo_emit_document_referencesTakeshi KOMIYA2021-12-111-0/+11
| |\
| | * texinfo: improve variable in :samp: directivesMartin Liska2021-11-081-0/+11
| * | texinfo: simplify reference emission.Martin Liska2021-11-121-0/+14
| |/
* | texinfo: fix emission of @footnote directives.Martin Liska2021-07-121-0/+8
|/
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Make tests/ a Python packageFrançois Freitag2020-11-201-1/+2
* Sort imports with isortFrançois Freitag2020-11-111-2/+1
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* test: encoding="utf-8" is no longer needed on reading textTakeshi KOMIYA2020-02-011-1/+1
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-3/+3
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-02-031-0/+19
|\
| * texinfo: remove DOTs from name if name contains other charactersTakeshi KOMIYA2019-02-031-1/+1
| * Add testcase for TexinfoTranslator.escape_id()Takeshi KOMIYA2019-02-031-0/+19
* | Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-17/+10
* | test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-2/+1
* | 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-4/+4
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | refactor: special rubric for footnotesTakeshi KOMIYA2018-12-101-0/+1
* | Add testcase for default_texinfo_documentsTakeshi KOMIYA2018-11-241-0/+13
* | quickstart: Simplify generated conf.py (for texinfo)Takeshi KOMIYA2018-11-111-2/+2
* | Merge branch '1.8'Takeshi KOMIYA2018-11-091-0/+21
|\ \ | |/
| * Fix #3080: texinfo: multiline citations are brokenTakeshi KOMIYA2018-11-081-0/+12
| * Fix #3080: texinfo: multiline rubric is brokenTakeshi KOMIYA2018-11-081-0/+9
* | test: Move autodoc_missing_imports to test-ext-autodocTakeshi KOMIYA2018-10-171-3/+3
* | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-5/+1
|/
* Make generated texinfo files reproducible by sorting the anchorsDmitry Shachnev2018-08-301-0/+4
* Fix #4720: message when an image is mismatched for builder is not clearTakeshi KOMIYA2018-03-181-2/+3
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-4/+3
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-06-251-1/+1
|\ \ | |/
| * Fix the warnings, need to handle the repr escapingAndy Neebel2017-06-141-2/+1
| * Mark tests as xfail/skip to allow successful runAndy Neebel2017-06-141-0/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-05-161-1/+1
|\ \ | |/