COMMITS
/ Doc/library/doctest.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
August 18, 2025
B
gh-44538: Mention nested classes/functions in doctest docs (GH-137870)
Bartosz Sławecki committed
July 15, 2025
S
Fix index entry and anchor for module.__test__ (GH-136674)
Serhiy Storchaka committed
May 31, 2025
S
gh-108885: Use subtests for doctest examples run by unittest (GH-134890)
Serhiy Storchaka committed
S
gh-134918: Fix and improve doctest's documentation (GH-134919)
Serhiy Storchaka committed
March 16, 2025
D
gh-130160: use `.. program::` directive for documenting `doctest` CLI (#131034)
donBarbos committed
December 5, 2024
H
gh-127221: Add colour to unittest output (#127223)
Hugo van Kemenade committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 21, 2024
C
Docs: replace Harry Potter reference with Monty Python (#118130)
Clément Robert committed
March 28, 2024
M
gh-117294: Report DocTestCase as skipped if all examples in the doctest are skipped (GH-117297)
Malcolm Smith committed
March 27, 2024
H
gh-117225: doctest: only print "and X failed" when non-zero, don't pluralise "1 items" (#117228)
Hugo van Kemenade committed
March 18, 2024
V
Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)
Victor Stinner committed
January 18, 2024
N
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (#112109)
Nikita Sobolev committed
January 5, 2024
S
gh-113360: Fix the documentation of module's attribute __test__ (GH-113393)
Serhiy Storchaka committed
December 14, 2023
D
Fixing typo in DocTestRunner docs (GH-112326)
Daniel Wysocki committed
November 25, 2023
H
gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (#112399)
Hugo van Kemenade committed
October 19, 2023
U
gh-109510: Clearly explain "Which Docstrings Are Examined" (#109696)
Unique-Usman committed
September 2, 2023
V
gh-108794: doctest counts skipped tests (#108795)
Victor Stinner committed
July 5, 2023
D
gh-96844: Improve error message of list.remove (gh-106455)
Dong-hee Na committed
December 10, 2022
B
gh-99970 Adding missing `optionflags` parameter in the documentation of `doctest` (#99971)
busywhitespace committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
November 27, 2022
G
doc: Remove backslashes in doctest grammar docs (#29346)
George Zhang committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 19, 2022
C
May 8, 2022
D
gh-80856: doc: reveal doctest directives (#92318)
Davide Rizzo committed
A
gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420)
Alex Waygood committed
September 29, 2021
A
Fix doctest doc examples for syntax errors (GH-28486)
andrei kulakov committed
January 25, 2021
J
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Julien Palard committed
December 15, 2020
J
bpo-36675: Doc: Reveal doctest directives (GH-23620)
Julien Palard committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
September 12, 2019
J
bpo-36675: Remove obsolete code. (GH-16024)
Julien Palard committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
October 20, 2018
S
bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)
Stéphane Wirtel committed
May 3, 2017
U
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder committed
February 7, 2017
M
Issue #29371: Clarify bitwise OR operation in doctest option flags.
Mariatta Wijaya committed
October 19, 2016
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
September 18, 2015
E
Issue24756: clarify usage of run_docstring_examples()
Ethan Furman committed
E
Issue24756: clarify usage of run_docstring_examples()
Ethan Furman committed
October 6, 2014
G
merge with 3.4
Georg Brandl committed
G
Closes #12148: clarify "or's together option flags" in doctest docs.
Georg Brandl committed
April 15, 2014
R
#15916: if there are no docstrings, make empty suite, not an error.
R David Murray committed
March 24, 2014
G
Fix a few scoping issues with versionadded/versionchanged directives.
Georg Brandl committed
November 24, 2013
Z
Issue #3158: doctest can now find doctests in functions and methods
Zachary Ware committed
June 23, 2013
R
#11390: convert doctest CLI to argparse and add -o and -f options.
R David Murray committed
November 22, 2012
R
#16522: s/always 1/at most 1/.
R David Murray committed