summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-2/+2
* Added support for strings with commas in template definitions.Armin Ronacher2011-09-221-0/+3
* Added support for noexcept specifiersArmin Ronacher2011-09-221-0/+3
* Added support for constexpr in function signaturesArmin Ronacher2011-09-221-1/+3
* Be explicit about rvalue references.Armin Ronacher2011-09-221-0/+4
* Added support for non-name template arguments. This fixes #696Armin Ronacher2011-09-221-0/+3
* Support varargs in C++ function signatures.Chris Pickel2011-04-191-0/+3
* Fix #677: allow multiple signatures in C++ domain directives.Georg Brandl2011-09-221-3/+1
* Fix #728: escape root dir when putting it into a regex in latex/texinfo tests.Georg Brandl2011-09-211-1/+1
* Add missing label.Georg Brandl2011-01-081-0/+2
* Fix test_autodoc.Georg Brandl2011-01-071-0/+1
* #568: Fix lookup of class attribute documentation on descriptors so that comm...Georg Brandl2011-01-061-0/+14
* Fix tracebacks occurring for duplicate C++ domain objects.Georg Brandl2011-01-061-0/+11
* #581: Fix traceback in Python domain for empty cross-reference targets.Georg Brandl2011-01-041-0/+3
* New year update.Georg Brandl2011-01-0422-22/+22
* Fix test_build_html after latest docfields fix.Georg Brandl2011-01-042-5/+11
* Regression of #77: If there is only one parameter given with ``:param:`` mark...Georg Brandl2011-01-031-0/+2
* Add missing file.Georg Brandl2011-01-031-0/+7
* Fix strange reportings of line numbers for warnings generated fromGeorg Brandl2011-01-032-0/+9
* Adapt test to new warning API.Georg Brandl2010-11-121-3/+3
* #535: Fix LaTeX output generated for line blocks by porting implementation fr...Georg Brandl2010-10-221-0/+10
* #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ex...Georg Brandl2010-08-252-0/+3
* Fix long line and test failure.Georg Brandl2010-08-231-1/+1
* #490: Fix cross-references to objects of types added by the :func:`~.Sphinx.a...Georg Brandl2010-08-141-1/+1
* Allow breaking long signatures, continuing with backlash-escaped newlines.Georg Brandl2010-08-052-1/+7
* #484: Fix crash when duplicating a parameter in an info field list.Georg Brandl2010-08-052-1/+3
* #480: Fix handling of target naming in intersphinx.Georg Brandl2010-08-051-24/+36
* Add some tests for docfields.Georg Brandl2010-07-272-2/+21
* Now that the expected warnings are regexes, diffing them with the actual outp...Georg Brandl2010-07-272-6/+5
* This apparently fixes a failing test in Gentoo.Georg Brandl2010-07-271-1/+1
* Further fix for intersphinx labels, add test cases for that.Georg Brandl2010-07-271-3/+30
* Actually test the JSON builder.Georg Brandl2010-07-251-0/+4
* Fix :guilabel: unescaping, and make some tests actually run.Georg Brandl2010-07-212-167/+169
* Add test for oldcmarkup warningDaniel Neuhäuser2010-07-021-0/+3
* Added ``exclude`` argument to :func:`.autodoc.between`. From http://bitbucke...Georg Brandl2010-06-121-2/+14
* merge with 0.6Georg Brandl2010-06-032-7/+11
|\
| * Make test suite work with docutils from trunk: they emit a line number for a ...Georg Brandl2010-06-031-8/+11
* | The ``toctree`` callable in templates now accepts a ``titles_only`` keyword a...Georg Brandl2010-05-301-0/+2
* | The ``include`` directive now supports absolute paths, which are interpreted ...Georg Brandl2010-05-304-0/+9
* | Add a test for absolute image filenames.Georg Brandl2010-05-302-0/+4
* | Test references to figures and tables by caption.Georg Brandl2010-05-301-6/+20
* | Fixed a testcase in response to issue #415 which is failing as of revision a8...Daniel Neuhäuser2010-05-301-1/+1
* | #426: Fix encoding issues when saving/loading intersphinx inventories.Georg Brandl2010-05-261-0/+2
* | Test the viewcode extension; decode the source files before highlighting them.Georg Brandl2010-05-261-1/+1
* | Fix long line.Georg Brandl2010-05-251-1/+1
* | Add the "oldcmarkup" extension, to help migrating to 1.0.Georg Brandl2010-05-243-1/+12
* | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter...Georg Brandl2010-05-243-10/+31
|\ \
* | | #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-9/+9
* | | merge with 0.6Georg Brandl2010-05-221-1/+1
|\ \ \ | |/ / |/| / | |/
| * #404: Make ``\and`` work properly in the author field of the ``latex_document...Georg Brandl2010-05-221-1/+1