COMMITS
/ Lib/doctest.py 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
F
Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409)
Florent Xicluna committed
August 16, 2010
A
Merged revisions 84106 via svnmerge from
Alexander Belopolsky committed
A
Issue #8983: Corrected docstrings.
Alexander Belopolsky committed
August 1, 2010
G
Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from
Georg Brandl committed
July 30, 2010
G
#5727: Restore the ability to use readline when calling into pdb in doctests.
Georg Brandl committed
G
Issue #8048: Prevent doctests from failing when sys.displayhook has
Georg Brandl committed
June 12, 2010
N
Merged revisions 80578 via svnmerge from
Nick Coghlan committed
April 11, 2010
B
Rolled back revisions 79307 via svnmerge from
Benjamin Peterson committed