summaryrefslogtreecommitdiff
path: root/sphinx/ext/doctest.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-3/+3
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-3/+3
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix code style nits.Georg Brandl2012-03-101-1/+2
* Closes #844: Fix crashes when dealing with Unicode output in doctest extension.Georg Brandl2012-01-291-0/+4
* Closes #860: Do not crash when encountering invalid doctest examples, just em...Georg Brandl2012-01-291-2/+7
* Merge with 1.0Georg Brandl2011-09-231-24/+64
|\
| * Make check.Georg Brandl2011-01-151-1/+2
| * #601: do not require setup for executing doctests.Georg Brandl2011-01-151-1/+1
| * merge with 1.0Georg Brandl2011-01-041-1/+1
| |\
| * | #553: Added :rst:dir:`testcleanup` blocks in the doctest extension.Georg Brandl2011-01-031-21/+57
| * | doctest setup-/testrunner now share stdoutDasIch2010-10-141-0/+3
| * | fix a unboundlocalerror occuring with python3DasIch2010-06-131-3/+3
* | | Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-1/+2
| |/ |/|
* | New year update.Georg Brandl2011-01-041-1/+1
|/
* #374: Make the ``doctest_path`` config value of the doctest extension actuall...Georg Brandl2010-04-061-2/+2
* #310: support exception messages in the ``testoutput`` blocks of the ``doctes...Georg Brandl2010-01-021-0/+7
* Happy new year!Georg Brandl2010-01-011-1/+1
* #130: Fix obscure IndexError in doctest extension.Georg Brandl2009-06-161-8/+27
* Convert directives in builtin extensions to class API.Georg Brandl2009-02-181-59/+71
* Reformat to EOL80.Georg Brandl2009-01-101-3/+6
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Merge in #67 bugfix.Georg Brandl2008-12-151-3/+11
|\ \ | |/ |/|
| * Merge in 0.5 bugfixes.Georg Brandl2008-12-151-3/+11
| |\
| | * Add "doctest_global_setup" conf val.Georg Brandl2008-12-151-2/+10
| | * Some more fixes after the great renaming.Georg Brandl2008-11-291-1/+1
* | | Fix #67: Output warnings about failed doctests in the doctest extensionGeorg Brandl2008-12-151-2/+11
* | | Remove duplicate warning.Georg Brandl2008-12-151-2/+0
|/ /
* | Fix two issues with non-ASCII characters being written to byte streams.Georg Brandl2008-12-151-1/+3
* | Warn if doctest blocks don't contain code.Georg Brandl2008-12-151-2/+6
|/
* Merged revisions 65640,65675,65699,65701 via svnmerge fromgeorg.brandl2008-08-231-1/+1
* Add a dependency system for handling .. include, .. literalincludegeorg.brandl2008-03-251-2/+2
* Fix a case where nothing is built if the environment is fresh.georg.brandl2008-03-231-1/+1
* Also remove # doctest: directives in presentation output.georg.brandl2008-03-221-5/+10
* * sphinx.ext.doctest: Replace <BLANKLINE> in doctest blocks bygeorg.brandl2008-03-221-6/+17
* Put doctests in "default" by default and update docs for doctest extension.georg.brandl2008-03-221-2/+2
* Introduce an ugly hack allowing doctest to test multi-statement examples.georg.brandl2008-03-221-0/+15
* * Don't "build" dependent files, makes no sense.georg.brandl2008-03-221-14/+26
* Actually use the doctest_path setting.0.1.61611georg.brandl2008-03-211-2/+3
* Add the doctest extension. It provides a builder that runsgeorg.brandl2008-03-211-0/+280