| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | doctest doesn't handle intentional SyntaxError exceptions gracefully, | Tim Peters | 2001-06-24 | 1 | -1/+1 |
|
|
* | Changed doctest to run tests in alphabetic order of name. | Tim Peters | 2001-03-21 | 1 | -2/+12 |
|
|
* | Make doctest's self-test succeed after the previous change. | Guido van Rossum | 2001-03-18 | 1 | -0/+2 |
|
|
* | Print a bunch of asterisks before the failure summary, to separate it | Guido van Rossum | 2001-03-18 | 1 | -0/+1 |
|
|
* | Miranda newlines: if anything at all was written to stdout, supply a | Tim Peters | 2001-02-14 | 1 | -1/+7 |
|
|
* | Change doctest exception example to one whose detail hasn't changed since 1.5.2. | Tim Peters | 2001-02-14 | 1 | -4/+4 |
|
|
* | Teach doctest about newer "(most recent call last)" traceback spelling. | Tim Peters | 2001-02-13 | 1 | -3/+4 |
|
|
* | Bump __version__ tuple. | Tim Peters | 2001-02-10 | 1 | -1/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -16/+11 |
|
|
* | more __all__ updates | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
|
|
* | doctest-- The Little Module That Could --finally makes it to the Big Show <wi... | Tim Peters | 2001-01-16 | 1 | -0/+1101 |
|
|