Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-01A happy new year!Takeshi KOMIYA
2021-02-05Merge pull request #8823 from tk0miya/8511_readonly_testingTakeshi KOMIYA
2021-02-04test: change permissions of testfiles only $SPHINX_READONLY_TESTDIR setTakeshi KOMIYA
2021-02-04test: Apply umask to Path.copytree()Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-13Support testing from read-only filesystemsJeremy Maitin-Shepard
2020-11-11Sort imports with isortFrançois Freitag
2020-02-01testing: Add Path.read_text() and Path.read_bytes()Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.testing.pathTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Remove unnecessary bytes type check from path.write_text()Jon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-11Simplify open() call by removing default modeJon Dufresne
2018-12-02Fix annotations (minor fixes)Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-21Simplify ensuredir() with Python3 stdlib featuresJon Dufresne
2018-09-22Merge branch 'master' into openTakeshi KOMIYA
2018-09-22refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA
2018-09-18Fix mypy violationsTakeshi KOMIYA
2018-09-11Prefer builtin open() over io.open() and codecs.open()Jon Dufresne
2018-07-15Fix mypy violationsTakeshi KOMIYA
2018-03-25Drop typing.TYPE_CHECKINGTakeshi KOMIYA
2018-02-19Use typing.TYPE_CHECKINGTakeshi KOMIYA
2018-02-04Update type annotationsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-05-14refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa