summaryrefslogtreecommitdiff
path: root/tests/test_ext_intersphinx.py
Commit message (Expand)AuthorAgeFilesLines
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix intersphinx debug toolDavid Baumgold2017-03-211-1/+55
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-1/+1
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-5/+0
* pytest: remove deprecated with_tempdir decoratorshimizukawa2017-01-061-3/+1
* pytest migrationshimizukawa2017-01-041-1/+1
* To simplify, sphinx uses external mock package even if unittest.mock exists.shimizukawa2016-10-151-1/+2
* Merge pull request #2056 from erosennin/intersphinx-fix-relative-pathTakeshi KOMIYA2016-09-141-0/+15
|\
| * Fix relative paths in intersphinx linksAndrey Golovizin2015-09-281-0/+15
* | Fix broken testcaseTakeshi KOMIYA2016-09-011-0/+2
* | intersphinx: _strip_basic_auth() only removes credentials from URLTakeshi KOMIYA2016-08-221-12/+6
* | intersphinx: Use requests packageTakeshi KOMIYA2016-08-221-45/+10
* | intersphinx: Refactor _get_safe_url()Takeshi KOMIYA2016-08-221-0/+8
* | intersphinx: Add read_inventory()Takeshi KOMIYA2016-08-221-7/+4
* | Fix test has broken in py3Takeshi KOMIYA2016-08-111-2/+4
* | Remove debug printTakeshi KOMIYA2016-08-111-1/+0
* | Fix #2789: `sphinx.ext.intersphinx` generates wrong hyperlinks if the invento...Takeshi KOMIYA2016-08-111-1/+44
* | Fix #2579: Could not refer a label including both spaces and colons via `sphi...Takeshi KOMIYA2016-06-241-0/+3
* | Fix #2518: `intersphinx_mapping` disallows non alphanumeric keysTakeshi KOMIYA2016-05-231-2/+2
* | Fix ``sphinx.ext.intersphinx`` crashes if non-string value is used for key of...Takeshi KOMIYA2016-05-231-2/+3
* | Fix intersphinx fails if mapping URL contains any portTakeshi KOMIYA2016-04-251-0/+10
* | Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\ \
| * | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| |/
* | intersphinx: style nitsGeorg Brandl2015-10-221-51/+49
* | Intersphinx: inventory support for URLs w/ basic authMichael Wilson2015-10-161-3/+79
|/
* Closes #1735: Use https://doc.python.org/ instead of ``http`` protocol. It w...shimizukawa2015-02-231-6/+6
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
* Complete test suite overhaul.Georg Brandl2014-09-211-0/+177