| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -17/+17 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -8/+8 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -2/+2 |
|
|
* | Fix another typo. | Neal Norwitz | 2006-08-29 | 1 | -1/+1 |
|
|
* | Inspired by SF patch #860326, make the exception formatting by | Guido van Rossum | 2006-08-26 | 1 | -2/+2 |
|
|
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -4/+5 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+6 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -76/+9 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -7/+23 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -4/+12 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 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 |
|
|
* | Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained | Tim Peters | 2004-09-04 | 1 | -32/+47 |
|
|
* | Added a couple names to __all__. | Tim Peters | 2004-09-04 | 1 | -0/+2 |
|
|
* | The distinction between comparison flags and reporting flags isn't unique | Tim Peters | 2004-08-30 | 1 | -28/+19 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-29 | 1 | -8/+8 |
|
|
* | - setUp and tearDown functions are now passed the test object | Jim Fulton | 2004-08-28 | 1 | -17/+124 |
|
|
* | Remove unused method _OutputRedirectingPdb.resume | Edward Loper | 2004-08-27 | 1 | -3/+0 |
|
|
* | - Removed redundant call to expandtabs in DocTestParesr. | Edward Loper | 2004-08-27 | 1 | -16/+61 |
|
|
* | - Added DocTestParser.parse(), which parses a docstring into Examples | Edward Loper | 2004-08-26 | 1 | -143/+80 |
|
|
* | output_difference(): In fancy-diff cases, the way this split expected & | Tim Peters | 2004-08-26 | 1 | -2/+2 |
|
|
* | _do_a_fancy_diff(): Pay no attention to the ellipses behind the curtain. | Tim Peters | 2004-08-26 | 1 | -7/+11 |
|
|
* | Changed OutputChecker.output_difference to expect an Example object, | Edward Loper | 2004-08-26 | 1 | -6/+6 |
|
|
* | Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the | Edward Loper | 2004-08-26 | 1 | -10/+22 |
|
|
* | Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and | Edward Loper | 2004-08-26 | 1 | -16/+16 |
|
|
* | Shortened diff output for unified & context diffs | Edward Loper | 2004-08-26 | 1 | -6/+6 |
|
|