summaryrefslogtreecommitdiff
path: root/Lib/doctest.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* #8473: make doctest.testfile use universal newline mode.R David Murray2014-10-021-1/+1
* Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-031-4/+29
* Issue #18647: A regular expression in the doctest module rewritten so thatSerhiy Storchaka2013-08-191-1/+1
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-2/+2
* #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-1/+6
* #12757: Make doctest skipping in -OO mode work with unittest/regrtest -vR David Murray2012-03-211-3/+7
* Followup to #7502: add __hash__ method and tests.Antoine Pitrou2011-12-181-0/+11
* Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-181-0/+41
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
* Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-141-1/+2
* Fix the issue with non-ascii char in doctest. Issue #9409Florent Xicluna2010-10-141-1/+3
* Merged revisions 85495 via svnmerge fromFlorent Xicluna2010-10-141-1/+1
* Merged revisions 84106 via svnmerge fromAlexander Belopolsky2010-08-161-1/+1
* Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via sv...Georg Brandl2010-08-011-0/+7
* #8471: reset _SpoofOut.buf to an empty string when truncating; if Unicode had...Georg Brandl2010-08-011-0/+3
* Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co...Nick Coghlan2010-04-281-3/+3
* #7667: Fix doctest failures with non-ASCII paths.Florent Xicluna2010-03-221-1/+2
* Issue #1729305: Fix doctest to handle encode error with "backslashreplace". ...Florent Xicluna2010-02-271-2/+9
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-231-1/+21
* Remove a leftover from a previous iteration of the issue 7376 patch.R. David Murray2009-12-211-1/+1
* Issue #7376: When called with no arguments doctest was running aR. David Murray2009-12-201-18/+22
* Stronger tests for combinatoric relationships.Raymond Hettinger2009-01-271-0/+4
* Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by givi...Nick Coghlan2008-12-151-3/+13
* patch from issue 1108Skip Montanaro2008-11-191-2/+2
* #2767: don't clear globs in run() call, since they could be needed in tearDown,Georg Brandl2008-05-121-1/+1
* #2766: remove code without effect.Georg Brandl2008-05-121-2/+0
* Doctest results return a named tuple for readabilityRaymond Hettinger2008-01-111-12/+15
* Fix issue #1530.Alexandre Vassalotti2007-12-081-3/+6
* Replaced import of the 'new' module with 'types' module and added a deprecati...Christian Heimes2007-11-271-4/+4
* back in these go - thanks to Titus Brown for the fixSkip Montanaro2007-11-241-0/+13
* revert change that breaks test_doctest (which I forgot to run - sorry)Skip Montanaro2007-11-241-11/+0
* Make trace and doctest play nice together (issue 1429818). Will backport.Skip Montanaro2007-11-231-0/+11
* doctest assumed that a package's __loader__.get_data() method used universalBrett Cannon2007-11-211-1/+4
* Small nit, found by Neal.Georg Brandl2007-03-061-2/+2
* Patch #1663234: you can now run doctest on test files and modulesGeorg Brandl2007-03-061-2/+17
* Fix a couple of typos.Neal Norwitz2006-08-291-2/+2
* Bug #1529297: The rewrite of doctest for Python 2.4 unintentionallyTim Peters2006-07-271-0/+5
* Remove unused importNeal Norwitz2006-06-121-1/+1
* Remove doctest.testmod's deprecated (in 2.4) `isprivate`Tim Peters2006-06-051-76/+9
* Whitespace normalization.Tim Peters2006-05-301-3/+3
* ("Forward-port" of r46506)Armin Rigo2006-05-281-5/+6
* Patch #1080727: add "encoding" parameter to doctest.DocFileSuiteGeorge Yoshida2006-05-281-2/+17
* Patch #721464: pdb.Pdb instances can now be given explicit stdin andGeorg Brandl2006-05-101-1/+1
* Variant of patch #1478292. doctest.register_optionflag(name)Tim Peters2006-05-101-3/+2
* Patch #1475231: add a new SKIP doctest option, thanks toTim Peters2006-04-251-0/+9
* Updated the warnings, linecache, inspect, traceback, site, and doctest modulesPhillip J. Eby2006-04-111-11/+15
* Fix test cases for doctest.Georg Brandl2005-06-261-0/+1
* bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-ableGeorg Brandl2005-06-261-1/+2
* SF patch 1167316: doctest.py fails self-test if run directly.Tim Peters2005-03-281-5/+5