| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. | Tim Peters | 2013-12-04 | 1 | -4/+29 |
|
|
* | Issue #18647: A regular expression in the doctest module rewritten so that | Serhiy Storchaka | 2013-08-19 | 1 | -1/+1 |
|
|
* | #18705: fix a number of typos. Patch by FĂ©vry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -2/+2 |
|
|
* | #14649: clarify DocTestSuite error when there are no docstrings. | R David Murray | 2012-09-10 | 1 | -1/+6 |
|
|
* | #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/+11 |
|
|
* | Issue #7502: Fix equality comparison for DocTestCase instances. | Antoine Pitrou | 2011-12-18 | 1 | -0/+41 |
|
|
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -2/+2 |
|
|
* | Merged revisions 85503 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -1/+2 |
|
|
* | Fix the issue with non-ascii char in doctest. Issue #9409 | Florent Xicluna | 2010-10-14 | 1 | -1/+3 |
|
|
* | Merged revisions 85495 via svnmerge from | Florent Xicluna | 2010-10-14 | 1 | -1/+1 |
|
|
* | Merged revisions 84106 via svnmerge from | Alexander Belopolsky | 2010-08-16 | 1 | -1/+1 |
|
|
* | Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via sv... | Georg Brandl | 2010-08-01 | 1 | -0/+7 |
|
|
* | #8471: reset _SpoofOut.buf to an empty string when truncating; if Unicode had... | Georg Brandl | 2010-08-01 | 1 | -0/+3 |
|
|
* | Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co... | Nick Coghlan | 2010-04-28 | 1 | -3/+3 |
|
|
* | #7667: Fix doctest failures with non-ASCII paths. | Florent Xicluna | 2010-03-22 | 1 | -1/+2 |
|
|
* | Issue #1729305: Fix doctest to handle encode error with "backslashreplace". ... | Florent Xicluna | 2010-02-27 | 1 | -2/+9 |
|
|
* | Issue 6292: for the moment at least, the test suite passes if run | R. David Murray | 2010-02-23 | 1 | -1/+21 |
|
|
* | Remove a leftover from a previous iteration of the issue 7376 patch. | R. David Murray | 2009-12-21 | 1 | -1/+1 |
|
|
* | Issue #7376: When called with no arguments doctest was running a | R. David Murray | 2009-12-20 | 1 | -18/+22 |
|
|
* | Stronger tests for combinatoric relationships. | Raymond Hettinger | 2009-01-27 | 1 | -0/+4 |
|
|
* | Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by givi... | Nick Coghlan | 2008-12-15 | 1 | -3/+13 |
|
|
* | patch from issue 1108 | Skip Montanaro | 2008-11-19 | 1 | -2/+2 |
|
|
* | #2767: don't clear globs in run() call, since they could be needed in tearDown, | Georg Brandl | 2008-05-12 | 1 | -1/+1 |
|
|
* | #2766: remove code without effect. | Georg Brandl | 2008-05-12 | 1 | -2/+0 |
|
|
* | Doctest results return a named tuple for readability | Raymond Hettinger | 2008-01-11 | 1 | -12/+15 |
|
|
* | Fix issue #1530. | Alexandre Vassalotti | 2007-12-08 | 1 | -3/+6 |
|
|
* | Replaced import of the 'new' module with 'types' module and added a deprecati... | Christian Heimes | 2007-11-27 | 1 | -4/+4 |
|
|
* | back in these go - thanks to Titus Brown for the fix | Skip Montanaro | 2007-11-24 | 1 | -0/+13 |
|
|
* | revert change that breaks test_doctest (which I forgot to run - sorry) | Skip Montanaro | 2007-11-24 | 1 | -11/+0 |
|
|
* | Make trace and doctest play nice together (issue 1429818). Will backport. | Skip Montanaro | 2007-11-23 | 1 | -0/+11 |
|
|
* | doctest assumed that a package's __loader__.get_data() method used universal | Brett Cannon | 2007-11-21 | 1 | -1/+4 |
|
|
* | Small nit, found by Neal. | Georg Brandl | 2007-03-06 | 1 | -2/+2 |
|
|
* | Patch #1663234: you can now run doctest on test files and modules | Georg Brandl | 2007-03-06 | 1 | -2/+17 |
|
|
* | Fix a couple of typos. | Neal Norwitz | 2006-08-29 | 1 | -2/+2 |
|
|
* | Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally | Tim Peters | 2006-07-27 | 1 | -0/+5 |
|
|
* | Remove unused import | Neal Norwitz | 2006-06-12 | 1 | -1/+1 |
|
|
* | Remove doctest.testmod's deprecated (in 2.4) `isprivate` | Tim Peters | 2006-06-05 | 1 | -76/+9 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-30 | 1 | -3/+3 |
|
|
* | ("Forward-port" of r46506) | Armin Rigo | 2006-05-28 | 1 | -5/+6 |
|
|
* | Patch #1080727: add "encoding" parameter to doctest.DocFileSuite | George Yoshida | 2006-05-28 | 1 | -2/+17 |
|
|
* | Patch #721464: pdb.Pdb instances can now be given explicit stdin and | Georg Brandl | 2006-05-10 | 1 | -1/+1 |
|
|
* | Variant of patch #1478292. doctest.register_optionflag(name) | Tim Peters | 2006-05-10 | 1 | -3/+2 |
|
|
* | Patch #1475231: add a new SKIP doctest option, thanks to | Tim Peters | 2006-04-25 | 1 | -0/+9 |
|
|
* | Updated the warnings, linecache, inspect, traceback, site, and doctest modules | Phillip J. Eby | 2006-04-11 | 1 | -11/+15 |
|
|
* | Fix test cases for doctest. | Georg Brandl | 2005-06-26 | 1 | -0/+1 |
|
|
* | bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able | Georg Brandl | 2005-06-26 | 1 | -1/+2 |
|
|
* | SF patch 1167316: doctest.py fails self-test if run directly. | Tim Peters | 2005-03-28 | 1 | -5/+5 |
|
|
* | add __file__ to the globals available for tests loaded via DocFileSuite; | Fred Drake | 2004-12-21 | 1 | -0/+4 |
|
|
* | And delete a useless comment. | Tim Peters | 2004-11-08 | 1 | -1/+0 |
|
|