Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | compare_version() replaces proper_pyversion() | Marco Buttu | 2017-01-15 | 1 | -31/+28 | |
| | | ||||||
* | | Added pyversion option for doctest (issue 3303) | Marco Buttu | 2017-01-15 | 1 | -1/+1 | |
| | | | | | | | | Code, tests and documentation. | |||||
* | | Added pyversion option for doctest (issue 3303) | Marco Buttu | 2017-01-14 | 1 | -24/+34 | |
| | | ||||||
* | | Added pyversion option for doctest (issue 3303) | Marco Buttu | 2017-01-13 | 1 | -1/+37 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -7/+6 | |
| | | ||||||
* | | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2() | Takeshi KOMIYA | 2017-01-02 | 1 | -4/+6 | |
| | | ||||||
* | | ``sphinx.util.compat.Directive`` class is now deprecated. | Takeshi KOMIYA | 2016-12-13 | 1 | -2/+1 | |
| | | ||||||
* | | Add type-check annotations to sphinx.ext | Takeshi KOMIYA | 2016-11-16 | 1 | -26/+58 | |
|/ | ||||||
* | Added config variable for default doctest flags (#2471). | taschini | 2016-04-21 | 1 | -2/+5 | |
| | ||||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Fix #2062: Escape characters in doctests are treated incorrectly with Python 2 | shimizukawa | 2016-01-09 | 1 | -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 KOMIYA | 2016-01-03 | 1 | -2/+3 | |
| | | | | and link is broken | |||||
* | Fixes #1725: On py2 environment, doctest with using non-ASCII characters ↵ | shimizukawa | 2015-08-02 | 1 | -14/+46 | |
| | | | | causes `'ascii' codec can't decode byte` exception. | |||||
* | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -1/+1 | |
| | ||||||
* | ext: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -4/+5 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | | | | | | | This makes it possible to introduce more metadata values later. | |||||
* | | doctest: minor PEP8 adjustments | Georg Brandl | 2014-09-22 | 1 | -11/+19 | |
| | | ||||||
* | | Return version from setup() for all sphinx.ext extensions. | Georg Brandl | 2014-09-03 | 1 | -0/+2 | |
| | | ||||||
* | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -4/+3 | |
| | | ||||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -4/+5 | |
| | | | | | | | | refs #1350. | |||||
* | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -4/+3 | |
| | | | | | | | | refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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 Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fix code style nits. | Georg Brandl | 2012-03-10 | 1 | -1/+2 | |
| | ||||||
* | Closes #844: Fix crashes when dealing with Unicode output in doctest extension. | Georg Brandl | 2012-01-29 | 1 | -0/+4 | |
| | ||||||
* | Closes #860: Do not crash when encountering invalid doctest examples, just ↵ | Georg Brandl | 2012-01-29 | 1 | -2/+7 | |
| | | | | emit a warning. | |||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -1/+2 | |
|\ | ||||||
| * | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -1/+2 | |
| | | ||||||
* | | Make check. | Georg Brandl | 2011-01-15 | 1 | -1/+2 | |
| | | ||||||
* | | #601: do not require setup for executing doctests. | Georg Brandl | 2011-01-15 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | #553: Added :rst:dir:`testcleanup` blocks in the doctest extension. | Georg Brandl | 2011-01-03 | 1 | -21/+57 | |
| | | ||||||
* | | doctest setup-/testrunner now share stdout | Daniel Neuhäuser | 2010-10-14 | 1 | -0/+3 | |
| | | | | | | | | This was a patch pfein send my via #pocoo | |||||
* | | fix a unboundlocalerror occuring with python3 | Daniel Neuhäuser | 2010-06-13 | 1 | -3/+3 | |
|/ | ||||||
* | #374: Make the ``doctest_path`` config value of the doctest extension ↵ | Georg Brandl | 2010-04-06 | 1 | -2/+2 | |
| | | | | actually work -- it was used after all tests were run. | |||||
* | #310: support exception messages in the ``testoutput`` blocks of the ↵ | Georg Brandl | 2010-01-02 | 1 | -0/+7 | |
| | | | | | | ``doctest`` extension. Also add minimal test cases for the doctest extension. | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | #130: Fix obscure IndexError in doctest extension. | Georg Brandl | 2009-06-16 | 1 | -8/+27 | |
| | ||||||
* | Convert directives in builtin extensions to class API. | Georg Brandl | 2009-02-18 | 1 | -59/+71 | |
| | ||||||
* | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -3/+6 | |
| | ||||||
* | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 | |
| | | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. |