1. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  2. b1511f7 doctest now supports packages by Victor Stinner · 8 years ago
  3. 84ca9fe doctest: fix _module_relative_path() error message by Victor Stinner · 8 years ago
  4. 32acc16 Merge typo and grammar fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  5. 2e4571a Fix a few grammar problems in the documentation and comments by Martin Panter · 9 years ago
  6. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  7. 34af502 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 9 years ago
  8. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 9 years ago
  9. b532df6 Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa. by Yury Selivanov · 9 years ago
  10. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  11. 1976d9b #15916: if there are no docstrings, make empty suite, not an error. by R David Murray · 10 years ago
  12. eee44f2 Issue #3158: Provide a couple of fallbacks for in case a method_descriptor by Zachary Ware · 10 years ago
  13. f9a07f2 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 10 years ago
  14. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
  15. 7c1017b Fix tests for #11798 by Andrew Svetlov · 11 years ago
  16. 75674ae Issue #18647: A regular expression in the doctest module rewritten so that by Serhiy Storchaka · 11 years ago
  17. 1ca66ed Issue #18647: A regular expression in the doctest module rewritten so that by Serhiy Storchaka · 11 years ago
  18. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  19. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  20. 5707d50 #11390: convert doctest CLI to argparse and add -o and -f options. by R David Murray · 11 years ago
  21. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  22. 5a9d706 #16522: Add FAIL_FAST flag to doctest. by R David Murray · 12 years ago
  23. c3bfb01 Merge #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  24. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  25. 1da08e7 Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  26. e112153 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  27. 165b128 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 12 years ago
  28. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 12 years ago
  29. 7bfe899 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 12 years ago
  30. 92d4acb Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 12 years ago
  31. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  32. a0b12a1 (merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary by Victor Stinner · 13 years ago
  33. 12b8d14 Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to by Victor Stinner · 13 years ago
  34. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  35. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  36. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  37. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  38. 34748cd Fix test suite to not activate new sigint behavior in pdb. by Georg Brandl · 13 years ago
  39. ea5d827 Merged revisions 85503 via svnmerge from by Antoine Pitrou · 14 years ago
  40. 92f60ed More proper closing of files by Antoine Pitrou · 14 years ago
  41. d9f5763 Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409) by Florent Xicluna · 14 years ago
  42. 102594f Merged revisions 84106 via svnmerge from by Alexander Belopolsky · 14 years ago
  43. 977a684 Issue #8983: Corrected docstrings. by Alexander Belopolsky · 14 years ago
  44. 469d3e7 Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from by Georg Brandl · 14 years ago
  45. d72e043 #5727: Restore the ability to use readline when calling into pdb in doctests. by Georg Brandl · 14 years ago
  46. 25fbb89 Issue #8048: Prevent doctests from failing when sys.displayhook has by Georg Brandl · 14 years ago
  47. 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 14 years ago
  48. 04b5000 Rolled back revisions 79307 via svnmerge from by Benjamin Peterson · 14 years ago
  49. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 14 years ago
  50. e94b221 Merged revisions 78493 via svnmerge from by Florent Xicluna · 14 years ago
  51. 5925085 For 3.x, the "backslashreplace" error handling is plugged on the "write" method. by Florent Xicluna · 14 years ago
  52. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 14 years ago
  53. 66f9fea Merged revisions 77895-77896 via svnmerge from by Antoine Pitrou · 14 years ago
  54. b3d7700 r77895 broke doctest. by Antoine Pitrou · 14 years ago
  55. f29f9ec Merged revisions 76975 via svnmerge from by R. David Murray · 14 years ago
  56. 0f72d6c Merged revisions 76973 via svnmerge from by R. David Murray · 14 years ago
  57. 1452095 Merged revisions 76937 via svnmerge from by R. David Murray · 14 years ago
  58. 445448c Merged revisions 76934-76935 via svnmerge from by R. David Murray · 14 years ago
  59. c3c6fed Merged revisions 74010,74034,74054 via svnmerge from by Georg Brandl · 15 years ago
  60. 765b976 PEP-8-ify r73389. by R. David Murray · 15 years ago
  61. 58641de Issue #6195: fix doctest to no longer try to read 'source' data from by R. David Murray · 15 years ago
  62. 0f05517 Issue 5021: doctest.testfile should set __name__ by Raymond Hettinger · 15 years ago
  63. 3862200 Merged revisions 67790 via svnmerge from by Nick Coghlan · 15 years ago
  64. 6cadba7 Merged revisions 67243,67245,67277-67278,67289 via svnmerge from by Benjamin Peterson · 16 years ago
  65. fbf66bd a much cleaner fix from Antoine by Benjamin Peterson · 16 years ago
  66. f63e343 uhh. __builtins__ is a module in __main__ and a dict elsewhere by Benjamin Peterson · 16 years ago
  67. 638c722 make sure doctest doesn't pollute __builtins__ by Benjamin Peterson · 16 years ago
  68. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  69. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  70. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  71. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  72. 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
  73. cc80bfe Fix doctest's __all__. by Georg Brandl · 16 years ago
  74. 3183585 Remove deprecated Tester class from doctest module. by Georg Brandl · 16 years ago
  75. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 16 years ago
  76. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 16 years ago
  77. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  78. 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
  79. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  80. cd4d452 Merged revisions 59077-59104 via svnmerge from by Guido van Rossum · 17 years ago
  81. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  82. e9fd231 Make _load_testfile() use its encoding argument when __loader__ is defined. by Brett Cannon · 17 years ago
  83. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  84. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  85. 1b81e7b Change the way the encoding parameter is handled. by Guido van Rossum · 17 years ago
  86. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  87. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  88. ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
  89. b8b108f Make doctest pass by specifying the right encoding. by Collin Winter · 17 years ago
  90. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  91. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  92. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  93. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  94. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  95. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  96. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  97. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  98. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  99. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  100. c082cb7 Fix another typo. by Neal Norwitz · 18 years ago