1. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  2. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  3. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  4. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  5. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  6. cc80bfe Fix doctest's __all__. by Georg Brandl · 16 years ago
  7. 3183585 Remove deprecated Tester class from doctest module. by Georg Brandl · 16 years ago
  8. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  9. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  10. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  11. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  12. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  13. cd4d452 Merged revisions 59077-59104 via svnmerge from by Guido van Rossum · 17 years ago
  14. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  15. e9fd231 Make _load_testfile() use its encoding argument when __loader__ is defined. by Brett Cannon · 17 years ago
  16. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  17. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  18. 1b81e7b Change the way the encoding parameter is handled. by Guido van Rossum · 17 years ago
  19. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  20. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  21. ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
  22. b8b108f Make doctest pass by specifying the right encoding. by Collin Winter · 17 years ago
  23. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  24. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  25. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  26. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  27. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  28. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
  29. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
  30. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  31. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  32. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  33. c082cb7 Fix another typo. by Neal Norwitz · 18 years ago
  34. 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
  35. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  36. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  37. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  38. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  39. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  40. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  41. ecf93c7 Fix test cases for doctest. by Georg Brandl · 19 years ago
  42. 1f14964 bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able by Georg Brandl · 19 years ago
  43. b7e99b6 SF patch 1167316: doctest.py fails self-test if run directly. by Tim Peters · 19 years ago
  44. 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 20 years ago
  45. 7960bf9 And delete a useless comment. by Tim Peters · 20 years ago
  46. d7bbbbc _OutputRedirectingPdb.trace_dispatch(): Return the base class's by Tim Peters · 20 years ago
  47. 50c6bdb test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton by Tim Peters · 20 years ago
  48. 7d42878 Fixed a small bug. doctest didn't handle unicode docstrings containing by Jim Fulton · 20 years ago
  49. 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 20 years ago
  50. aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 20 years ago
  51. 498a186 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 20 years ago
  52. 3afaaf2 Removed debug_script from the public API: no docs, not public. I'm in by Tim Peters · 20 years ago
  53. 9d02a7c Add set_unittest_reportflags() to the public API. Docs will follow by Tim Peters · 20 years ago
  54. 261b28a Removed two undocumented unittest support classes, and one undocumented by Tim Peters · 20 years ago
  55. 48983fc Removed most of the module docstring. There's too much to explain now, by Tim Peters · 20 years ago
  56. a2fc7ec - Minor docstring fixes. - Simplified code to find names for file-based tests. by Edward Loper · 20 years ago
  57. bab3e99 Whitespace normalization. by Tim Peters · 20 years ago
  58. 052d0cd - Added "testfile" function, a simple function for running & verifying by Edward Loper · 20 years ago
  59. 0273f5b In DocFileTest: by Edward Loper · 20 years ago
  60. 958cc89 exclude_empty: make the default True for DocTestFinder, and introduce it by Tim Peters · 20 years ago
  61. 32ddbf7 Added new parameter exclude_empty to DocTestFinder.__init__, which by Edward Loper · 20 years ago
  62. c568478 DocTestFinder._find(): for tests derived from a module __test__ global, by Tim Peters · 20 years ago
  63. 82076ef Reluctantly, rehabilitate doctest.master. by Tim Peters · 20 years ago
  64. 9661f9a Tester.run___test__(): This couldn't possibly work at all. I'm afraid by Tim Peters · 20 years ago
  65. 4be7a92 Tester.__init__(): this couldn't possibly work when a module argument by Tim Peters · 20 years ago
  66. 1fbf9c5 Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained by Tim Peters · 20 years ago
  67. ba60196 Added a couple names to __all__. by Tim Peters · 20 years ago
  68. 38330fe The distinction between comparison flags and reporting flags isn't unique by Tim Peters · 20 years ago
  69. df7a208 Whitespace normalization. by Tim Peters · 20 years ago
  70. f54bad4 - setUp and tearDown functions are now passed the test object by Jim Fulton · 20 years ago
  71. 12a4baf Remove unused method _OutputRedirectingPdb.resume by Edward Loper · 20 years ago
  72. 2de91ba - Removed redundant call to expandtabs in DocTestParesr. by Edward Loper · 20 years ago
  73. 00f8da7 - Added DocTestParser.parse(), which parses a docstring into Examples by Edward Loper · 20 years ago
  74. e7edcb8 output_difference(): In fancy-diff cases, the way this split expected & by Tim Peters · 20 years ago
  75. 5b799c1 _do_a_fancy_diff(): Pay no attention to the ellipses behind the curtain. by Tim Peters · 20 years ago
  76. ca9111e Changed OutputChecker.output_difference to expect an Example object, by Edward Loper · 20 years ago
  77. a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 20 years ago
  78. 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 20 years ago
  79. 5662929 Shortened diff output for unified & context diffs by Edward Loper · 20 years ago
  80. aacf083 - Changed the output of report_start() and report_unexpected_exception() by Edward Loper · 20 years ago
  81. a6b6832 Added an "exc_msg" attribute to Example (containing the expected by Edward Loper · 20 years ago
  82. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 20 years ago
  83. dd50cb7 The attempt to shut up deprecation warnings for doctest's own use of by Tim Peters · 20 years ago
  84. a7def72 Moved some test cases from doctest to test_doctest. by Tim Peters · 20 years ago
  85. 3fa8c20 Misc cleanups. by Tim Peters · 20 years ago
  86. b6a04d6 debug_script(): I changed this in haste before to take out the use of by Tim Peters · 20 years ago
  87. f82a9de Start deferring to the LaTeX docs for details. I'd like to move the by Tim Peters · 20 years ago
  88. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 20 years ago
  89. 75dc5e1 Type in docstring. by Tim Peters · 20 years ago
  90. c504915 _parse_example(): Simplified new code to preserve trailing spaces before by Tim Peters · 20 years ago
  91. 07a349c Bugs fixed: by Jim Fulton · 20 years ago
  92. e594bee _ellipsis_match(): Removed special-casing of "...\n". The semantics by Tim Peters · 20 years ago
  93. b0a04e1 Gave _ellipsis_match() an attractive new leading underscore. by Tim Peters · 20 years ago
  94. 3a3817f Got rid of nooutput() (was used by DocTestCase.debug()) by Edward Loper · 20 years ago
  95. b7503ff Updated __all__ to include every non-underscored class, function, and by Edward Loper · 20 years ago
  96. dc5de3b ellipsis_match(): Changed treatment of start- and end-of-string exact by Tim Peters · 20 years ago
  97. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 20 years ago
  98. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 20 years ago
  99. b51b234 Fixed bug in line-number finding for examples (DocTestParser wasn't by Edward Loper · 20 years ago
  100. 41a65ea Doctest has new traceback gimmicks in 2.4. While trying to document by Tim Peters · 20 years ago