1. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  2. 5f8b0b1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 21 years ago
  3. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 21 years ago
  4. cc39a13 Expose the 'master' instance mentioned in the docs. by Raymond Hettinger · 21 years ago
  5. db3756d Some nifty doctest extensions from Jim Fulton, currently used in Zope3. by Tim Peters · 21 years ago
  6. 275abbd Missed a spot where the new optional optionflags argument needed to get by Tim Peters · 21 years ago
  7. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  8. 4581cfa Patch #486438: Make module argument to testmod optional. by Martin v. Löwis · 22 years ago
  9. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  10. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  11. bcc2c12 Change raw "except:" constructs to pass on KeyboardInterrupt. by Tim Peters · 22 years ago
  12. c77db34 SF bug [#473864] doctest expects spurios space. by Tim Peters · 23 years ago
  13. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 23 years ago
  14. 4a9ac4a SF patch [#466616] Exclude imported items from doctest. by Tim Peters · 23 years ago
  15. 7402f79 SF patch [#466616] Exclude imported items from doctest, by Tim Peters · 23 years ago
  16. 4fd9e2f Remove the horrid generators hack from doctest.py. This relies on a by Tim Peters · 23 years ago
  17. 0381339 Document doctest's generator-future hack. by Tim Peters · 23 years ago
  18. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  19. fee69d0 Changed some comments. Removed the caution about clearing globs, since by Tim Peters · 23 years ago
  20. d4ad59e Clear the copy of the globs dict after running examples. This helps to by Tim Peters · 23 years ago
  21. 77f2d50 doctest systematically leaked memory when handling an exception in an by Tim Peters · 23 years ago
  22. 08bba95 doctest doesn't handle intentional SyntaxError exceptions gracefully, by Tim Peters · 23 years ago
  23. 24a4191 Changed doctest to run tests in alphabetic order of name. by Tim Peters · 23 years ago
  24. 261d91a Make doctest's self-test succeed after the previous change. by Guido van Rossum · 23 years ago
  25. af00a46 Print a bunch of asterisks before the failure summary, to separate it by Guido van Rossum · 23 years ago
  26. f9bb496 Miranda newlines: if anything at all was written to stdout, supply a by Tim Peters · 23 years ago
  27. 60e23f4 Change doctest exception example to one whose detail hasn't changed since 1.5.2. by Tim Peters · 23 years ago
  28. ea4f931 Teach doctest about newer "(most recent call last)" traceback spelling. by Tim Peters · 23 years ago
  29. ecb6fb9 Bump __version__ tuple. by Tim Peters · 23 years ago
  30. 630e69c String method conversion. by Eric S. Raymond · 23 years ago
  31. eccd02a more __all__ updates by Skip Montanaro · 24 years ago
  32. 8a7d2d5 doctest-- The Little Module That Could --finally makes it to the Big Show <wink>. by Tim Peters · 24 years ago