Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix annotations of testing | Takeshi KOMIYA | 2018-12-03 | 1 | -4/+13 | |
| | | ||||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
| | | ||||||
* | | Replace six.string_types with native str | Jon Dufresne | 2018-11-21 | 1 | -2/+1 | |
| | | ||||||
* | | Simplify ensuredir() with Python3 stdlib features | Jon Dufresne | 2018-11-20 | 1 | -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/comments | Takeshi KOMIYA | 2018-11-13 | 1 | -4/+0 | |
|\ \ | | | | | | | Remove commented out dead code in sphinx/testing/util.py | |||||
| * | | Remove commented out dead code in sphinx/testing/util.py | Jon Dufresne | 2018-11-12 | 1 | -4/+0 | |
| | | | | | | | | | | | | Commented since d47a7587f9813f2366e2077be051116291bf930e (Sep 21, 2014). | |||||
* | | | Correct type annotation to remove 'type: ignore' comment | Jon Dufresne | 2018-11-12 | 1 | -2/+2 | |
|/ / | ||||||
* | | Use super() to call parent class's method | Jon Dufresne | 2018-11-11 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-10-16 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix mypy violations | Takeshi KOMIYA | 2018-10-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into HEAD | Takeshi KOMIYA | 2018-09-22 | 1 | -0/+3 | |
|\ \ | ||||||
| * | | refactoring: Drop PY2 and PY3 flags | Takeshi KOMIYA | 2018-09-22 | 1 | -0/+3 | |
| | | | ||||||
* | | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -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.0 | Takeshi KOMIYA | 2018-09-03 | 1 | -2/+0 | |
|/ | ||||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-04-09 | 1 | -1/+2 | |
|\ | ||||||
| * | Fix #4783: Sphinx crashed when drives of srcdir and outdir are different | Takeshi KOMIYA | 2018-04-02 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+1 | |
| | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | |||||
* | | Add testcases | Takeshi KOMIYA | 2018-02-25 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -1/+2 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 1 | -6/+22 | |
|/ | ||||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -3/+1 | |
| | ||||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-10-23 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix flake8 and style-check violations | Takeshi KOMIYA | 2017-10-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix mypy violations (for mypy-0.520) | Takeshi KOMIYA | 2017-07-15 | 1 | -1/+1 | |
| | | ||||||
* | | Fix flake8 violation | Takeshi KOMIYA | 2017-05-17 | 1 | -2/+0 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-05-16 | 1 | -160/+0 | |
|/ | ||||||
* | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -0/+355 | |