summaryrefslogtreecommitdiff
path: root/sphinx/builders/linkcheck.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-11-011-0/+1
|\
| * Fix broken url not reporting errorVasista Vovveti2020-10-201-0/+1
* | Merge pull request #8332 from sphinx-doc/8321_linkcheck_tel_linksTakeshi KOMIYA2020-10-251-1/+1
|\ \
| * | Fix #8321: linkcheck: ``tel:`` schema hyperlinks are detected as errors8321_linkcheck_tel_linksTakeshi KOMIYA2020-10-241-1/+1
* | | Linkcheck: Use Thread daemon argumentFrançois Freitag2020-10-111-2/+1
|/ /
* | Merge pull request #8245 from mgeier/linkcheck-sourcedirTakeshi KOMIYA2020-10-041-3/+4
|\ \
| * | Pass docname instead of srcdirMatthias Geier2020-10-041-3/+3
| * | linkcheck: take source directory into account for local filesMatthias Geier2020-09-271-3/+4
| |/
* | Fix #8268: make linkcheck report HTTP errorsFrançois Freitag2020-10-031-0/+1
|/
* linkcheck: Fix a protocol relative URL is considered as a local fileTakeshi KOMIYA2020-07-241-1/+1
* Close #5208: linkcheck: Support checks for local linksTakeshi KOMIYA2020-07-191-2/+15
* Close #7247: linkcheck: Add linkcheck_request_headersTakeshi KOMIYA2020-06-011-5/+26
* ENH: linkcheck: also write all links to output.jsonWes Turner2020-02-121-9/+30
* Fix #7055: linkcheck: redirect is treated as an errorTakeshi KOMIYA2020-01-301-3/+3
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* builders/linkcheck: include "experimental" HTTP 308 as "permanently"Georg Brandl2019-11-301-1/+1
* Add linkcheck_auth optionJonas Haag2019-11-251-3/+14
* Fix #6806: linkcheck: Failure on parsing contentTakeshi KOMIYA2019-11-171-0/+3
* Close #1331: Change default User-Agent headerTakeshi KOMIYA2019-10-271-1/+0
* Be defensive and handle newly defined HTTP error codeSebastien Besson2019-10-081-7/+10
* Migrate to py3 style type annotation: sphinx.builders.linkcheckTakeshi KOMIYA2019-06-101-36/+18
* Fix #5502: linkcheck: Consider HTTP 503 response as not an errorTakeshi KOMIYA2019-06-031-0/+3
* Fix #6378: linkcheck: Send commonly used User-AgentTakeshi KOMIYA2019-05-191-1/+2
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* Close #5196: linkcheck also checks remote images existTakeshi KOMIYA2019-02-061-4/+15
* Add a helper function; get_node_line()Takeshi KOMIYA2019-02-061-6/+2
* Give "nonl=True" value to logging.info() instead of intTakeshi KOMIYA2019-01-191-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-1/+1
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-15/+14
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-2/+1
* | Fix annotations for buildersTakeshi KOMIYA2018-12-021-4/+4
* | Fix annotations for buildersTakeshi KOMIYA2018-11-291-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Remove use six.move moduleTakeshi KOMIYA2018-11-121-26/+12
* | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-2/+2
|/
* Merge branch 'master' into 5140_Accept_header_for_linkcheckTakeshi KOMIYA2018-07-291-1/+1
|\
| * Merge branch '1.7'Takeshi KOMIYA2018-07-171-1/+1
| |\
| | * Fix flake8 violationsTakeshi KOMIYA2018-07-161-1/+1
* | | linkcheck: Drop application/xml from Accept headerTakeshi KOMIYA2018-07-291-2/+1
* | | make linter happyHonza Javorek2018-07-031-1/+4
* | | add default Accept headerHonza Javorek2018-07-031-3/+4
|/ /
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-4/+5
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+1
|/