summaryrefslogtreecommitdiffstats
path: root/Lib/doctest.py
Commit message (Expand)AuthorAgeFilesLines
...
* Type in docstring.Tim Peters2004-08-081-1/+1
* Also deprecated the old Tester class, which is no longer used by anythingTim Peters2004-08-081-2/+13
* Deprecate the doctest.is_private() function.Tim Peters2004-08-081-0/+6
* Deprecated testmod's useless & confusing isprivate gimmick.Tim Peters2004-08-081-40/+24
* Whitespace normalization.Tim Peters2004-08-071-2/+2
* Merging from tim-doctest-branch, which is now closed.Tim Peters2004-08-061-180/+652
* Example.__init__: this cannot use assert, because that fails to triggerTim Peters2004-08-041-2/+5
* Edward Loper's cool and massive refactoring of doctest.py, merged fromTim Peters2004-08-041-943/+1373
* Ported some features from zope:Jim Fulton2004-07-141-101/+214
* Whitespace normalization.Tim Peters2004-07-071-3/+3
* Patch #932930: suggest the use of rawstrings for backslashes.Martin v. Löwis2004-05-311-12/+21
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-13/+11
* SF patch #806246: use basestring where possibleRaymond Hettinger2003-09-171-1/+1
* SF 798269: bug fix for doctest (sf bug id: 798254Raymond Hettinger2003-09-021-2/+3
* Doctest now examines all docstrings by default. Previously, it wouldRaymond Hettinger2003-07-161-19/+28
* Expose the 'master' instance mentioned in the docs.Raymond Hettinger2003-07-111-0/+1
* Some nifty doctest extensions from Jim Fulton, currently used in Zope3.Tim Peters2003-06-291-0/+268
* Missed a spot where the new optional optionflags argument needed to getTim Peters2003-06-291-1/+1
* A hack to ease compatibility with pre-2.3 Pythons: by default, doctestTim Peters2003-06-271-17/+58
* Patch #486438: Make module argument to testmod optional.Martin v. Löwis2002-11-221-4/+12
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-2/+2
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-7/+7
* Change raw "except:" constructs to pass on KeyboardInterrupt.Tim Peters2002-03-201-0/+4
* SF bug [#473864] doctest expects spurios space.Tim Peters2001-10-231-0/+6
* SF bug [#467336] doctest failures w/ new-style classes.Tim Peters2001-10-031-6/+49
* SF patch [#466616] Exclude imported items from doctest.Tim Peters2001-10-021-7/+13
* SF patch [#466616] Exclude imported items from doctest,Tim Peters2001-10-021-51/+70
* Remove the horrid generators hack from doctest.py. This relies on aTim Peters2001-08-181-75/+37
* Document doctest's generator-future hack.Tim Peters2001-07-161-0/+7
* Ugly. A pile of new xxxFlags() functions, to communicate to the parserTim Peters2001-07-161-0/+2
* Changed some comments. Removed the caution about clearing globs, sinceTim Peters2001-06-241-3/+3
* Clear the copy of the globs dict after running examples. This helps toTim Peters2001-06-241-5/+15
* doctest systematically leaked memory when handling an exception in anTim Peters2001-06-241-1/+1
* doctest doesn't handle intentional SyntaxError exceptions gracefully,Tim Peters2001-06-241-1/+1
* Changed doctest to run tests in alphabetic order of name.Tim Peters2001-03-211-2/+12
* Make doctest's self-test succeed after the previous change.Guido van Rossum2001-03-181-0/+2
* Print a bunch of asterisks before the failure summary, to separate itGuido van Rossum2001-03-181-0/+1
* Miranda newlines: if anything at all was written to stdout, supply aTim Peters2001-02-141-1/+7
* Change doctest exception example to one whose detail hasn't changed since 1.5.2.Tim Peters2001-02-141-4/+4
* Teach doctest about newer "(most recent call last)" traceback spelling.Tim Peters2001-02-131-3/+4
* Bump __version__ tuple.Tim Peters2001-02-101-1/+1
* String method conversion.Eric S. Raymond2001-02-091-16/+11
* more __all__ updatesSkip Montanaro2001-01-201-0/+2
* doctest-- The Little Module That Could --finally makes it to the Big Show <wi...Tim Peters2001-01-161-0/+1101