summaryrefslogtreecommitdiff
path: root/tests/test_intersphinx.py
Commit message (Collapse)AuthorAgeFilesLines
* remove tests.util.write_file duplicated implementation.shimizukawa2014-04-281-3/+3
|
* Update copyright year.Georg Brandl2014-03-011-2/+2
|\
| * d98e70c13eff followup: only do type conversion of confoverrides if the ↵Georg Brandl2014-01-101-2/+2
| | | | | | | | values are strings and add a test
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-3/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Intersphinx: parse inventories correctly when object names contain embedded ↵Jeff Dairiki2012-02-261-0/+3
| | | | | | spaces. This is an issue, e.g., for (multi-word) glossary terms.
* Satisfy "make check".Georg Brandl2011-10-091-1/+2
|
* [intersphinx] [Fixes #622] env.warn called with incorrect number of argumentsLucas Taylor2011-09-031-0/+24
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | merge with 1.0Georg Brandl2010-08-051-24/+36
|\ \ | |/
| * #480: Fix handling of target naming in intersphinx.Georg Brandl2010-08-051-24/+36
| |
* | fixed file handling and parsing in intersphinx so it properly handles encodingsDasIch2010-06-071-7/+10
|/
* Further fix for intersphinx labels, add test cases for that.Georg Brandl2010-07-271-3/+30
|
* #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-9/+9
| | | | projects, and to specify the project you want to link to.
* Clean up unused imports.Georg Brandl2010-01-171-1/+1
|
* Update copyrights.Georg Brandl2010-01-021-1/+1
|
* Add test cases for intersphinx, and fix it to work with objtypes.Georg Brandl2009-09-091-0/+112