Modernize internal project structure; drop tox; no user-visible changes (hopefully).
Rework coverage badge generation.
Drop Travis CI badge (the project is using GitHub for CI now)
1.11.2 (2022-05-15)
Fix missing file in release.
1.11.1 (2022-05-14)
Fix brown-bag release.
1.11.0 (2022-05-14)
Fix test detection in Python 2 which was broken since 1.10.0.
(#20)
Add Python 3.9 and 3.10 to tox config.
Add a Makefile to centeralized development activities.
1.10.1 (2018-11-15)
Add support for PyPy3.
1.10.0 (2018-11-14)
Fix DeprecationWarning about 'U' mode under Python 3.
Drop Python 2.6 and 3.3 support. Add testing and support for Python 3.6 and
3.7.
1.9.0 (2017-11-20)
You can now use Manuel with the nose and pytest test runners by defining
Manuel tests inside unittest.TestCase classes.
Added support for Python 3.5 and Python 3.6.
Dropped support for Python 2.6
1.8.0 (2014-07-15)
Fixed ResourceWarnings under Python 3.
Added support for PyPy and Python 3.4.
Drop official support for Python 3.1 and 3.2.
Fix odd ImportError problems when used with tox and coverage.
Fix parsing of reST codeblock options with hyphens.
1.7.2 (2013-03-16)
Fixed release issues.
Updated copyright and license to reflect recent Zope Foundation release of
claim on the project.
1.7.1 (2013-02-13)
Fix brown-bag release.
1.7.0 (2013-02-13)
Added support for docutils-style code blocks and options there-of.
1.6.1 (2013-01-24)
Fixed a bug that made doctests fail if sys.argv contained the string "-v".
1.6.0 (2012-04-16)
Ported to Python 3, still works in 2.6 and up.
1.5.0 (2011-03-08)
Removed the dependency on zope.testrunner
Added the ability to run the tests using "setup.py test".
1.4.1 (2011-01-25)
Fixed a bug that caused extra example evaluation if multiple doctest
manuels were used at once (e.g. to execute Python and shell code in
the same document).
1.4.0 (2011-01-11)
Added a parser keyword argument to manuel.doctest.Manuel to
allow a custom doctest parser to be passed in. This allows easily
adding support for other languages or other (but similar) example
syntaxes.
1.3.0 (2010-09-02)
Respect test runner reporting switches (e.g., zope.testrunner's --ndiff
switch)
Fixed a bug that caused post-mortem debugging to not work most of the
time.
Made manuel.testing.TestCase.id return a sensible textual value
at all times. This keeps Twisted's trial testrunner happy.
1.2.0 (2010-06-10)
Conform to repository policy.
Switch to using zope.testrunner instead of zope.testing due to API changes.
zope.testing is now only required for testing.