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
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-03-03Add sphinx.testing.restructuredtext.parse()Takeshi KOMIYA
2019-01-13Stop to use $SPHINX_TEST_TEMPDIR envvarTakeshi KOMIYA
2019-01-13Use subprocess.run() instead of Popen()Takeshi KOMIYA
2019-01-13Add PathComparer for testing and fix 2 test failure on Windows. (#5943)Takayuki SHIMIZUKAWA
2019-01-03Remove use of deprecated APIsTakeshi 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-16Merge pull request #5796 from jdufresne/superTakeshi KOMIYA
2018-12-15Remove unnecessary bytes type check from path.write_text()Jon Dufresne
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15Remove print_function featureTakeshi KOMIYA
2018-12-15refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA
2018-12-14Add docutils-stubs to test depsTakeshi 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-03Fix annotations of testingTakeshi KOMIYA
2018-12-02Fix annotations (minor fixes)Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-21Replace six.string_types with native strJon Dufresne
2018-11-21Simplify ensuredir() with Python3 stdlib featuresJon Dufresne
2018-11-13Merge pull request #5623 from jdufresne/commentsTakeshi KOMIYA
2018-11-13Correct type annotation to remove 'type: ignore' commentJon Dufresne
2018-11-12Remove commented out dead code in sphinx/testing/util.pyJon Dufresne
2018-11-12Use super() to call parent class's methodJon Dufresne
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-22Merge branch 'master' into openTakeshi KOMIYA
2018-09-22refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA
2018-09-20Merge branch '1.8'Takeshi KOMIYA
2018-09-18Fix mypy violationsTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-11Prefer builtin open() over io.open() and codecs.open()Jon Dufresne
2018-09-02Drop APIs deprecated in 2.0Takeshi KOMIYA
2018-07-15Fix mypy violationsTakeshi KOMIYA
2018-06-09Merge branch '1.7'Takeshi KOMIYA
2018-06-06Fix sphinx.testing uses deprecated pytest API; Node.get_marker(name)Takeshi KOMIYA
2018-05-16Fix make_app() fixture fails to rollback registered roles on creating multipl...Takeshi KOMIYA
2018-04-08Merge branch '1.7'Takeshi KOMIYA
2018-04-02Fix #4783: Sphinx crashed when drives of srcdir and outdir are differentTakeshi KOMIYA
2018-03-25Drop typing.TYPE_CHECKINGTakeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-25Add testcasesTakeshi KOMIYA
2018-02-19Use typing.TYPE_CHECKINGTakeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA