| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | _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 |
|
|
* | - Changed the output of report_start() and report_unexpected_exception() | Edward Loper | 2004-08-26 | 1 | -36/+24 |
|
|
* | Added an "exc_msg" attribute to Example (containing the expected | Edward Loper | 2004-08-26 | 1 | -43/+62 |
|
|
* | Only recognize the expected output as an exception if it *starts* with | Edward Loper | 2004-08-25 | 1 | -12/+8 |
|
|
* | The attempt to shut up deprecation warnings for doctest's own use of | Tim Peters | 2004-08-23 | 1 | -2/+5 |
|
|
* | Moved some test cases from doctest to test_doctest. | Tim Peters | 2004-08-23 | 1 | -116/+0 |
|
|
* | Misc cleanups. | Tim Peters | 2004-08-23 | 1 | -28/+26 |
|
|
* | debug_script(): I changed this in haste before to take out the use of | Tim Peters | 2004-08-23 | 1 | -15/+22 |
|
|
* | Start deferring to the LaTeX docs for details. I'd like to move the | Tim Peters | 2004-08-22 | 1 | -29/+3 |
|
|
* | Added NDIFF_DIFF option. | Tim Peters | 2004-08-22 | 1 | -6/+28 |
|
|
* | Type in docstring. | Tim Peters | 2004-08-22 | 1 | -1/+1 |
|
|
* | _parse_example(): Simplified new code to preserve trailing spaces before | Tim Peters | 2004-08-22 | 1 | -12/+8 |
|
|
* | Bugs fixed: | Jim Fulton | 2004-08-22 | 1 | -24/+45 |
|
|
* | _ellipsis_match(): Removed special-casing of "...\n". The semantics | Tim Peters | 2004-08-22 | 1 | -4/+0 |
|
|
* | Gave _ellipsis_match() an attractive new leading underscore. | Tim Peters | 2004-08-20 | 1 | -4/+4 |
|
|
* | Got rid of nooutput() (was used by DocTestCase.debug()) | Edward Loper | 2004-08-19 | 1 | -5/+1 |
|
|
* | Updated __all__ to include every non-underscored class, function, and | Edward Loper | 2004-08-19 | 1 | -2/+30 |
|
|
* | ellipsis_match(): Changed treatment of start- and end-of-string exact | Tim Peters | 2004-08-19 | 1 | -25/+35 |
|
|
* | Replaced the ELLIPSIS implementation with a worst-case linear-time one. | Tim Peters | 2004-08-19 | 1 | -15/+46 |
|
|
* | ELLIPSIS implementation: an ellipsis couldn't match nothing if it | Tim Peters | 2004-08-19 | 1 | -4/+8 |
|
|
* | Fixed bug in line-number finding for examples (DocTestParser wasn't | Edward Loper | 2004-08-17 | 1 | -5/+3 |
|
|
* | Doctest has new traceback gimmicks in 2.4. While trying to document | Tim Peters | 2004-08-13 | 1 | -16/+26 |
|
|
* | Nit in _IS_BLANK_OR_COMMENT comment -- it doesn't matter how this is | Tim Peters | 2004-08-13 | 1 | -2/+2 |
|
|
* | In output_difference(), replace blank lines in `want` with <BLANKLINE> | Edward Loper | 2004-08-12 | 1 | -3/+3 |
|
|
* | - Changed output of DocTestParser.get_program() to make it easier to | Edward Loper | 2004-08-12 | 1 | -15/+29 |
|
|
* | - Added __docformat__ | Edward Loper | 2004-08-12 | 1 | -13/+27 |
|
|
* | - Changed option directives to be example-specific. (i.e., they now | Edward Loper | 2004-08-12 | 1 | -50/+101 |
|
|
* | - Added a register_optionflag function (so users can add their own | Edward Loper | 2004-08-12 | 1 | -22/+18 |
|
|
* | Start rewriting doctest's LaTeX docs. Damn, this is slow going! | Tim Peters | 2004-08-10 | 1 | -1/+1 |
|
|
* | Edward's latest checkins somehow managed to wipe out my previous latest | Tim Peters | 2004-08-09 | 1 | -14/+17 |
|
|
* | - DocTest is now a simple container class; its constructor is no longer | Edward Loper | 2004-08-09 | 1 | -98/+101 |
|
|
* | This started as a spelling and whitespace cleanup. The comment for | Tim Peters | 2004-08-09 | 1 | -14/+17 |
|
|
* | Added support for pdb.set_trace. | Jim Fulton | 2004-08-09 | 1 | -1/+16 |
|
|
* | Removed lots of stuff from the module docstring. My intent for 2.4 is | Tim Peters | 2004-08-09 | 1 | -137/+18 |
|
|
* | Repair some out-of-date comments. | Tim Peters | 2004-08-09 | 1 | -8/+2 |
|
|
* | Drop the excruciating newline requirements on arguments to | Tim Peters | 2004-08-09 | 1 | -15/+15 |
|
|
* | Give return stmts their own lines. | Tim Peters | 2004-08-09 | 1 | -2/+4 |
|
|
* | Indent body of _EXAMPLE_RE for readability. _IS_BLANK_OR_COMMENT makes | Tim Peters | 2004-08-09 | 1 | -13/+13 |
|
|
* | Changed Parser.get_examples() to return a list of Example objects, | Edward Loper | 2004-08-09 | 1 | -21/+13 |
|
|
* | - Split DocTestRunner's check_output and output_difference methods off | Edward Loper | 2004-08-09 | 1 | -127/+139 |
|
|
* | Rewrote Parser, using regular expressions instead of walking though | Edward Loper | 2004-08-09 | 1 | -219/+216 |
|
|
* | Get rid of the ignore_imports argument to DocTestFinder.find(). | Tim Peters | 2004-08-08 | 1 | -25/+28 |
|
|
* | Type in docstring. | Tim Peters | 2004-08-08 | 1 | -1/+1 |
|
|
* | Also deprecated the old Tester class, which is no longer used by anything | Tim Peters | 2004-08-08 | 1 | -2/+13 |
|
|
* | Deprecate the doctest.is_private() function. | Tim Peters | 2004-08-08 | 1 | -0/+6 |
|
|
* | Deprecated testmod's useless & confusing isprivate gimmick. | Tim Peters | 2004-08-08 | 1 | -40/+24 |
|
|