summaryrefslogtreecommitdiffstats
path: root/Doc/library/doctest.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-108303: Move all doctest related files and tests to `Lib/test/test_...Nikita Sobolev2024-01-191-1/+1
* [3.11] gh-113360: Fix the documentation of module's attribute __test__ (GH-11...Miss Islington (bot)2024-01-051-3/+3
* [3.11] Fixing typo in DocTestRunner docs (GH-112326) (GH-113098)Miss Islington (bot)2023-12-141-1/+1
* [3.11] gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (GH-112399) (...Hugo van Kemenade2023-11-251-20/+27
* [3.11] gh-109510: Clearly explain "Which Docstrings Are Examined" (GH-109696)...Miss Islington (bot)2023-10-191-3/+24
* doc: Remove backslashes in doctest grammar docs (GH-29346)Miss Islington (bot)2022-11-271-3/+3
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Miss Islington (bot)2022-07-051-2/+2
* gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...Miss Islington (bot)2022-05-191-27/+21
* gh-80856: doc: reveal doctest directives (GH-92318)Miss Islington (bot)2022-05-081-17/+37
* [3.11] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420) ...Miss Islington (bot)2022-05-081-9/+0
* Fix doctest doc examples for syntax errors (GH-28486)andrei kulakov2021-09-291-11/+10
* bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)Julien Palard2021-01-251-37/+17
* bpo-36675: Doc: Reveal doctest directives (GH-23620)Julien Palard2020-12-151-17/+37
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-1/+1
* 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-071-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-181-7/+23
|\
| * Issue24756: clarify usage of run_docstring_examples()Ethan Furman2015-09-181-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-151-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