summaryrefslogtreecommitdiff
path: root/sphinx/testing/util.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | | | | | | | | | | | - Simplify ensuredir() to equivalent os.makedir(name, exist_ok=True) - Do not check if a directory exists before calling ensuredir() (ensuredir() already handles it) - Add exist_ok argument to path.makedirs() to follow same pattern - Drop unnecessary .exists() check immediately before .isdir() - Add tests for ensuredir
* | Merge pull request #5623 from jdufresne/commentsTakeshi KOMIYA2018-11-131-4/+0
|\ \ | | | | | | Remove commented out dead code in sphinx/testing/util.py
| * | Remove commented out dead code in sphinx/testing/util.pyJon Dufresne2018-11-121-4/+0
| | | | | | | | | | | | Commented since d47a7587f9813f2366e2077be051116291bf930e (Sep 21, 2014).
* | | 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
|/ / | | | | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary.
* | 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
| | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* | Add testcasesTakeshi KOMIYA2018-02-251-1/+2
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-1/+2
| |
* | Update type annotationsTakeshi KOMIYA2018-02-041-6/+22
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+1
|
* 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-10-231-1/+1
|\ \ | |/
| * Fix flake8 and style-check violationsTakeshi KOMIYA2017-10-231-1/+1
| |
| * Fix mypy violations (for mypy-0.520)Takeshi KOMIYA2017-07-151-1/+1
| |
* | Fix flake8 violationTakeshi KOMIYA2017-05-171-2/+0
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-05-161-160/+0
|/
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-0/+355