summaryrefslogtreecommitdiff
path: root/sphinx/util/requests.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #7691: linkcheck: HEAD requests are not used for checkingTakeshi KOMIYA2020-07-101-1/+1
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-5/+5
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-4/+4
* | Merge branch '2.0'Takeshi KOMIYA2019-11-171-2/+21
|\ \ | |/
| * Close #1331: Change default User-Agent headerTakeshi KOMIYA2019-10-271-2/+21
* | Merge branch 'master' into pkg-resourceTakeshi KOMIYA2019-06-131-10/+0
|\ \
| * | Remove unused import of InsecurePlatformWarningJon Dufresne2019-06-121-10/+0
| |/
* | Remove empty code block in sphinx.util.requestsJon Dufresne2019-06-121-13/+0
|/
* Migrate to py3 style type annotation: sphinx.util.requestsTakeshi KOMIYA2019-06-041-14/+8
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5786 from tk0miya/requests-2.5Takeshi KOMIYA2018-12-181-7/+0
|\ \
| * | Update deps: requests-2.5.0 or aboveTakeshi KOMIYA2018-12-161-7/+0
* | | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-2/+0
|\ \ \
| * | | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-2/+0
| |/ /
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-4/+3
* | Remove warnings for old python which does not support SNITakeshi KOMIYA2018-12-151-12/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Replace six.string_types with native strJon Dufresne2018-11-211-2/+1
* | Remove use six.move moduleTakeshi KOMIYA2018-11-121-1/+1
|/
* Fix mypy violationsTakeshi KOMIYA2018-09-181-2/+2
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | TypoTony Narlock2017-10-171-1/+1
|/
* Update type annotations for new mypyTakeshi KOMIYA2017-05-071-1/+1
* Fix mypy violationsTakeshi KOMIYA2017-04-251-1/+1
* Merge branch 'stable' into 1.6-releaseTakeshi KOMIYA2017-04-251-2/+12
|\
| * Fix #3614: Sphinx crashes with requests-2.5.0Takeshi KOMIYA2017-04-081-2/+12
* | Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\ \ | |/
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-03-181-17/+21
|\ \ | |/
| * Allow running Sphinx without sslJeroen Demeyer2017-03-151-17/+21
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-1/+11
* | Merge branch 'stable'Takeshi KOMIYA2017-01-291-11/+26
|\ \ | |/
| * Support requests-2.0.0 (experimental) (refs: #3367)Takeshi KOMIYA2017-01-291-11/+26
* | Update type annotationsTakeshi KOMIYA2017-01-091-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-071-1/+6
|\ \ | |/
| * Fix #3268: Sphinx crashes with requests package from Debian jessieTakeshi KOMIYA2017-01-071-1/+6
* | Merge branch 'stable'Takeshi KOMIYA2016-12-121-1/+2
|\ \ | |/
| * Fix #3205: sphinx.util.requests crashes with old pyOpenSSL (< 0.14)Takeshi KOMIYA2016-12-111-1/+2
* | Update type annotationTakeshi KOMIYA2016-12-031-1/+1
|/
* Fix #3095: Add tls_verify and tls_cacerts to support self-signed serversTakeshi KOMIYA2016-11-171-1/+59
* Fix #3008: ``linkcheck`` builder ignores self-signed certificate URLTakeshi KOMIYA2016-10-061-0/+12
* Fix #2988: linkcheck: retry with GET request if denied HEAD requestTakeshi KOMIYA2016-10-041-1/+1
* linkcheck: Move requests package loader to sphinx.util.requestsTakeshi KOMIYA2016-08-221-0/+43