COMMITS
/ Lib/test/test_doctest/test_doctest.py February 17, 2026
V
gh-141510, PEP 814: Add built-in frozendict type (#144757)
Victor Stinner committed
December 6, 2025
S
gh-69113: Fix doctest to report line numbers for __test__ strings (#141624)
Sanyam Khurana committed
July 25, 2025
D
May 31, 2025
S
gh-108885: Use subtests for doctest examples run by unittest (GH-134890)
Serhiy Storchaka committed
May 29, 2025
S
gh-134857: Improve error report for doctests run with unittest (GH-134858)
Serhiy Storchaka committed
May 28, 2025
S
gh-108885: Imporove tests for doctest (GH-134832)
Serhiy Storchaka committed
January 15, 2025
T
gh-128816: Fix warnings in test_doctest (GH-128817)
Thomas Grainger committed
November 1, 2024
B
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
Bénédikt Tran committed
September 9, 2024
E
gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (GH-122865)
Eric Snow committed
June 18, 2024
V
gh-120417: Move imports to doctests in test_doctest (#120679)
Victor Stinner committed
June 3, 2024
N
gh-119057: Use better error messages for zero division (#119066)
Nikita Sobolev committed
May 5, 2024
T
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Tian Gao committed
May 1, 2024
H
gh-117225: Move colorize functionality to own internal module (#118283)
Hugo van Kemenade committed
April 24, 2024
H
gh-117225: Add color to doctest output (#117583)
Hugo van Kemenade committed
April 21, 2024
N
gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122)
Nikita Sobolev committed
April 10, 2024
N
gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin_or_method` (#117699)
Nikita Sobolev committed
April 9, 2024
M
gh-116622: Enable `test_doctest` on platforms that don't support subprocesses (#116758)
Malcolm Smith 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
February 14, 2024
B
gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (#115440)
Brian Schubert committed
January 18, 2024
N
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (#112109)
Nikita Sobolev committed