summaryrefslogtreecommitdiff
path: root/sphinx/testing/util.py
Commit message (Expand)AuthorAgeFilesLines
* Close #9524: test: SphinxTestApp can take ``builddir`` as an argumentTakeshi KOMIYA2021-08-151-4/+7
* refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-2/+2
* 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-121-2/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-2/+1
* | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-031-4/+2
|\ \ | |/
| * add parallel to SphinxTestAppRobert Cohn2020-09-301-2/+2
| * Close #8081: latex: Allow to add LaTeX package until writing tex fileTakeshi KOMIYA2020-09-211-2/+0
* | Merge branch '3.x'Takeshi KOMIYA2020-07-111-0/+11
|\ \ | |/
| * fix lintYuxin Wu2020-07-051-3/+1
| * show docs for decorated special functionsYuxin Wu2020-07-051-0/+13
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-10/+1
|/
* Close #7341: py domain: type annotations are converted to cross refsTakeshi KOMIYA2020-03-221-1/+1
* refactor: Update type annotations in sphinx.testing.*Takeshi KOMIYA2020-02-231-1/+5
* refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-4/+4
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-3/+3
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-4/+4
* Merge branch '2.1.3' into 2.0Takeshi KOMIYA2019-07-131-4/+4
|\
| * Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-4/+4
* | Migrate to py3 style type annotation: sphinx.testing.utilTakeshi KOMIYA2019-07-061-36/+18
|/
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-2/+2
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+0
* Remove use of deprecated APIsTakeshi KOMIYA2019-01-031-1/+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
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-3/+3
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-10/+9
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-4/+4
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1
* | Fix annotations of testingTakeshi KOMIYA2018-12-031-4/+13
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Replace six.string_types with native strJon Dufresne2018-11-211-2/+1
* | Simplify ensuredir() with Python3 stdlib featuresJon Dufresne2018-11-201-4/+2
* | Merge pull request #5623 from jdufresne/commentsTakeshi KOMIYA2018-11-131-4/+0
|\ \
| * | Remove commented out dead code in sphinx/testing/util.pyJon Dufresne2018-11-121-4/+0
* | | Correct type annotation to remove 'type: ignore' commentJon Dufresne2018-11-121-2/+2
|/ /
* | Use super() to call parent class's methodJon Dufresne2018-11-111-3/+3
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-1/+1
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-1/+1
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-0/+3
|\ \
| * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-0/+3
* | | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-2/+2
|/ /
* | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-2/+0
|/
* Merge branch '1.7'Takeshi KOMIYA2018-04-091-1/+2
|\
| * Fix #4783: Sphinx crashed when drives of srcdir and outdir are differentTakeshi KOMIYA2018-04-021-1/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+3
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+1