1. 8bd216d bpo-29882: Add an efficient popcount method for integers (#771) by Niklas Fiekas · 5 years ago
  2. 6a5d3ff bpo-40636: Clarify the zip built-in docstring. (GH-20118) by Gregory P. Smith · 5 years ago
  3. a81849b bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) by sweeneyde · 5 years ago
  4. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 5 years ago
  5. e0b8101 bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) by Peter Donis · 5 years ago
  6. 8289e27 bpo-36406: Handle namespace packages in doctest (GH-12520) by Xtreak · 6 years ago
  7. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 6 years ago
  8. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 6 years ago
  9. c5dc60e bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) by Pablo Galindo · 7 years ago
  10. cbb1645 bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639) by Sanyam Khurana · 7 years ago
  11. da8d72c bpo-12458: Fix line numbers for multiline expressions. (GH-8774) by Serhiy Storchaka · 7 years ago
  12. 5ac7043 bpo-33073: Adding as_integer_ratio to ints. (GH-8750) by Lisa Roach · 7 years ago
  13. d5d9e02 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) by Nick Coghlan · 7 years ago
  14. b9650a0 bpo-32991: Restore expectation that inspect.getfile raises TypeError on namespace package (GH-5980) by Jason R. Coombs · 7 years ago
  15. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 8 years ago
  16. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  17. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 9 years ago
  18. a67d78e Issue #18300: Merge from 3.5 by Berker Peksag · 9 years ago
  19. e495646 Issue #18300: Set TERM='' by default in assert_python_* by Berker Peksag · 9 years ago
  20. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 9 years ago
  21. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 9 years ago
  22. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
  23. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 9 years ago
  24. 931602a test_doctest: remove unused imports by Victor Stinner · 9 years ago
  25. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  26. 09a08de Fix test_doctest in verbose mode by Victor Stinner · 10 years ago
  27. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 10 years ago
  28. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 10 years ago
  29. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
  30. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
  31. ae2d667 Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 10 years ago
  32. c9ba38c Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 10 years ago
  33. b532df6 Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa. by Yury Selivanov · 11 years ago
  34. f355943 Merge: #8473: Add tests that doctest uses universal newlines in testfile. by R David Murray · 11 years ago
  35. b48cb29 #8473: Add tests that doctest uses universal newlines in testfile. by R David Murray · 11 years ago
  36. 7b9ff0e Issue8297: module attribute lookup failures now include module name in error message. by Ethan Furman · 11 years ago
  37. 1976d9b #15916: if there are no docstrings, make empty suite, not an error. by R David Murray · 11 years ago
  38. e09fb71 fix #21076: turn signal module constants into enums by Giampaolo Rodola' · 11 years ago
  39. f9a07f2 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 12 years ago
  40. 7119b45 Issue #3158: Relax new doctests a bit. by Zachary Ware · 12 years ago
  41. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 12 years ago
  42. 4af6898 #11390: fix test failures due to readline and windows lineneds. by R David Murray · 12 years ago
  43. 5707d50 #11390: convert doctest CLI to argparse and add -o and -f options. by R David Murray · 12 years ago
  44. 5a9d706 #16522: Add FAIL_FAST flag to doctest. by R David Murray · 13 years ago
  45. c3bfb01 Merge #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 13 years ago
  46. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 13 years ago
  47. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 13 years ago
  48. 165b128 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 14 years ago
  49. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  50. 7bfe899 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 14 years ago
  51. 92d4acb Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  52. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  53. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  54. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 14 years ago
  55. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 14 years ago
  56. 9d39639 Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a by Victor Stinner · 15 years ago
  57. 3504944 Add test case for issue #9409, non-ascii char in doctest. It passes in 3.2 but needs fixing in 2.7. by Florent Xicluna · 15 years ago
  58. d9f5763 Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409) by Florent Xicluna · 15 years ago
  59. 469d3e7 Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from by Georg Brandl · 15 years ago
  60. 0d08962 Several enhancements to pdb and its test suite. by Georg Brandl · 15 years ago
  61. 25fbb89 Issue #8048: Prevent doctests from failing when sys.displayhook has by Georg Brandl · 15 years ago
  62. 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 15 years ago
  63. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 15 years ago
  64. dc6f2d0 An oversight in previous merge, r79610: test_doctest is sensible to the line numbering. by Florent Xicluna · 15 years ago
  65. 41fe615 (partially) by Florent Xicluna · 15 years ago
  66. e94b221 Merged revisions 78493 via svnmerge from by Florent Xicluna · 15 years ago
  67. 5925085 For 3.x, the "backslashreplace" error handling is plugged on the "write" method. by Florent Xicluna · 15 years ago
  68. bed7d04 Merged revisions 74095 via svnmerge from by Benjamin Peterson · 16 years ago
  69. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 16 years ago
  70. 58641de Issue #6195: fix doctest to no longer try to read 'source' data from by R. David Murray · 16 years ago
  71. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 17 years ago
  72. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  73. 3183585 Remove deprecated Tester class from doctest module. by Georg Brandl · 17 years ago
  74. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 18 years ago
  75. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 18 years ago
  76. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 18 years ago
  77. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 18 years ago
  78. cd4d452 Merged revisions 59077-59104 via svnmerge from by Guido van Rossum · 18 years ago
  79. 4a625c3 Add REPORT_NDIFF option to o test that was hard to debug recently. by Guido van Rossum · 18 years ago
  80. fd4a7de Fix doctest failure introduced by r57949. by Guido van Rossum · 18 years ago
  81. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
  82. 03fc779 Remove unnecessary import by Neal Norwitz · 18 years ago
  83. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
  84. b1a9f27 Fix test_doctest: drop u prefixes; explicitly declare by Martin v. Löwis · 18 years ago
  85. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
  86. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  87. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  88. e0192e5 Fix the remaining doctest failures. by Guido van Rossum · 18 years ago
  89. bdc36e4 Redue the failure rate to 13 tests. Bah. by Guido van Rossum · 18 years ago
  90. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
  91. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  92. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 19 years ago
  93. 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 19 years ago
  94. 0b70cca Remove usage of backticks. by Brett Cannon · 19 years ago
  95. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  96. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
  97. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
  98. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  99. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  100. 914a818 Get doctest to pass. The problem was int/int -> float now. There by Neal Norwitz · 19 years ago