1. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  2. c8fd192 - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to by doko@ubuntu.com · 8 years ago
  3. 9657545 - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to by doko@ubuntu.com · 8 years ago
  4. 5285545 Issue #16484: Merge pydoc Windows fixes from 3.5 by Martin Panter · 8 years ago
  5. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  6. 13ee7d1 Merge: #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  7. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  8. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  9. e2e0dee Issue #18010: Merge pydoc web search fix from 3.5 by Martin Panter · 9 years ago
  10. 98da9d0 Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  11. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 9 years ago
  12. fc632e3 Merge with 3.5. by Serhiy Storchaka · 9 years ago
  13. 95801bb Issue #24879: Teach pydoc to display named tuple fields in the order they were defined. by Raymond Hettinger · 9 years ago
  14. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  15. f5e8540 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  16. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  17. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  18. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  19. c156e51 Merge: #23792: also catch interrupt around pipe.write. by R David Murray · 9 years ago
  20. e7f5e14 #23792: also catch interrupt around pipe.write. by R David Murray · 9 years ago
  21. f375b0a Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 9 years ago
  22. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 9 years ago
  23. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 9 years ago
  24. 7065f37 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  25. 5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  26. 77c041b merge 3.4 (#21548) by Benjamin Peterson · 9 years ago
  27. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 9 years ago
  28. ab5e9b9 Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 9 years ago
  29. f1fc9fb Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 9 years ago
  30. 0ff742c Issue #20662: Argspec now is escaped in html output of pydoc. by Serhiy Storchaka · 10 years ago
  31. 66dd4aa Issue #20662: Argspec now is escaped in html output of pydoc. by Serhiy Storchaka · 10 years ago
  32. 61bd1dc Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 10 years ago
  33. 97e9ec6 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 10 years ago
  34. 810dc9b Merge from 3.4 by Senthil Kumaran · 10 years ago
  35. aa72b1b Merge from 3.3 by Senthil Kumaran · 10 years ago
  36. 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 10 years ago
  37. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  38. fff80d9 Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. by Zachary Ware · 10 years ago
  39. eb43214 Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. by Zachary Ware · 10 years ago
  40. eac2194 merge 3.4 (#11709) by Benjamin Peterson · 10 years ago
  41. 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
  42. 9d19da7 merge 3.4 (#13223) by Benjamin Peterson · 10 years ago
  43. ed1160b don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 10 years ago
  44. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  45. 5bb446f Issue #18918: Removed non-existing topic from a list of available topics. by Serhiy Storchaka · 10 years ago
  46. 0cc45ba Issue #21398: Fix an unicode error in the pydoc pager when the documentation by Victor Stinner · 10 years ago
  47. 3d050dd #9364: Improve the text printed by help(pydoc) and help(help). by R David Murray · 10 years ago
  48. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  49. 24a882b Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 10 years ago
  50. 056eb02 Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago
  51. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  52. 3a62d14 Issue #19703: Update pydoc to use the new importer APIs. by Eric Snow · 10 years ago
  53. aed5b22 Issue 20123: Fix pydoc.synopsis() for "binary" modules. by Eric Snow · 10 years ago
  54. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  55. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  56. b0c84cd Issue #19030: final pieces for proper location of various class attributes located in the metaclass. by Ethan Furman · 11 years ago
  57. 1448ecf Issue #18716: Deprecate the formatter module by Brett Cannon · 11 years ago
  58. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  59. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  60. f4ba4ec Issue #17177: Stop using imp in pydoc by Brett Cannon · 11 years ago
  61. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  62. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  63. d5e6f2e Issue #18157: stop using imp.load_module() in imp. by Brett Cannon · 11 years ago
  64. 72b8502 #11182: remove the unused and undocumented pydoc.Scanner class. Patch by Martin Morrison. by Ezio Melotti · 11 years ago
  65. ac0cea5 Merge: #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  66. 52dfc74 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  67. 9929bc5 #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  68. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 11 years ago
  69. 3420057 Closes #17158: Add 'symbols' to help() welcome message; clarify 'modules spam' by Terry Jan Reedy · 11 years ago
  70. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  71. 29e02a2 merge 3.3 by Benjamin Peterson · 12 years ago
  72. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  73. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  74. d340b43 Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's data. by Brett Cannon · 12 years ago
  75. 9deaa06 Issue #9319: Remove the workaround for this since fixed problem from pydoc by Nick Coghlan · 12 years ago
  76. 2824cb5 Issue #15343: A lot more than just unicode decoding can go wrong when retrieving a source file by Nick Coghlan · 12 years ago
  77. c645c6a Closes #15162: the meaning of "online" has shifted a bit in recent years, use "interactive" instead. by Georg Brandl · 12 years ago
  78. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  79. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  80. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  81. a82c960 merge #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  82. c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  83. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  84. 8613b0d Merge #14434: make tutorial link in 'help' banner version-specific by R David Murray · 12 years ago
  85. de0f629 #14434: make tutorial link in 'help' banner version-specific by R David Murray · 12 years ago
  86. 86a8a9a Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 12 years ago
  87. 12f65d1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 12 years ago
  88. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  89. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  90. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  91. 4c3124c Merge 3.2 by Éric Araujo · 13 years ago
  92. 647ef8c Wrap pydoc output under 80 characters by Éric Araujo · 13 years ago
  93. c473f8c Merge fix for #8887 from 3.2 by Éric Araujo · 13 years ago
  94. e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 13 years ago
  95. 7a2f0c7 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 13 years ago
  96. 27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 13 years ago
  97. d7772bc (merge 3.2) Issue #12451: pydoc: html_getfile() now uses tokenize.open() to by Victor Stinner · 13 years ago
  98. 91e0877 Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python by Victor Stinner · 13 years ago
  99. 5f9a995 (merge 3.2) Issue #12451: pydoc: importfile() now opens the Python script in by Victor Stinner · 13 years ago
  100. e975af6 Issue #12451: pydoc: importfile() now opens the Python script in binary mode, by Victor Stinner · 13 years ago