COMMITS
/ Lib/doctest.py May 5, 2021
A
bpo-35753: Fix crash in doctest with unwrap-able functions (#22981)
Alfred Perlstein committed
March 2, 2021
P
bpo-43049: Use io.IncrementalNewlineDecoder for doctest newline conversion (GH-24359)
Peter Donis committed
November 7, 2020
March 26, 2020
December 13, 2019
X
bpo-36406: Handle namespace packages in doctest (GH-12520)
Xtreak committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
May 6, 2019
S
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka committed
January 9, 2019
S
bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639)
Sanyam Khurana committed
December 4, 2017
S
bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471)
Serhiy Storchaka committed
May 4, 2017
S
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
March 29, 2016
V
doctest now supports packages
Victor Stinner committed
March 25, 2016
V
doctest: fix _module_relative_path() error message
Victor Stinner committed
November 14, 2015
M
Merge typo and grammar fixes from 3.4 into 3.5
Martin Panter committed
M
Fix a few grammar problems in the documentation and comments
Martin Panter committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
January 26, 2015
S
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka committed
S
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka committed
December 8, 2014
Y
Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa.
Yury Selivanov committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
April 15, 2014
R
#15916: if there are no docstrings, make empty suite, not an error.
R David Murray committed
February 6, 2014
Z
Issue #3158: Provide a couple of fallbacks for in case a method_descriptor
Zachary Ware committed
December 4, 2013
T
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
Tim Peters committed
November 24, 2013
Z
Issue #3158: doctest can now find doctests in functions and methods
Zachary Ware committed
August 28, 2013
A
Fix tests for #11798
Andrew Svetlov committed
August 19, 2013
S
Issue #18647: A regular expression in the doctest module rewritten so that
Serhiy Storchaka committed
S
Issue #18647: A regular expression in the doctest module rewritten so that
Serhiy Storchaka committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
June 23, 2013
R
#11390: convert doctest CLI to argparse and add -o and -f options.
R David Murray committed
May 4, 2013
B
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon committed
November 21, 2012
R
#16522: Add FAIL_FAST flag to doctest.
R David Murray committed
September 10, 2012
R
Merge #14649: clarify DocTestSuite error when there are no docstrings.
R David Murray committed
R
#14649: clarify DocTestSuite error when there are no docstrings.
R David Murray committed
March 21, 2012
R
Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
R David Murray committed
R
#12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
R David Murray committed
December 18, 2011
A
Followup to #7502: add __hash__ method and tests.
Antoine Pitrou committed
A
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou committed
A
Followup to #7502: add __hash__ method and tests.
Antoine Pitrou committed
A
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou committed
September 28, 2011
E
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti committed
June 30, 2011
V
(merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary
Victor Stinner committed
V
Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to
Victor Stinner committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
E
#11565: Merge with 3.2.
Ezio Melotti committed
February 21, 2011
B
Issue #10990: Prevent tests from clobbering a set trace function.
Brett Cannon committed
December 4, 2010
G
Fix test suite to not activate new sigint behavior in pdb.
Georg Brandl committed
October 14, 2010
A
Merged revisions 85503 via svnmerge from
Antoine Pitrou committed
A
More proper closing of files
Antoine Pitrou committed