summaryrefslogtreecommitdiff
path: root/tests/test_build_text.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-1/+1
* test: encoding="utf-8" is no longer needed on reading textTakeshi KOMIYA2020-02-011-6/+6
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-17/+17
* 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-10/+12
* encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-11/+11
* 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-6/+6
* | Moar testsJulien Palard2018-10-231-1/+36
* | Working on text colspan and rowspan.Julien Palard2018-10-221-0/+57
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-6/+6
|/
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+2
* test: Fix broken testcasesTakeshi KOMIYA2018-01-151-27/+26
* Merge branch 'master' into feature-text-secnumbersTakeshi KOMIYA2018-01-151-1/+1
|\
| * Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| | * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
* | | Fix Python 2 problems in test_build_textMatthew Woodcraft2017-11-071-36/+24
* | | #3998: Toctree section numbering in plain text outputMatthew Woodcraft2017-11-071-6/+45
* | | #3998: Add optional section numbering in plain text outputMatthew Woodcraft2017-11-051-0/+54
|/ /
* | Remove deprecated testing utilitiesTakeshi KOMIYA2017-04-271-3/+2
|/
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix #1797: text builder inserts blank line on topTakeshi KOMIYA2016-08-191-1/+1
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Fix #1793: Add new line before first item of listTakayuki Hirai2015-03-301-0/+12
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Complete test suite overhaul.Georg Brandl2014-09-211-93/+27
|/
* `make text` generate wrong table when it has empty table cells. Closes #1544Takayuki Shimizukawa2014-08-261-0/+26
* Update copyright year.Georg Brandl2014-03-011-1/+1
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...Takayuki Shimizukawa2013-10-031-3/+3
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-3/+1
* Add regression test for #1109. Issue was corrected at previous commit 62b0a5f...Takayuki Shimizukawa2013-03-091-0/+28
* Fix: text builder breach max-witdh specificatoin if paragraph have prefixed t...Takayuki Shimizukawa2013-03-091-0/+29
* Fix text builder did not respect wide/fullwidth characters for textwrap.Takayuki Shimizukawa2013-02-071-0/+21
* Fix text builder did not respect wide/fullwidth charactors for table layout.Takayuki Shimizukawa2013-02-061-0/+21
* Fix text builder did not respect wide/fullwidth charactors for title line.Takayuki Shimizukawa2013-02-051-0/+44