summaryrefslogtreecommitdiff
path: root/sphinx/testing/path.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8823 from tk0miya/8511_readonly_testingTakeshi KOMIYA2021-02-051-0/+21
|\
| * test: change permissions of testfiles only $SPHINX_READONLY_TESTDIR setTakeshi KOMIYA2021-02-051-9/+10
| * test: Apply umask to Path.copytree()Takeshi KOMIYA2021-02-051-2/+13
| * Support testing from read-only filesystemsJeremy Maitin-Shepard2020-12-121-0/+9
* | A happy new year!Takeshi KOMIYA2021-01-011-1/+1
|/
* Sort imports with isortFrançois Freitag2020-11-111-2/+1
* testing: Add Path.read_text() and Path.read_bytes()Takeshi KOMIYA2020-02-011-0/+19
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-4/+4
* Migrate to py3 style type annotation: sphinx.testing.pathTakeshi KOMIYA2019-07-061-55/+28
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace use of six.text_type with strJon Dufresne2018-12-181-4/+2
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Remove unnecessary bytes type check from path.write_text()Jon Dufresne2018-12-151-2/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-8/+7
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-3/+3
* | Simplify open() call by removing default modeJon Dufresne2018-12-111-1/+1
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-1/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Simplify ensuredir() with Python3 stdlib featuresJon Dufresne2018-11-201-3/+3
* | Merge branch 'master' into openTakeshi KOMIYA2018-09-221-10/+2
|\ \
| * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-10/+2
| |/
| * Fix mypy violationsTakeshi KOMIYA2018-09-181-1/+1
* | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-3/+2
|/
* Fix mypy violationsTakeshi KOMIYA2018-07-151-1/+1
* Drop typing.TYPE_CHECKINGTakeshi KOMIYA2018-03-261-2/+2
* Use typing.TYPE_CHECKINGTakeshi KOMIYA2018-02-191-2/+2
* Update type annotationsTakeshi KOMIYA2018-02-041-2/+32
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-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-0/+206