1. 29978ae The docs claimed a test would pass that actually wouldn't pass. Repaired by Tim Peters · 20 years ago
  2. 0fe00aa Added 2 notes about the complexities of testing SyntaxErrors. by Edward Loper · 20 years ago
  3. 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 20 years ago
  4. aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 20 years ago
  5. a4c6a85 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 20 years ago
  6. 456ff91 - Fixed typo in multi-line exception example by Edward Loper · 20 years ago
  7. 36ee8ce Give a saner example for script_from_examples(); also mention an intended by Tim Peters · 20 years ago
  8. 9463d87 Made most module references "clickable". by Tim Peters · 20 years ago
  9. 0041121 Docs for run_docstring_examples(). by Tim Peters · 20 years ago
  10. 05b05fe Added a lot of new stuff to the debugging section. by Tim Peters · 20 years ago
  11. 16be62f register_optionflag(): Moved from the Debugging section to the section by Tim Peters · 20 years ago
  12. 6a0a64b Document set_unittest_reportflags(). by Tim Peters · 20 years ago
  13. c90ea82 Fix double word error. by Raymond Hettinger · 20 years ago
  14. 3f79125 Assorted minor changes, plus a lot more soap. by Tim Peters · 20 years ago
  15. 8c0a2cf Explain the motivation for the unittest functions, and beef up the by Tim Peters · 20 years ago
  16. b2b26ac Repaired mistakes in the descriptions of testmod()/testfile(), and by Tim Peters · 20 years ago
  17. 2dc8205 Since the doctest warnings section was reduced to one bullet point, by Tim Peters · 20 years ago
  18. 39c5de0 In the "doctest warnings" section, removed obsolete info, and noted that by Tim Peters · 20 years ago
  19. 06cc847 Beef up the section on testfile(), giving a complete example in by Tim Peters · 20 years ago
  20. cac5e7b Typo. by Tim Peters · 20 years ago
  21. 7a08214 Since the LaTeX isn't doctest'ed, examples are always wrong <wink>. by Tim Peters · 20 years ago
  22. b3666a3 - Updated docs to reflect changes in 2.4. by Edward Loper · 20 years ago
  23. 6cc1350 - Updated example output to match actual output by Edward Loper · 20 years ago
  24. 8278860 Document testmod's new exclude_empty argument. by Tim Peters · 20 years ago
  25. 1fbf9c5 Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained by Tim Peters · 20 years ago
  26. 38330fe The distinction between comparison flags and reporting flags isn't unique by Tim Peters · 20 years ago
  27. f33683f Fine tune a word. by Tim Peters · 20 years ago
  28. cf53355 Thinko repair. by Tim Peters · 20 years ago
  29. a07bcd4 Reorg of exception section. Now that there are fewer details needing by Tim Peters · 20 years ago
  30. a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 20 years ago
  31. 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 20 years ago
  32. 0e44807 Restored half of a \versionadded only half of which should have been deleted. by Tim Peters · 20 years ago
  33. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 20 years ago
  34. 656f7e4 Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything by Tim Peters · 20 years ago
  35. 8bd5cb3 Add version info by Neal Norwitz · 20 years ago
  36. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 20 years ago
  37. c890618 Quote # as \# to make lib compile again. by Johannes Gijsbers · 20 years ago
  38. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 20 years ago
  39. 83e259a Another microburst of snail-like progress. by Tim Peters · 20 years ago
  40. 41a65ea Doctest has new traceback gimmicks in 2.4. While trying to document by Tim Peters · 20 years ago
  41. 2603960 Markup fiddling. by Tim Peters · 20 years ago
  42. 8a3b69c Excruciatingly slow progress on the docs. Option flags / directive names by Tim Peters · 20 years ago
  43. 9d92d5a minor changes to make this format again by Fred Drake · 20 years ago
  44. c2388a2 Start rewriting doctest's LaTeX docs. Damn, this is slow going! by Tim Peters · 20 years ago
  45. 336689b A few trivial edits. by Tim Peters · 20 years ago
  46. 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 20 years ago
  47. ccabed3 Patch #849350: Update to document bool return values. Backported to 2.3. by Martin v. Löwis · 21 years ago
  48. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  49. 7a6b4f0 more markup chages by Fred Drake · 21 years ago
  50. 8836e56 - remove mention of the isprivate flag, since that isn't directly by Fred Drake · 21 years ago
  51. 943277e Minor corrections. by Raymond Hettinger · 21 years ago
  52. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 21 years ago
  53. 92f21b1 Document Jim Fulton's docttest extensions. by Raymond Hettinger · 21 years ago
  54. 5d2f515 fix markup nits by Fred Drake · 21 years ago
  55. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  56. 4581cfa Patch #486438: Make module argument to testmod optional. by Martin v. Löwis · 22 years ago
  57. 0481d24 CVS patch [#466628] Doc changes for doctest patch (#466616), from by Tim Peters · 23 years ago
  58. c115835 Fix recent changes so that this section will format again. by Fred Drake · 23 years ago
  59. 1dc98c4 add warning about situation where code may be executed twice, once when by Skip Montanaro · 23 years ago
  60. 4cf1227 Change {\em ...} to \emph{...} for consistency with the rest of the Python by Fred Drake · 24 years ago
  61. 19f3c52 Work around the broken formatting of sys.ps1 prompts in running text. by Fred Drake · 24 years ago
  62. f0768c8 Added missing \item. See also bug 133213, about damaged HTML generated by Tim Peters · 24 years ago
  63. c4089d8 In the example showing the irrelevance of start columns, restore that the by Tim Peters · 24 years ago
  64. 7eb1463 Make a variety of minor markup adjustments. by Fred Drake · 24 years ago
  65. 7688229 SF patch #103808: doctest.py docs by Tim Peters · 24 years ago