1. eb9983c bpo-42869: Avoid an HTTP redirection. (GH-24174) by Julien Palard · 3 years, 7 months ago
  2. bcd7dee bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802) by Lysandros Nikolaou · 4 years, 2 months ago
  3. 9727694 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Lysandros Nikolaou · 4 years, 2 months ago
  4. 08b47c3 bpo-40257: Revert changes to inspect.getdoc() (GH-20073) by Serhiy Storchaka · 4 years, 3 months ago
  5. 7e64414 bpo-40257: Improve help for the typing module (GH-19546) by Serhiy Storchaka · 4 years, 4 months ago
  6. fbf2786 bpo-40257: Output object's own docstring in pydoc (GH-19479) by Serhiy Storchaka · 4 years, 4 months ago
  7. 4fac7ed bpo-21016: pydoc and trace use sysconfig (GH-18476) by Victor Stinner · 4 years, 6 months ago
  8. 61289d4 bpo-38786: Add parsing of https links to pydoc (GH-17143) by Kirill · 4 years, 9 months ago
  9. fa3a38d Mark files as executable that are meant as scripts. (GH-15354) by Greg Price · 5 years ago
  10. 2a37f8f bpo-36045: builtins.help() now prefixes `async` for async functions (GH-12010) by Dan Rose · 5 years ago
  11. c95c93d bpo-20285: Improve help docs for object (GH-4759) by Cheryl Sabella · 5 years ago
  12. a694f23 Add missing docstrings for TarInfo objects (#12555) by Raymond Hettinger · 5 years ago
  13. 9dcc095 Fix line ending (GH-12531) by Raymond Hettinger · 5 years ago
  14. 62be338 bpo-36401: Have help() show readonly properties separately (GH-12517) by Raymond Hettinger · 5 years ago
  15. efcf82f bpo-35619: Improve support of custom data descriptors in help() and pydoc. (GH-11366) by Serhiy Storchaka · 6 years ago
  16. b539cef bpo-35614: Fix pydoc help() on metaclasses (#11357) by Sanyam Khurana · 6 years ago
  17. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 6 years ago
  18. a44d34e bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Serhiy Storchaka · 6 years ago
  19. a323cdc bpo-8525: help() on a type now shows builtin subclasses (GH-5066) by Sanyam Khurana · 6 years ago
  20. d04f46c bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) by Berker Peksag · 6 years ago
  21. b2043bb bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701) by Andrés Delfino · 6 years ago
  22. 1a5c4bd bpo-33185: Improve wording and markup (GH-6477) by Nick Coghlan · 6 years ago
  23. 82a9481 bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) by Nick Coghlan · 6 years ago
  24. e5681b9 bpo-32440: Update the docs URL to https in help() (GH-5030) by oldk · 7 years ago
  25. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  26. 6a396c9 bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) by Feanil Patel · 7 years ago
  27. 4cab2cd bpo-31238: pydoc ServerThread.stop() now joins itself (#3151) by Victor Stinner · 7 years ago
  28. bdf6b91 bpo-29776: Use decorator syntax for properties. (#585) by Serhiy Storchaka · 7 years ago
  29. 213f229 Issue #29338: Don't output an empty signature for class constructor. by Serhiy Storchaka · 8 years ago
  30. ccb5f3c Issue #29338: The help of a builtin or extension class now includes the by Serhiy Storchaka · 8 years ago
  31. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  32. c8fd192 - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to by doko@ubuntu.com · 8 years ago
  33. 9657545 - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to by doko@ubuntu.com · 8 years ago
  34. 5285545 Issue #16484: Merge pydoc Windows fixes from 3.5 by Martin Panter · 8 years ago
  35. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  36. 13ee7d1 Merge: #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  37. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  38. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  39. e2e0dee Issue #18010: Merge pydoc web search fix from 3.5 by Martin Panter · 9 years ago
  40. 98da9d0 Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  41. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 9 years ago
  42. fc632e3 Merge with 3.5. by Serhiy Storchaka · 9 years ago
  43. 95801bb Issue #24879: Teach pydoc to display named tuple fields in the order they were defined. by Raymond Hettinger · 9 years ago
  44. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  45. f5e8540 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  46. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  47. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  48. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  49. c156e51 Merge: #23792: also catch interrupt around pipe.write. by R David Murray · 9 years ago
  50. e7f5e14 #23792: also catch interrupt around pipe.write. by R David Murray · 9 years ago
  51. f375b0a Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 9 years ago
  52. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 9 years ago
  53. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 9 years ago
  54. 7065f37 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  55. 5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  56. 77c041b merge 3.4 (#21548) by Benjamin Peterson · 9 years ago
  57. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 9 years ago
  58. ab5e9b9 Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 10 years ago
  59. f1fc9fb Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 10 years ago
  60. 0ff742c Issue #20662: Argspec now is escaped in html output of pydoc. by Serhiy Storchaka · 10 years ago
  61. 66dd4aa Issue #20662: Argspec now is escaped in html output of pydoc. by Serhiy Storchaka · 10 years ago
  62. 61bd1dc Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 10 years ago
  63. 97e9ec6 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 10 years ago
  64. 810dc9b Merge from 3.4 by Senthil Kumaran · 10 years ago
  65. aa72b1b Merge from 3.3 by Senthil Kumaran · 10 years ago
  66. 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 10 years ago
  67. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  68. fff80d9 Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. by Zachary Ware · 10 years ago
  69. eb43214 Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. by Zachary Ware · 10 years ago
  70. eac2194 merge 3.4 (#11709) by Benjamin Peterson · 10 years ago
  71. 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
  72. 9d19da7 merge 3.4 (#13223) by Benjamin Peterson · 10 years ago
  73. ed1160b don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 10 years ago
  74. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  75. 5bb446f Issue #18918: Removed non-existing topic from a list of available topics. by Serhiy Storchaka · 10 years ago
  76. 0cc45ba Issue #21398: Fix an unicode error in the pydoc pager when the documentation by Victor Stinner · 10 years ago
  77. 3d050dd #9364: Improve the text printed by help(pydoc) and help(help). by R David Murray · 10 years ago
  78. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  79. 24a882b Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 10 years ago
  80. 056eb02 Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago
  81. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  82. 3a62d14 Issue #19703: Update pydoc to use the new importer APIs. by Eric Snow · 11 years ago
  83. aed5b22 Issue 20123: Fix pydoc.synopsis() for "binary" modules. by Eric Snow · 11 years ago
  84. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  85. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  86. b0c84cd Issue #19030: final pieces for proper location of various class attributes located in the metaclass. by Ethan Furman · 11 years ago
  87. 1448ecf Issue #18716: Deprecate the formatter module by Brett Cannon · 11 years ago
  88. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  89. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  90. f4ba4ec Issue #17177: Stop using imp in pydoc by Brett Cannon · 11 years ago
  91. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  92. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  93. d5e6f2e Issue #18157: stop using imp.load_module() in imp. by Brett Cannon · 11 years ago
  94. 72b8502 #11182: remove the unused and undocumented pydoc.Scanner class. Patch by Martin Morrison. by Ezio Melotti · 11 years ago
  95. ac0cea5 Merge: #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  96. 52dfc74 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  97. 9929bc5 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  98. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 12 years ago
  99. 3420057 Closes #17158: Add 'symbols' to help() welcome message; clarify 'modules spam' by Terry Jan Reedy · 12 years ago
  100. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago