summaryrefslogtreecommitdiff
path: root/tests/test_build.py
Commit message (Expand)AuthorAgeFilesLines
* Prefer ``@pytest.fixture()``Adam Turner2023-02-181-1/+1
* Clean up after dropping Python 3.6Adam Turner2022-09-271-11/+9
* Drop python 3.6 support (#10468)Takeshi KOMIYA2022-06-161-23/+17
* `.write_text(...)` -> `.write_text(..., encoding='utf8')`Adam Turner2022-04-271-3/+3
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-1/+1
* 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
* Merge branch '3.x'Takeshi KOMIYA2021-03-201-6/+4
|\
| * Fix #8959: using UNIX path separator confuses Sphinx on WindowsTakeshi KOMIYA2021-03-201-6/+4
* | Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-6/+6
|/
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* test: Add comment for UnicodeEncodeError handler (refs: #8512)Takeshi KOMIYA2020-12-201-0/+2
* Fix nonascii_srcdir to work when non-ascii directories aren't supportedJeremy Maitin-Shepard2020-11-301-0/+2
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-091-2/+2
|\
| * Fix UnboundLocalError when building changesMartin Packman2019-03-081-2/+2
* | Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-091-1/+1
* | Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA2019-02-171-5/+1
* | test: Use get_doctree() to load doctree filesTakeshi KOMIYA2019-02-171-3/+2
* | Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-151-1/+1
* | Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-061-1/+1
* | Separate qthelp to sphinxcontrib packageTakeshi KOMIYA2019-01-191-1/+1
* | test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-2/+2
* | 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-2/+2
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-5/+0
|\ \
| * | Drop branches for sys.version_info < (3, 4)Takeshi KOMIYA2018-09-221-5/+0
| |/
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-5/+5
|/
* Merge pull request #4651 from tk0miya/fix_flake8_violationsTakeshi KOMIYA2018-02-191-4/+5
|\
| * Fix flake8 violationsTakeshi KOMIYA2018-02-191-4/+5
* | test: Run epubcheck as a testingTakeshi KOMIYA2018-02-191-2/+2
|/
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-2/+2
* | Merge branch 'stable'Takeshi KOMIYA2017-12-161-3/+4
|\ \ | |/
| * test: Skip some builders on test_build_allTakeshi KOMIYA2017-12-151-4/+4
* | Merge branch 'stable'Takeshi KOMIYA2017-06-251-0/+7
|\ \ | |/
| * Move assignment of srcdir to the right placeAndy Neebel2017-06-171-4/+4
| * Bad imports failed on travis and circleAndy Neebel2017-06-141-2/+2
| * XFAIL some tests, 2.7 and Win32 can't use unicode pathAndy Neebel2017-06-141-1/+8
* | Merge branch 'stable'Takeshi KOMIYA2017-05-161-4/+4
|\ \ | |/
| * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-4/+4
* | Remove deprecated feature: epub2 builderTakeshi KOMIYA2017-04-271-1/+1
|/