summaryrefslogtreecommitdiff
path: root/tests/test_intersphinx.py
Commit message (Expand)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-211-177/+0
* remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-4/+4
* introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-7/+4
* remove tests.util.write_file duplicated implementation.Takayuki Shimizukawa2014-04-281-3/+3
* Update copyright year.Georg Brandl2014-03-011-1/+1
|\
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | d98e70c13eff followup: only do type conversion of confoverrides if the values...Georg Brandl2014-01-101-2/+2
|/
* 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 s...Jeff Dairiki2012-02-261-0/+3
* 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 encodingsDaniel Neuhäuser2010-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
* 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