1. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  2. 2a37f8f bpo-36045: builtins.help() now prefixes `async` for async functions (GH-12010) by Dan Rose · 5 years ago
  3. 86f0c82 bpo-36729: Delete unused text variable on tests. (GH-12959) by Emmanuel Arias · 5 years ago
  4. efcf82f bpo-35619: Improve support of custom data descriptors in help() and pydoc. (GH-11366) by Serhiy Storchaka · 6 years ago
  5. 052b2df bpo-32492: Tweak _collections._tuplegetter. (GH-11367) by Serhiy Storchaka · 6 years ago
  6. b539cef bpo-35614: Fix pydoc help() on metaclasses (#11357) by Sanyam Khurana · 6 years ago
  7. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 6 years ago
  8. a44d34e bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Serhiy Storchaka · 6 years ago
  9. a323cdc bpo-8525: help() on a type now shows builtin subclasses (GH-5066) by Sanyam Khurana · 6 years ago
  10. 4e11c46 bpo-34182: Fix test_pydoc running as a script. (GH-8389) by Bo Bayles · 6 years ago
  11. 1a5c4bd bpo-33185: Improve wording and markup (GH-6477) by Nick Coghlan · 6 years ago
  12. 82a9481 bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) by Nick Coghlan · 6 years ago
  13. d911e40 bpo-32226: PEP 560: improve typing module (#4906) by Ivan Levkivskyi · 7 years ago
  14. ebfaa71 bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441) by xdegaye · 7 years ago
  15. 762b957 bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408) by Dong-hee Na · 7 years ago
  16. 6a396c9 bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) by Feanil Patel · 7 years ago
  17. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  18. fd46561 bpo-31028: Fix test_pydoc when run directly (#2864) by Victor Stinner · 7 years ago
  19. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  20. 265dce6 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.5->3.6) by Guido van Rossum · 8 years ago
  21. 52e5004 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. by Guido van Rossum · 8 years ago
  22. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  23. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  24. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  25. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  26. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  27. 5285545 Issue #16484: Merge pydoc Windows fixes from 3.5 by Martin Panter · 8 years ago
  28. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  29. 13ee7d1 Merge: #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  30. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  31. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  32. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  33. e2e0dee Issue #18010: Merge pydoc web search fix from 3.5 by Martin Panter · 9 years ago
  34. 98da9d0 Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  35. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 9 years ago
  36. 95801bb Issue #24879: Teach pydoc to display named tuple fields in the order they were defined. by Raymond Hettinger · 9 years ago
  37. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  38. f5e8540 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  39. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  40. 3de4aae Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 9 years ago
  41. 4c094e5 Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 9 years ago
  42. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 9 years ago
  43. 7065f37 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  44. 5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  45. 77c041b merge 3.4 (#21548) by Benjamin Peterson · 9 years ago
  46. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 9 years ago
  47. 810dc9b Merge from 3.4 by Senthil Kumaran · 10 years ago
  48. aa72b1b Merge from 3.3 by Senthil Kumaran · 10 years ago
  49. 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 10 years ago
  50. fff80d9 Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. by Zachary Ware · 10 years ago
  51. eb43214 Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. by Zachary Ware · 10 years ago
  52. bb91c1d Issue 21786: Clean-up test_pydoc taking taking advantage of diffing in unittest. by Raymond Hettinger · 10 years ago
  53. 57398c3 Fix test_pydoc failure introduced by 7aa72075d440. Patch by Berker Peksag. by Charles-François Natali · 10 years ago
  54. fe928de Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  55. 159824e make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) by Benjamin Peterson · 10 years ago
  56. ed1160b don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 10 years ago
  57. a46ef70 Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. by Eric Snow · 10 years ago
  58. 24a882b Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 10 years ago
  59. 056eb02 Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago
  60. 5de3278 Fix test failures (--without-doc-strings). by Stefan Krah · 11 years ago
  61. 1abd708 Issue #20226: Added tests for new features and regressions. by Larry Hastings · 11 years ago
  62. 3a62d14 Issue #19703: Update pydoc to use the new importer APIs. by Eric Snow · 11 years ago
  63. 5ea9750 Issue 20123: Disable a problematic test. by Eric Snow · 11 years ago
  64. 0dddf42 Issue 20123: try using a different builtin module in a pydoc test. by Eric Snow · 11 years ago
  65. aed5b22 Issue 20123: Fix pydoc.synopsis() for "binary" modules. by Eric Snow · 11 years ago
  66. c1bd2fe Merge with 3.3 by Terry Jan Reedy · 11 years ago
  67. 5c81164 Issue #19397: test_pydoc now works with -S (help not added to builtins). by Terry Jan Reedy · 11 years ago
  68. 3f2f192 Issue #19030: fix new pydoc tests for --without-doc-strings by Ethan Furman · 11 years ago
  69. 1a82f7e Fix test_pydoc failure introduced by 2f09a6980e1a (issue #19030). by Charles-François Natali · 11 years ago
  70. b0c84cd Issue #19030: final pieces for proper location of various class attributes located in the metaclass. by Ethan Furman · 11 years ago
  71. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  72. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  73. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  74. c52d113 Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  75. 9c1334e #17115: Remove what appears to be a useless chunk of code which broke by Brett Cannon · 11 years ago
  76. ac0cea5 Merge: #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  77. 52dfc74 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  78. 9929bc5 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  79. 455f296 #17464: improve pydoc test coverage. by R David Murray · 11 years ago
  80. 26f1166 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 11 years ago
  81. 9d0add0 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 11 years ago
  82. fb93190 Fix test_pydoc for build --without-doc-strings. by Stefan Krah · 12 years ago
  83. a82c960 merge #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  84. c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  85. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  86. f16d677 Issue #13861: merge by Ned Deily · 12 years ago
  87. 3429491 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 12 years ago
  88. 9403071 merge from 3.2 by Ned Deily · 13 years ago
  89. 92a81a1 Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 13 years ago
  90. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  91. c473f8c Merge fix for #8887 from 3.2 by Éric Araujo · 13 years ago
  92. e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 13 years ago
  93. afed6ec Merge from 3.2 by Antoine Pitrou · 13 years ago
  94. f7f5475 Use test.script_helper in test_pydoc by Antoine Pitrou · 13 years ago
  95. a6e81a2 test_pydoc needs to cleanup after itself by Antoine Pitrou · 13 years ago
  96. 319672e (merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie if by Victor Stinner · 13 years ago
  97. e6c910e Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to by Victor Stinner · 13 years ago
  98. ba8ef7a (Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 13 years ago
  99. 62a68f2 test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 13 years ago
  100. 60811c2 #11926: merge with 3.2. by Ezio Melotti · 13 years ago