index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
doctest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-69113: Fix doctest to report line numbers for __test__ strings (#141624)
Sanyam Khurana
2025-12-06
1
-0/+26
*
GH-90344: replace single-call `io.IncrementalNewlineDecoder` usage with non-i...
Guo Ci
2025-11-15
1
-7/+2
*
gh-136914: Fix support of cached functions and properties in DocTest's lineno...
Denis Laxalde
2025-07-25
1
-1/+4
*
Fix the doctest.testmod() docstring (GH-136675)
Serhiy Storchaka
2025-07-15
1
-2/+2
*
gh-108885: Use subtests for doctest examples run by unittest (GH-134890)
Serhiy Storchaka
2025-05-31
1
-20/+75
*
gh-134857: Improve error report for doctests run with unittest (GH-134858)
Serhiy Storchaka
2025-05-29
1
-11/+13
*
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade
2025-05-05
1
-1/+1
*
gh-128595: Default to stdout isatty for colour detection instead of stderr (#...
Hugo van Kemenade
2025-01-20
1
-1/+1
*
gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255)
Tian Gao
2024-09-24
1
-2/+2
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
1
-2/+2
*
gh-117225: Move colorize functionality to own internal module (#118283)
Hugo van Kemenade
2024-05-01
1
-22/+16
*
gh-112730: Make the test suite resilient to color-activation environment vari...
Pablo Galindo Salgado
2024-04-24
1
-1/+9
*
gh-117225: Add color to doctest output (#117583)
Hugo van Kemenade
2024-04-24
1
-11/+38
*
gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin_or_met...
Nikita Sobolev
2024-04-10
1
-1/+8
*
gh-117294: Report DocTestCase as skipped if all examples in the doctest are s...
Malcolm Smith
2024-03-28
1
-3/+4
*
gh-117225: doctest: only print "and X failed" when non-zero, don't pluralise ...
Hugo van Kemenade
2024-03-27
1
-20/+39
*
gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342)
Serhiy Storchaka
2024-02-19
1
-1/+1
*
gh-115392: Fix doctest reporting incorrect line numbers for decorated functio...
Brian Schubert
2024-02-14
1
-1/+1
*
gh-61648: Detect line numbers of properties in doctests (GH-113161)
Serhiy Storchaka
2023-12-15
1
-0/+2
*
gh-94722: fix DocTest.__eq__ for case of no line number on one side (#112385)
Irit Katriel
2023-11-25
1
-2/+4
*
gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111...
Nikita Sobolev
2023-11-04
1
-1/+5
*
gh-111159: Fix `doctest` output comparison for exceptions with notes (#111160)
Nikita Sobolev
2023-10-21
1
-1/+14
*
gh-108794: doctest counts skipped tests (#108795)
Victor Stinner
2023-09-02
1
-64/+86
*
gh-107715: Escape class name in regular expression (GH-107716)
Gertjan van Zwieten
2023-08-07
1
-1/+1
*
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...
Steve Dower
2023-01-13
1
-1/+7
*
gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (#99434)
Nikita Sobolev
2022-12-30
1
-1/+2
*
bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)
Nikita Sobolev
2022-05-19
1
-5/+9
*
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Daniƫl van Noord
2022-03-22
1
-0/+3
*
bpo-46306: simplify `CodeType` attribute access in `doctest.py` (GH-30481)
Nikita Sobolev
2022-01-08
1
-1/+1
*
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
Alex Waygood
2021-10-28
1
-4/+2
*
bpo-35753: Fix crash in doctest with unwrap-able functions (#22981)
Alfred Perlstein
2021-05-05
1
-2/+13
*
bpo-43049: Use io.IncrementalNewlineDecoder for doctest newline conversion (G...
Peter Donis
2021-03-02
1
-6/+3
*
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ...
Brett Cannon
2020-11-07
1
-7/+11
*
bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...
Peter Donis
2020-03-26
1
-1/+8
*
bpo-36406: Handle namespace packages in doctest (GH-12520)
Xtreak
2019-12-13
1
-1/+2
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-1/+1
*
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
1
-2/+1
*
bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639)
Sanyam Khurana
2019-01-09
1
-2/+0
*
bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4...
Serhiy Storchaka
2017-12-04
1
-1/+1
*
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka
2017-05-04
1
-1/+2
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-4/+4
*
doctest now supports packages
Victor Stinner
2016-03-29
1
-4/+13
*
doctest: fix _module_relative_path() error message
Victor Stinner
2016-03-25
1
-2/+3
*
Merge typo and grammar fixes from 3.4 into 3.5
Martin Panter
2015-11-14
1
-1/+1
|
\
|
*
Fix a few grammar problems in the documentation and comments
Martin Panter
2015-11-14
1
-1/+1
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-2/+2
*
|
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka
2015-01-26
1
-9/+0
|
\
\
|
|
/
|
*
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka
2015-01-26
1
-9/+0
*
|
Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa.
Yury Selivanov
2014-12-08
1
-1/+2
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-2/+3
[next]