| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-07 | 1 | -2/+2 |
|
|
* | Merging from tim-doctest-branch, which is now closed. | Tim Peters | 2004-08-06 | 1 | -180/+652 |
|
|
* | Example.__init__: this cannot use assert, because that fails to trigger | Tim Peters | 2004-08-04 | 1 | -2/+5 |
|
|
* | Edward Loper's cool and massive refactoring of doctest.py, merged from | Tim Peters | 2004-08-04 | 1 | -943/+1373 |
|
|
* | Ported some features from zope: | Jim Fulton | 2004-07-14 | 1 | -101/+214 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -3/+3 |
|
|
* | Patch #932930: suggest the use of rawstrings for backslashes. | Martin v. Löwis | 2004-05-31 | 1 | -12/+21 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -13/+11 |
|
|
* | SF patch #806246: use basestring where possible | Raymond Hettinger | 2003-09-17 | 1 | -1/+1 |
|
|
* | SF 798269: bug fix for doctest (sf bug id: 798254 | Raymond Hettinger | 2003-09-02 | 1 | -2/+3 |
|
|
* | Doctest now examines all docstrings by default. Previously, it would | Raymond Hettinger | 2003-07-16 | 1 | -19/+28 |
|
|
* | Expose the 'master' instance mentioned in the docs. | Raymond Hettinger | 2003-07-11 | 1 | -0/+1 |
|
|
* | Some nifty doctest extensions from Jim Fulton, currently used in Zope3. | Tim Peters | 2003-06-29 | 1 | -0/+268 |
|
|
* | Missed a spot where the new optional optionflags argument needed to get | Tim Peters | 2003-06-29 | 1 | -1/+1 |
|
|
* | A hack to ease compatibility with pre-2.3 Pythons: by default, doctest | Tim Peters | 2003-06-27 | 1 | -17/+58 |
|
|
* | Patch #486438: Make module argument to testmod optional. | Martin v. Löwis | 2002-11-22 | 1 | -4/+12 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -2/+2 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 1 | -7/+7 |
|
|
* | Change raw "except:" constructs to pass on KeyboardInterrupt. | Tim Peters | 2002-03-20 | 1 | -0/+4 |
|
|
* | SF bug [#473864] doctest expects spurios space. | Tim Peters | 2001-10-23 | 1 | -0/+6 |
|
|
* | SF bug [#467336] doctest failures w/ new-style classes. | Tim Peters | 2001-10-03 | 1 | -6/+49 |
|
|
* | SF patch [#466616] Exclude imported items from doctest. | Tim Peters | 2001-10-02 | 1 | -7/+13 |
|
|
* | SF patch [#466616] Exclude imported items from doctest, | Tim Peters | 2001-10-02 | 1 | -51/+70 |
|
|
* | Remove the horrid generators hack from doctest.py. This relies on a | Tim Peters | 2001-08-18 | 1 | -75/+37 |
|
|
* | Document doctest's generator-future hack. | Tim Peters | 2001-07-16 | 1 | -0/+7 |
|
|
* | Ugly. A pile of new xxxFlags() functions, to communicate to the parser | Tim Peters | 2001-07-16 | 1 | -0/+2 |
|
|
* | Changed some comments. Removed the caution about clearing globs, since | Tim Peters | 2001-06-24 | 1 | -3/+3 |
|
|
* | Clear the copy of the globs dict after running examples. This helps to | Tim Peters | 2001-06-24 | 1 | -5/+15 |
|
|
* | doctest systematically leaked memory when handling an exception in an | Tim Peters | 2001-06-24 | 1 | -1/+1 |
|
|