index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_build_linkcheck.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't print file extension twice in linkcheck warnings
oleg.hoefling
2021-09-27
1
-1
/
+1
*
Fix #9435: linkcheck: Failed to check anchors in github.com
Takeshi KOMIYA
2021-07-18
1
-7
/
+3
*
Merge branch '4.x' into 6525_linkcheck_warn_redirects
Takeshi KOMIYA
2021-07-07
1
-3
/
+33
|
\
|
*
Merge branch '4.x' into 4.0.x
Takeshi KOMIYA
2021-06-13
1
-3
/
+7
|
|
\
|
|
*
Close #9016: linkcheck builder failed to check the anchors of github.com
Takeshi KOMIYA
2021-06-01
1
-3
/
+7
|
*
|
positive test assertion
Justin Mathews
2021-06-10
1
-0
/
+9
|
*
|
explicitly close the connection
Justin Mathews
2021-06-10
1
-1
/
+1
|
*
|
reuse existing test link
Justin Mathews
2021-06-10
1
-1
/
+1
|
*
|
test with http
Justin Mathews
2021-06-10
1
-2
/
+1
|
*
|
Trigger the bad web server behaviour with the http_server context manager ins...
Justin Mathews
2021-06-09
1
-1
/
+12
|
*
|
catch ConnectionError on HEAD
Justin Mathews
2021-06-07
1
-12
/
+2
|
*
|
failing test for linkcheck of US Patent page
Justin Mathews
2021-06-07
1
-0
/
+17
|
|
/
*
|
linkcheck: Emit a warning for disallowed redirects
Takeshi KOMIYA
2021-05-31
1
-30
/
+0
*
|
Add testcase for combination of allow_redirects and warn_redirects
Takeshi KOMIYA
2021-05-21
1
-16
/
+38
*
|
Rename linkcheck_ignore_redirects to linkcheck_allowed_redirects
Takeshi KOMIYA
2021-05-20
1
-2
/
+2
*
|
Close #6525: linkcheck: Add linkcheck_ignore_redirects
Takeshi KOMIYA
2021-05-16
1
-0
/
+20
*
|
Close #6525: linkcheck: Add linkcheck_warn_redirects
Takeshi KOMIYA
2021-05-16
1
-2
/
+14
|
/
*
Fix the testcase for linkcheck refers removed URLs
Takeshi KOMIYA
2021-03-27
1
-2
/
+2
*
refactor: linkcheck: Refine the constructor of Checker and CheckWorker
Takeshi KOMIYA
2021-02-12
1
-32
/
+13
*
refactor: linkcheck: Separate thread manager feature from builder class
Takeshi KOMIYA
2021-02-12
1
-16
/
+26
*
refactor: linkcheck: Separate worker feature from builder class
Takeshi KOMIYA
2021-02-05
1
-6
/
+17
*
Linkcheck: Use app.build() to trigger the test build
François Freitag
2021-01-27
1
-22
/
+22
*
linkcheck: Fix race condition that could lead to checking the availability of...
Takeshi KOMIYA
2021-01-20
1
-37
/
+0
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
Ensure linkcheck items are comparable
François Freitag
2020-12-22
1
-0
/
+37
*
Replace modify_env() with pytest monkeypatch.setenv()
Jon Dufresne
2020-11-27
1
-3
/
+4
*
Fix #6629: linkcheck: Handle rate-limiting
François Freitag
2020-11-25
1
-0
/
+162
*
linkcheck: Add a testcase for infinite redirect loop on HEAD request
Takeshi KOMIYA
2020-11-23
1
-0
/
+28
*
Make tests/ a Python package
François Freitag
2020-11-20
1
-1
/
+1
*
refactor: Fix flake8 violations under tests/ directory
Takeshi KOMIYA
2020-11-15
1
-4
/
+13
*
linkcheck: Prevent REQUESTS_CA_BUNDLE leak in tests
François Freitag
2020-11-14
1
-5
/
+20
*
Merge pull request #8421 from francoisfreitag/test-self-signed
Takeshi KOMIYA
2020-11-14
1
-7
/
+76
|
\
|
*
linkcheck: Verify behavior with self-signed certs
François Freitag
2020-11-14
1
-7
/
+76
*
|
linkcheck: Remove unused argument from test_invalid_ssl
François Freitag
2020-11-14
1
-1
/
+1
|
/
*
linkcheck: test invalid SSL is reported as broken
François Freitag
2020-11-12
1
-0
/
+20
*
linkcheck: Rewrite headers tests without mocking
François Freitag
2020-11-11
1
-21
/
+39
*
linkcheck: Rewrite auth tests without mocking
François Freitag
2020-11-11
1
-16
/
+29
*
linkcheck: Test redirect following for HEAD and GET
François Freitag
2020-11-11
1
-0
/
+59
*
Rename test-linkcheck-localserver{,-anchor}
François Freitag
2020-11-11
1
-1
/
+1
*
Merge pull request #8409 from francoisfreitag/linkcheck-tests
Takeshi KOMIYA
2020-11-12
1
-6
/
+6
|
\
|
*
linkcheck: Remove unused arguments from tests
François Freitag
2020-11-11
1
-6
/
+6
*
|
Sort imports with isort
François Freitag
2020-11-11
1
-0
/
+1
|
/
*
Rewrite test_inspect_main_url to avoid mocking
François Freitag
2020-11-08
1
-25
/
+7
*
Fix #8268: make linkcheck report HTTP errors
François Freitag
2020-10-03
1
-0
/
+36
*
Close #5208: linkcheck: Support checks for local links
Takeshi KOMIYA
2020-07-19
1
-5
/
+8
*
Close #7247: linkcheck: Add linkcheck_request_headers
Takeshi KOMIYA
2020-06-01
1
-0
/
+33
*
test: clean up
Takeshi KOMIYA
2020-03-01
1
-3
/
+0
*
ENH: linkcheck: also write all links to output.json
Wes Turner
2020-02-12
1
-1
/
+58
*
test: Use read_text() and read_bytes()
Takeshi KOMIYA
2020-02-01
1
-2
/
+2
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
[next]