| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 5021: doctest.testfile should set __name__ | Raymond Hettinger | 2009-01-27 | 1 | -0/+4 |
|
|
* | Merged revisions 67790 via svnmerge from | Nick Coghlan | 2008-12-15 | 1 | -3/+13 |
|
|
* | Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,... | Georg Brandl | 2008-12-05 | 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 |
|
|
* | _OutputRedirectingPdb.trace_dispatch(): Return the base class's | Tim Peters | 2004-11-08 | 1 | -4/+5 |
|
|
* | test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton | Tim Peters | 2004-11-08 | 1 | -3/+2 |
|
|
* | Fixed a small bug. doctest didn't handle unicode docstrings containing | Jim Fulton | 2004-10-13 | 1 | -1/+3 |
|
|
* | Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's | Edward Loper | 2004-09-28 | 1 | -79/+1 |
|
|
* | Added a new NORMALIZE_NUMBERS option, which causes number literals in | Edward Loper | 2004-09-28 | 1 | -1/+79 |
|
|
* | - Added a "parser" option to testfile() and DocFileTest(). | Edward Loper | 2004-09-27 | 1 | -5/+12 |
|
|
* | Removed debug_script from the public API: no docs, not public. I'm in | Tim Peters | 2004-09-26 | 1 | -1/+0 |
|
|
* | Add set_unittest_reportflags() to the public API. Docs will follow | Tim Peters | 2004-09-26 | 1 | -0/+1 |
|
|
* | Removed two undocumented unittest support classes, and one undocumented | Tim Peters | 2004-09-26 | 1 | -3/+0 |
|
|
* | Removed most of the module docstring. There's too much to explain now, | Tim Peters | 2004-09-25 | 1 | -124/+2 |
|
|
* | - Minor docstring fixes. | Edward Loper | 2004-09-21 | 1 | -15/+9 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-09-20 | 1 | -4/+4 |
|
|
* | - Added "testfile" function, a simple function for running & verifying | Edward Loper | 2004-09-19 | 1 | -37/+183 |
|
|
* | In DocFileTest: | Edward Loper | 2004-09-18 | 1 | -3/+20 |
|
|
* | exclude_empty: make the default True for DocTestFinder, and introduce it | Tim Peters | 2004-09-13 | 1 | -7/+7 |
|
|
* | Added new parameter exclude_empty to DocTestFinder.__init__, which | Edward Loper | 2004-09-13 | 1 | -8/+14 |
|
|
* | DocTestFinder._find(): for tests derived from a module __test__ global, | Tim Peters | 2004-09-13 | 1 | -1/+1 |
|
|
* | Reluctantly, rehabilitate doctest.master. | Tim Peters | 2004-09-13 | 1 | -9/+26 |
|
|
* | Tester.run___test__(): This couldn't possibly work at all. I'm afraid | Tim Peters | 2004-09-12 | 1 | -1/+1 |
|
|
* | Tester.__init__(): this couldn't possibly work when a module argument | Tim Peters | 2004-09-12 | 1 | -1/+1 |
|
|