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-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
*
|
#15916: if there are no docstrings, make empty suite, not an error.
R David Murray
2014-04-15
1
-9/+0
|
/
*
Issue #3158: Provide a couple of fallbacks for in case a method_descriptor
Zachary Ware
2014-02-06
1
-1/+7
*
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
Tim Peters
2013-12-04
1
-4/+29
*
Issue #3158: doctest can now find doctests in functions and methods
Zachary Ware
2013-11-24
1
-5/+6
*
Fix tests for #11798
Andrew Svetlov
2013-08-28
1
-3/+9
*
Issue #18647: A regular expression in the doctest module rewritten so that
Serhiy Storchaka
2013-08-19
1
-1/+1
|
\
|
*
Issue #18647: A regular expression in the doctest module rewritten so that
Serhiy Storchaka
2013-08-19
1
-1/+1
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
1
-2/+2
|
\
\
|
|
/
|
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-2/+2
*
|
#11390: convert doctest CLI to argparse and add -o and -f options.
R David Murray
2013-06-23
1
-9/+28
*
|
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon
2013-05-04
1
-1/+1
*
|
#16522: Add FAIL_FAST flag to doctest.
R David Murray
2012-11-21
1
-1/+7
|
/
*
Merge #14649: clarify DocTestSuite error when there are no docstrings.
R David Murray
2012-09-10
1
-1/+6
|
\
|
*
#14649: clarify DocTestSuite error when there are no docstrings.
R David Murray
2012-09-10
1
-1/+6
*
|
Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
R David Murray
2012-03-21
1
-3/+7
|
\
\
|
|
/
|
*
#12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
R David Murray
2012-03-21
1
-3/+7
*
|
Followup to #7502: add __hash__ method and tests.
Antoine Pitrou
2011-12-18
1
-0/+10
|
\
\
|
|
/
|
*
Followup to #7502: add __hash__ method and tests.
Antoine Pitrou
2011-12-18
1
-0/+11
*
|
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou
2011-12-18
1
-0/+41
|
\
\
|
|
/
|
*
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou
2011-12-18
1
-0/+41
[next]