summaryrefslogtreecommitdiff
path: root/sphinx/ext/doctest.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | compare_version() replaces proper_pyversion()Marco Buttu2017-01-151-31/+28
| |
* | Added pyversion option for doctest (issue 3303)Marco Buttu2017-01-151-1/+1
| | | | | | | | Code, tests and documentation.
* | Added pyversion option for doctest (issue 3303)Marco Buttu2017-01-141-24/+34
| |
* | Added pyversion option for doctest (issue 3303)Marco Buttu2017-01-131-1/+37
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
| |
* | Use loggersTakeshi KOMIYA2017-01-021-7/+6
| |
* | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2()Takeshi KOMIYA2017-01-021-4/+6
| |
* | ``sphinx.util.compat.Directive`` class is now deprecated.Takeshi KOMIYA2016-12-131-2/+1
| |
* | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-26/+58
|/
* Added config variable for default doctest flags (#2471).taschini2016-04-211-2/+5
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Fix #2062: Escape characters in doctests are treated incorrectly with Python 2shimizukawa2016-01-091-13/+0
| | | | In my current environment with Win10+Py2.7.10, SpoofOut result string doesn't necessary to decode. This commit might cause regression in older python versions....
* Fix #1815: linkcheck does not raise an exception if warniserror set to true ↵Takeshi KOMIYA2016-01-031-2/+3
| | | | and link is broken
* Fixes #1725: On py2 environment, doctest with using non-ASCII characters ↵shimizukawa2015-08-021-14/+46
| | | | causes `'ascii' codec can't decode byte` exception.
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
|
* ext: pep8 fixesGeorg Brandl2015-03-081-4/+5
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | [WIP] parallel readGeorg Brandl2014-09-221-1/+1
| |
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
| | | | | | | | This makes it possible to introduce more metadata values later.
* | doctest: minor PEP8 adjustmentsGeorg Brandl2014-09-221-11/+19
| |
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
| |
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-4/+3
| |
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-4/+5
| | | | | | | | refs #1350.
* | introduce the six module and reduce sphinx.util.pycompat implementation. ↵Takayuki Shimizukawa2014-04-291-4/+3
| | | | | | | | refs #1350.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-3/+3
|/ | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* 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 ↵Georg Brandl2012-01-291-2/+7
| | | | emit a warning.
* Merge with 1.0Georg Brandl2011-09-231-1/+2
|\
| * Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-1/+2
| |
* | 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
|\ \ | |/
| * New year update.Georg 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 stdoutDaniel Neuhäuser2010-10-141-0/+3
| | | | | | | | This was a patch pfein send my via #pocoo
* | fix a unboundlocalerror occuring with python3Daniel Neuhäuser2010-06-131-3/+3
|/
* #374: Make the ``doctest_path`` config value of the doctest extension ↵Georg Brandl2010-04-061-2/+2
| | | | actually work -- it was used after all tests were run.
* #310: support exception messages in the ``testoutput`` blocks of the ↵Georg Brandl2010-01-021-0/+7
| | | | | | ``doctest`` extension. Also add minimal test cases for the doctest extension.
* 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
| | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.