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-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-10-26Close #1331: Change default User-Agent headerTakeshi KOMIYA
2019-06-03Migrate to py3 style type annotation: sphinx.util.requestsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-18Merge pull request #5786 from tk0miya/requests-2.5Takeshi KOMIYA
2018-12-17Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA
2018-12-17py3: Remove (most) __future__ importsStephen Finucane
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Update deps: requests-2.5.0 or aboveTakeshi KOMIYA
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15Remove warnings for old python which does not support SNITakeshi 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-11Remove use six.move moduleTakeshi KOMIYA
2018-09-18Fix mypy violationsTakeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31Merge branch 'happy_new_year' into masterTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-10-17TypoTony Narlock
2017-05-07Update type annotations for new mypyTakeshi KOMIYA
2017-04-25Fix mypy violationsTakeshi KOMIYA
2017-04-24Merge branch 'stable' into 1.6-releaseTakeshi KOMIYA
2017-04-08Fix #3614: Sphinx crashes with requests-2.5.0Takeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-18Merge branch 'stable'Takeshi KOMIYA
2017-03-15Allow running Sphinx without sslJeroen Demeyer
2017-02-08Fix mypy violationsTakeshi KOMIYA
2017-01-29Merge branch 'stable'Takeshi KOMIYA
2017-01-29Support requests-2.0.0 (experimental) (refs: #3367)Takeshi KOMIYA
2017-01-09Update type annotationsTakeshi KOMIYA
2017-01-07Merge branch 'stable'Takeshi KOMIYA
2017-01-07Fix #3268: Sphinx crashes with requests package from Debian jessieTakeshi KOMIYA
2016-12-12Merge branch 'stable'Takeshi KOMIYA
2016-12-11Fix #3205: sphinx.util.requests crashes with old pyOpenSSL (< 0.14)Takeshi KOMIYA
2016-12-03Update type annotationTakeshi KOMIYA
2016-11-17Fix #3095: Add tls_verify and tls_cacerts to support self-signed serversTakeshi KOMIYA
2016-10-06Fix #3008: ``linkcheck`` builder ignores self-signed certificate URLTakeshi KOMIYA
2016-10-04Fix #2988: linkcheck: retry with GET request if denied HEAD requestTakeshi KOMIYA
2016-08-22linkcheck: Move requests package loader to sphinx.util.requestsTakeshi KOMIYA