summaryrefslogtreecommitdiff
path: root/Doc/library/doctest.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-36675: Remove obsolete code. (GH-16024)Julien Palard2019-09-121-2/+0
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-4/+4
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-0/+12
* bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)Stéphane Wirtel2018-10-201-7/+11
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-031-3/+3
* Issue #29371: Clarify bitwise OR operation in doctest option flags.Mariatta Wijaya2017-02-061-11/+13
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-4/+12
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* Issue24756: clarify usage of run_docstring_examples()Ethan Furman2015-09-171-7/+23
|\
| * Issue24756: clarify usage of run_docstring_examples()Ethan Furman2015-09-171-7/+23
* | merge with 3.4Georg Brandl2014-10-061-3/+3
|\ \ | |/
| * Closes #12148: clarify "or's together option flags" in doctest docs.Georg Brandl2014-10-061-3/+3
* | #15916: if there are no docstrings, make empty suite, not an error.R David Murray2014-04-141-9/+3
|/
* Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-241-1/+2
* Issue #3158: doctest can now find doctests in functions and methodsZachary Ware2013-11-241-3/+6
* #11390: convert doctest CLI to argparse and add -o and -f options.R David Murray2013-06-231-1/+7
* #16522: s/always 1/at most 1/.R David Murray2012-11-221-2/+2
* #16522: Add FAIL_FAST flag to doctest.R David Murray2012-11-211-0/+10
* Issue #12947: Remove doctest directives from the doctest examples in the "Opt...Chris Jerdonek2012-10-101-3/+3
* Missed one instance of code-block:: text highlighting to revert.Georg Brandl2012-10-101-3/+1
* Issue #12947: revert earlier workaround and use a monkey-patch to enable show...Georg Brandl2012-10-101-23/+8
* Issue #12947: Divide doctest "Option Flags and Directives" section into two.Chris Jerdonek2012-10-101-27/+39
* Issue #12947: Better workaround for the problem with doctest directives being...Nick Coghlan2012-10-031-10/+20
* Issue #12947: Add a note to doctest until the example rendering is fixedNick Coghlan2012-10-031-0/+8
* Fix a few quotes/backslashes.Ezio Melotti2012-09-201-1/+1
* #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-0/+10
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-10/+9
* #10698: fix typo in example.R. David Murray2010-12-131-1/+1
* Fix usage of :option: in the docs (#9312).Éric Araujo2010-11-181-5/+5
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-2/+2
* Terminology fix: exceptions are raised, except in generator.throw().Georg Brandl2010-08-031-4/+4
* #8564: update docs on integrating doctest/unittest with unittest(2) test disc...Georg Brandl2010-07-101-8/+6
* Remove versionadded accidentally introduced by r82008.R. David Murray2010-06-161-4/+0
* Merged revisions 81634 via svnmerge fromR. David Murray2010-06-151-6/+17
* Merged revisions 80578 via svnmerge fromNick Coghlan2010-06-121-11/+29
* Need to use list(range()) to get a list.Georg Brandl2010-03-211-7/+7
* Merged revisions 76904 via svnmerge fromEzio Melotti2009-12-191-1/+1
* Update example in doctest chapter that uses math.floor to reflect theR. David Murray2009-11-231-1/+1
* more list()s on dictviewsEzio Melotti2009-09-131-2/+1
* Update signature style for optional arguments, part 3.Georg Brandl2009-04-101-15/+15
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-30/+32
* Remove deprecated Tester class from doctest module.Georg Brandl2008-05-121-17/+10
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-156/+156
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-3/+0
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-1/+4
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-6/+1
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-1/+2
* Remove further mentions of long integers.Georg Brandl2007-11-291-14/+2
* Convert all print statements in the docs.Georg Brandl2007-09-041-22/+22