| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -5/+5 |
* | Fix the remaining doctest failures. | Guido van Rossum | 2007-02-09 | 1 | -6/+10 |
* | Redue the failure rate to 13 tests. Bah. | Guido van Rossum | 2007-02-09 | 1 | -135/+135 |
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 | 1 | -43/+43 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -2/+2 |
* | Inspired by SF patch #860326, make the exception formatting by | Guido van Rossum | 2006-08-26 | 1 | -1/+1 |
* | Remove usage of backticks. | Brett Cannon | 2006-08-25 | 1 | -1/+1 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -7/+0 |
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -48/+9 |
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -6/+48 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+39 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -23/+23 |
* | Get doctest to pass. The problem was int/int -> float now. There | Neal Norwitz | 2006-03-22 | 1 | -11/+11 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -6/+6 |
* | Fix test cases for doctest. | Georg Brandl | 2005-06-26 | 1 | -0/+3 |
* | add __file__ to the globals available for tests loaded via DocFileSuite; | Fred Drake | 2004-12-21 | 1 | -0/+8 |
* | test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton | Tim Peters | 2004-11-08 | 1 | -3/+90 |
* | Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's | Edward Loper | 2004-09-28 | 1 | -101/+0 |
* | Added a new NORMALIZE_NUMBERS option, which causes number literals in | Edward Loper | 2004-09-28 | 1 | -0/+101 |
* | - Changed SampleClass docstrings to test docstring parsing a little | Edward Loper | 2004-09-21 | 1 | -7/+18 |
* | - Added "testfile" function, a simple function for running & verifying | Edward Loper | 2004-09-19 | 1 | -3/+132 |
* | In DocFileTest: | Edward Loper | 2004-09-18 | 1 | -3/+26 |
* | exclude_empty: make the default True for DocTestFinder, and introduce it | Tim Peters | 2004-09-13 | 1 | -7/+20 |
* | Added new parameter exclude_empty to DocTestFinder.__init__, which | Edward Loper | 2004-09-13 | 1 | -4/+20 |
* | DocTestFinder._find(): for tests derived from a module __test__ global, | Tim Peters | 2004-09-13 | 1 | -2/+2 |
* | Recover from inspect.getmodule() changes. It returns a module for | Tim Peters | 2004-09-11 | 1 | -25/+42 |
* | Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained | Tim Peters | 2004-09-04 | 1 | -0/+37 |
* | Whitespace normalization. | Tim Peters | 2004-08-29 | 1 | -2/+2 |
* | - setUp and tearDown functions are now passed the test object | Jim Fulton | 2004-08-28 | 1 | -5/+111 |
* | Removed outdated comment | Edward Loper | 2004-08-27 | 1 | -2/+0 |
* | - Removed redundant call to expandtabs in DocTestParesr. | Edward Loper | 2004-08-27 | 1 | -51/+114 |
* | - Added DocTestParser.parse(), which parses a docstring into Examples | Edward Loper | 2004-08-26 | 1 | -2/+57 |
* | output_difference(): In fancy-diff cases, the way this split expected & | Tim Peters | 2004-08-26 | 1 | -7/+3 |
* | Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the | Edward Loper | 2004-08-26 | 1 | -0/+81 |
* | Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and | Edward Loper | 2004-08-26 | 1 | -7/+7 |
* | Shortened diff output for unified & context diffs | Edward Loper | 2004-08-26 | 1 | -6/+2 |
* | - Changed the output of report_start() and report_unexpected_exception() | Edward Loper | 2004-08-26 | 1 | -22/+40 |
* | Added an "exc_msg" attribute to Example (containing the expected | Edward Loper | 2004-08-26 | 1 | -16/+77 |
* | Only recognize the expected output as an exception if it *starts* with | Edward Loper | 2004-08-25 | 1 | -3/+13 |
* | test_DocTestFinder(): This test failed when test_doctest was run | Tim Peters | 2004-08-23 | 1 | -2/+5 |
* | Moved some test cases from doctest to test_doctest. | Tim Peters | 2004-08-23 | 1 | -2/+126 |
* | Added NDIFF_DIFF option. | Tim Peters | 2004-08-22 | 1 | -3/+29 |
* | Bugs fixed: | Jim Fulton | 2004-08-22 | 1 | -56/+115 |
* | _ellipsis_match(): Removed special-casing of "...\n". The semantics | Tim Peters | 2004-08-22 | 1 | -28/+5 |
* | Now that they've settled down, document doctest directives. | Tim Peters | 2004-08-19 | 1 | -3/+17 |
* | Replaced the ELLIPSIS implementation with a worst-case linear-time one. | Tim Peters | 2004-08-19 | 1 | -8/+20 |
* | ELLIPSIS implementation: an ellipsis couldn't match nothing if it | Tim Peters | 2004-08-19 | 1 | -0/+23 |
* | Fixed bug in line-number finding for examples (DocTestParser wasn't | Edward Loper | 2004-08-17 | 1 | -2/+25 |
* | - Changed output of DocTestParser.get_program() to make it easier to | Edward Loper | 2004-08-12 | 1 | -8/+8 |