1. c504915 _parse_example(): Simplified new code to preserve trailing spaces before by Tim Peters · 20 years ago
  2. 07a349c Bugs fixed: by Jim Fulton · 20 years ago
  3. e594bee _ellipsis_match(): Removed special-casing of "...\n". The semantics by Tim Peters · 20 years ago
  4. b0a04e1 Gave _ellipsis_match() an attractive new leading underscore. by Tim Peters · 20 years ago
  5. 3a3817f Got rid of nooutput() (was used by DocTestCase.debug()) by Edward Loper · 20 years ago
  6. b7503ff Updated __all__ to include every non-underscored class, function, and by Edward Loper · 20 years ago
  7. dc5de3b ellipsis_match(): Changed treatment of start- and end-of-string exact by Tim Peters · 20 years ago
  8. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 20 years ago
  9. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 20 years ago
  10. b51b234 Fixed bug in line-number finding for examples (DocTestParser wasn't by Edward Loper · 20 years ago
  11. 41a65ea Doctest has new traceback gimmicks in 2.4. While trying to document by Tim Peters · 20 years ago
  12. 7ea48dd Nit in _IS_BLANK_OR_COMMENT comment -- it doesn't matter how this is by Tim Peters · 20 years ago
  13. 68ba9a6 In output_difference(), replace blank lines in `want` with <BLANKLINE> by Edward Loper · 20 years ago
  14. a5db600 - Changed output of DocTestParser.get_program() to make it easier to by Edward Loper · 20 years ago
  15. 8e4a34b - Added __docformat__ by Edward Loper · 20 years ago
  16. 74bca7a - Changed option directives to be example-specific. (i.e., they now by Edward Loper · 20 years ago
  17. ac20f57 - Added a register_optionflag function (so users can add their own by Edward Loper · 20 years ago
  18. c2388a2 Start rewriting doctest's LaTeX docs. Damn, this is slow going! by Tim Peters · 20 years ago
  19. 6c542b7 Edward's latest checkins somehow managed to wipe out my previous latest by Tim Peters · 20 years ago
  20. a1ef611 - DocTest is now a simple container class; its constructor is no longer by Edward Loper · 20 years ago
  21. 413ced6 This started as a spelling and whitespace cleanup. The comment for by Tim Peters · 20 years ago
  22. 356fd19 Added support for pdb.set_trace. by Jim Fulton · 20 years ago
  23. 80e5314 Removed lots of stuff from the module docstring. My intent for 2.4 is by Tim Peters · 20 years ago
  24. 208ca70 Repair some out-of-date comments. by Tim Peters · 20 years ago
  25. bb43147 Drop the excruciating newline requirements on arguments to by Tim Peters · 20 years ago
  26. dd0e475 Give return stmts their own lines. by Tim Peters · 20 years ago
  27. d40a92b Indent body of _EXAMPLE_RE for readability. _IS_BLANK_OR_COMMENT makes by Tim Peters · 20 years ago
  28. 78b58f3 Changed Parser.get_examples() to return a list of Example objects, by Edward Loper · 20 years ago
  29. 34fcb14 - Split DocTestRunner's check_output and output_difference methods off by Edward Loper · 20 years ago
  30. 7c74846 Rewrote Parser, using regular expressions instead of walking though by Edward Loper · 20 years ago
  31. f3f5747 Get rid of the ignore_imports argument to DocTestFinder.find(). by Tim Peters · 20 years ago
  32. 161c963 Type in docstring. by Tim Peters · 20 years ago
  33. 3ddd60a Also deprecated the old Tester class, which is no longer used by anything by Tim Peters · 20 years ago
  34. bafb1fe Deprecate the doctest.is_private() function. by Tim Peters · 20 years ago
  35. f727c6c Deprecated testmod's useless & confusing isprivate gimmick. by Tim Peters · 20 years ago
  36. d1b7827 Whitespace normalization. by Tim Peters · 20 years ago
  37. 19397e5 Merging from tim-doctest-branch, which is now closed. by Tim Peters · 20 years ago
  38. 9b625d3 Example.__init__: this cannot use assert, because that fails to trigger by Tim Peters · 20 years ago
  39. 8485b56 Edward Loper's cool and massive refactoring of doctest.py, merged from by Tim Peters · 20 years ago
  40. a643b65 Ported some features from zope: by Jim Fulton · 20 years ago
  41. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  42. 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 20 years ago
  43. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  44. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  45. 5f8b0b1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 21 years ago
  46. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 21 years ago
  47. cc39a13 Expose the 'master' instance mentioned in the docs. by Raymond Hettinger · 21 years ago
  48. db3756d Some nifty doctest extensions from Jim Fulton, currently used in Zope3. by Tim Peters · 21 years ago
  49. 275abbd Missed a spot where the new optional optionflags argument needed to get by Tim Peters · 21 years ago
  50. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  51. 4581cfa Patch #486438: Make module argument to testmod optional. by Martin v. Löwis · 22 years ago
  52. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  53. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  54. bcc2c12 Change raw "except:" constructs to pass on KeyboardInterrupt. by Tim Peters · 22 years ago
  55. c77db34 SF bug [#473864] doctest expects spurios space. by Tim Peters · 23 years ago
  56. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 23 years ago
  57. 4a9ac4a SF patch [#466616] Exclude imported items from doctest. by Tim Peters · 23 years ago
  58. 7402f79 SF patch [#466616] Exclude imported items from doctest, by Tim Peters · 23 years ago
  59. 4fd9e2f Remove the horrid generators hack from doctest.py. This relies on a by Tim Peters · 23 years ago
  60. 0381339 Document doctest's generator-future hack. by Tim Peters · 23 years ago
  61. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  62. fee69d0 Changed some comments. Removed the caution about clearing globs, since by Tim Peters · 23 years ago
  63. d4ad59e Clear the copy of the globs dict after running examples. This helps to by Tim Peters · 23 years ago
  64. 77f2d50 doctest systematically leaked memory when handling an exception in an by Tim Peters · 23 years ago
  65. 08bba95 doctest doesn't handle intentional SyntaxError exceptions gracefully, by Tim Peters · 23 years ago
  66. 24a4191 Changed doctest to run tests in alphabetic order of name. by Tim Peters · 23 years ago
  67. 261d91a Make doctest's self-test succeed after the previous change. by Guido van Rossum · 23 years ago
  68. af00a46 Print a bunch of asterisks before the failure summary, to separate it by Guido van Rossum · 23 years ago
  69. f9bb496 Miranda newlines: if anything at all was written to stdout, supply a by Tim Peters · 23 years ago
  70. 60e23f4 Change doctest exception example to one whose detail hasn't changed since 1.5.2. by Tim Peters · 23 years ago
  71. ea4f931 Teach doctest about newer "(most recent call last)" traceback spelling. by Tim Peters · 23 years ago
  72. ecb6fb9 Bump __version__ tuple. by Tim Peters · 23 years ago
  73. 630e69c String method conversion. by Eric S. Raymond · 23 years ago
  74. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  75. 8a7d2d5 doctest-- The Little Module That Could --finally makes it to the Big Show <wink>. by Tim Peters · 23 years ago