1. e52140c #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase by Martin Panter · 8 years ago
  2. 43415ba Issue #18010: Fix pydoc GUI search to handle package exceptions by Martin Panter · 9 years ago
  3. a8e6575 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 10 years ago
  4. dc9d41d Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty by Berker Peksag · 10 years ago
  5. 46e9250 Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 10 years ago
  6. 86ef95d Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by by Serhiy Storchaka · 10 years ago
  7. f16fbf9 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 10 years ago
  8. 75a55c3 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
  9. c3e1e90 don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 10 years ago
  10. 875565b #1065986: add missing error handler in pydoc unicode fix. by R David Murray · 11 years ago
  11. 984f630 #1065986: Make pydoc handle unicode strings. by R David Murray · 11 years ago
  12. c313b1d #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
  13. 93a224d #14434: make tutorial link in 'help' banner version-specific by R David Murray · 13 years ago
  14. b8572a1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 13 years ago
  15. 0096fb5 Issue #7425: Prevent pydoc -k failures due to module import errors. by Ned Deily · 13 years ago
  16. 9a52830 Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 13 years ago
  17. 4af1c6a Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break. by Senthil Kumaran · 13 years ago
  18. 0cf7e25 - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 13 years ago
  19. dbfba16 Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true) by Victor Stinner · 13 years ago
  20. 9aa5a34 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 14 years ago
  21. 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 14 years ago
  22. d501dde Merged revisions 82547 via svnmerge from by Alexander Belopolsky · 14 years ago
  23. aa89545 Merged revisions 84173 via svnmerge from by Senthil Kumaran · 14 years ago
  24. 004c74d Merged revisions 83370,83372-83374,83384 via svnmerge from by Georg Brandl · 14 years ago
  25. 9545a23 In a number of places code still revers by Ronald Oussoren · 14 years ago
  26. a01da93 Fix a test_pydoc failure on Neal Norwitz's buildbot. by Brian Curtin · 15 years ago
  27. fe4900c Correct what was intended to be a single-tuple to just be a != check. by Brian Curtin · 15 years ago
  28. aeb2e82 Fix #8225. xml.etree was displaying an incorrect link when viewed in help. by Brian Curtin · 15 years ago
  29. e511fc7 #7930: fix stripid by Ezio Melotti · 15 years ago
  30. 11db64e Issue #7328: don't corrupt sys.path when running pydoc with the -m switch by Nick Coghlan · 15 years ago
  31. ef087da Fix issue 5230 by having pydoc's safeimport check to see if the import by R. David Murray · 15 years ago
  32. d67ea7d fix issue #6121 by stripping spaces from the argument in the 'help' function. by R. David Murray · 15 years ago
  33. 4381925 Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. by Georg Brandl · 16 years ago
  34. e019706 #5698: Fix casing of !DOCTYPE to conform to W3C specs. by Georg Brandl · 16 years ago
  35. c3a9803 Patch #4739 by David Laban: add symbols to pydoc help topics, by Georg Brandl · 16 years ago
  36. 5c669db #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine. by Georg Brandl · 16 years ago
  37. aca98b0 Silence SyntaxWarning and DeprecationWarning in pydoc triggered by tuple by Brett Cannon · 16 years ago
  38. b32dea5 #3045: fix pydoc behavior for TEMP path with spaces. by Georg Brandl · 16 years ago
  39. c060b0e Issue 3190: pydoc now hides module __package__ attributes by Nick Coghlan · 16 years ago
  40. 681001e Generate pydoc's topic help from the reST docs via Sphinx' new text writer. by Georg Brandl · 16 years ago
  41. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
  42. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  43. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 16 years ago
  44. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 16 years ago
  45. b169eaa #2133: fix HTML color spec. by Georg Brandl · 17 years ago
  46. 727a590 Update PEP URL. by Andrew M. Kuchling · 17 years ago
  47. ce8fd9d Remove effectless expression statement. by Georg Brandl · 17 years ago
  48. f2dae0e #1715: include sub-extension modules in pydoc text output. by Georg Brandl · 17 years ago
  49. 0751d1a Adapt pydoc to new doc URLs. by Georg Brandl · 17 years ago
  50. 9e0f116 Check in the patch proposed by Ben Hayden (benjhayden) for issue by Ka-Ping Yee · 17 years ago
  51. 7e2b6bb Patch #1194449: correctly detect unbound methods in pydoc. by Georg Brandl · 18 years ago
  52. 8441f15 Patch #1530482: add pydoc.render_doc() which returns the documentation by Georg Brandl · 18 years ago
  53. b6a8754 Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 18 years ago
  54. 117a05e Bug #1628895: some better tries to find HTML documentation in pydoc. by Georg Brandl · 18 years ago
  55. 8ef1cf3 Handle old-style instances more gracefully (display documentation on by Ka-Ping Yee · 18 years ago
  56. c911e91 [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 18 years ago
  57. 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 18 years ago
  58. ceb3087 Second phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 19 years ago
  59. 26fd2e1 Fix pydoc.synopsis() so that it doesn't error out with an unreadable module. by Georg Brandl · 19 years ago
  60. 501dd0d The names of lambda functions are now properly displayed in pydoc. by Georg Brandl · 19 years ago
  61. 9a2dcf8 Fix SF bug #417833 (pydoc HTTP reload failure) by removing from by Ka-Ping Yee · 19 years ago
  62. a487e4e Accept patch to resolve SF bug #651124. by Ka-Ping Yee · 19 years ago
  63. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  64. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  65. 8b813db bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 19 years ago
  66. 9443242 That was one too much. by Georg Brandl · 19 years ago
  67. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  68. bba6acc Use getdoc(object) instead of object.__doc__ to fix indentation problems. by Ka-Ping Yee · 20 years ago
  69. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
  70. 9ddb300 Patch #936774: unify the display of data descriptors, including slots, by Johannes Gijsbers · 20 years ago
  71. ed2dbe3 SF patch #1094007: Remove witty comment in pydoc.py by Raymond Hettinger · 20 years ago
  72. 6fe8f19 Back out rev 1.96; see #1009389. by Martin v. Löwis · 20 years ago
  73. 8de645a Patch #1061931 / bug #971872: factor out part of spillproperties, so by Johannes Gijsbers · 20 years ago
  74. 4c11f60 Patch #934356: if a module defines __all__, believe that rather than using by Johannes Gijsbers · 20 years ago
  75. e09bd93 Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 20 years ago
  76. ac37f3d Patch #1009389: Make __credits__ a Unicode object. by Martin v. Löwis · 20 years ago
  77. e7691d3 Use readline/raw_input() in pydoc.Helper.interact if available and self.input by Johannes Gijsbers · 20 years ago
  78. 84601f1 Change pydoc.stripid() be able to match against 64-bit addresses by having by Brett Cannon · 20 years ago
  79. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
  80. a5616d2 Respect a module's __all__ attribute. Closes #969938. by Skip Montanaro · 20 years ago
  81. f213484 correct name error caught by Neal Norwitz with pychecker by Skip Montanaro · 20 years ago
  82. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
  83. f9b08b8 Patch #785689: Use basename in usage. Backported to 2.3. by Martin v. Löwis · 21 years ago
  84. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  85. 4997a69 display link to module docs when it looks like the object module is a core by Skip Montanaro · 21 years ago
  86. 0fe8fce (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__ by Skip Montanaro · 21 years ago
  87. b8c084e Support keyword and topics help in cli(). Fixes #715782. by Martin v. Löwis · 21 years ago
  88. 28a4f0f Have pydoc try handling an object as "other" if the object does not act the way by Brett Cannon · 21 years ago
  89. 54f871e Fix SF bug #735694, Pydoc.py fixes links by Neal Norwitz · 21 years ago
  90. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  91. 742dde4 SF patch #706338, Fix a few broken links in pydoc by Greg Chapman by Neal Norwitz · 22 years ago
  92. d9e213e Hide private names beginning with _ (but don't hide __special__ names). by Ka-Ping Yee · 22 years ago
  93. 4f959d2 Fix SF patch #695581, "returnself" -> "return self" by Neal Norwitz · 22 years ago
  94. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  95. 97dede0 Fix for SF 686380, from SF patch 686771 by Ping. (errors trying to by Guido van Rossum · 22 years ago
  96. f98159c Fix SF bug #642168, help() fails for some builtin topics by Neal Norwitz · 22 years ago
  97. 550e4e5 SF bug 666444: 'help' makes linefeed only under Win32. by Tim Peters · 22 years ago
  98. 5b26abb Gracefully delay runtime error up to 1s. Add .willdispatch(). by Martin v. Löwis · 22 years ago
  99. 4f759d8 Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. by Raymond Hettinger · 22 years ago
  100. fb05c4e SF bug 630824: pydoc Helper keywords missing 'yield' by Tim Peters · 22 years ago