1. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 17 years ago
  2. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  3. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  4. 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
  5. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  6. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  7. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  8. 26fd2e1 Fix pydoc.synopsis() so that it doesn't error out with an unreadable module. by Georg Brandl · 18 years ago
  9. 501dd0d The names of lambda functions are now properly displayed in pydoc. by Georg Brandl · 18 years ago
  10. 9a2dcf8 Fix SF bug #417833 (pydoc HTTP reload failure) by removing from by Ka-Ping Yee · 19 years ago
  11. a487e4e Accept patch to resolve SF bug #651124. by Ka-Ping Yee · 19 years ago
  12. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  13. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  14. 8b813db bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 19 years ago
  15. 9443242 That was one too much. by Georg Brandl · 19 years ago
  16. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  17. bba6acc Use getdoc(object) instead of object.__doc__ to fix indentation problems. by Ka-Ping Yee · 19 years ago
  18. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 19 years ago
  19. 9ddb300 Patch #936774: unify the display of data descriptors, including slots, by Johannes Gijsbers · 19 years ago
  20. ed2dbe3 SF patch #1094007: Remove witty comment in pydoc.py by Raymond Hettinger · 20 years ago
  21. 6fe8f19 Back out rev 1.96; see #1009389. by Martin v. Löwis · 20 years ago
  22. 8de645a Patch #1061931 / bug #971872: factor out part of spillproperties, so by Johannes Gijsbers · 20 years ago
  23. 4c11f60 Patch #934356: if a module defines __all__, believe that rather than using by Johannes Gijsbers · 20 years ago
  24. e09bd93 Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 20 years ago
  25. ac37f3d Patch #1009389: Make __credits__ a Unicode object. by Martin v. Löwis · 20 years ago
  26. e7691d3 Use readline/raw_input() in pydoc.Helper.interact if available and self.input by Johannes Gijsbers · 20 years ago
  27. 84601f1 Change pydoc.stripid() be able to match against 64-bit addresses by having by Brett Cannon · 20 years ago
  28. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
  29. a5616d2 Respect a module's __all__ attribute. Closes #969938. by Skip Montanaro · 20 years ago
  30. f213484 correct name error caught by Neal Norwitz with pychecker by Skip Montanaro · 20 years ago
  31. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  32. f9b08b8 Patch #785689: Use basename in usage. Backported to 2.3. by Martin v. Löwis · 21 years ago
  33. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  34. 4997a69 display link to module docs when it looks like the object module is a core by Skip Montanaro · 21 years ago
  35. 0fe8fce (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__ by Skip Montanaro · 21 years ago
  36. b8c084e Support keyword and topics help in cli(). Fixes #715782. by Martin v. Löwis · 21 years ago
  37. 28a4f0f Have pydoc try handling an object as "other" if the object does not act the way by Brett Cannon · 21 years ago
  38. 54f871e Fix SF bug #735694, Pydoc.py fixes links by Neal Norwitz · 21 years ago
  39. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  40. 742dde4 SF patch #706338, Fix a few broken links in pydoc by Greg Chapman by Neal Norwitz · 21 years ago
  41. d9e213e Hide private names beginning with _ (but don't hide __special__ names). by Ka-Ping Yee · 21 years ago
  42. 4f959d2 Fix SF patch #695581, "returnself" -> "return self" by Neal Norwitz · 21 years ago
  43. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  44. 97dede0 Fix for SF 686380, from SF patch 686771 by Ping. (errors trying to by Guido van Rossum · 21 years ago
  45. f98159c Fix SF bug #642168, help() fails for some builtin topics by Neal Norwitz · 21 years ago
  46. 550e4e5 SF bug 666444: 'help' makes linefeed only under Win32. by Tim Peters · 21 years ago
  47. 5b26abb Gracefully delay runtime error up to 1s. Add .willdispatch(). by Martin v. Löwis · 22 years ago
  48. 4f759d8 Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. by Raymond Hettinger · 22 years ago
  49. fb05c4e SF bug 630824: pydoc Helper keywords missing 'yield' by Tim Peters · 22 years ago
  50. fca3bb6 Explicitly use floor division by Raymond Hettinger · 22 years ago
  51. d404bee try executing 'less' in a parenthesized subshell - prevents systems like by Skip Montanaro · 22 years ago
  52. b2628b0 Added the standard MacOSX location for documentation inside a framework by Jack Jansen · 22 years ago
  53. 45daeb0 Extend stripid() to handle strings ending in more than one '>'. by Ka-Ping Yee · 22 years ago
  54. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  55. fce538c Add a coding cookie, because of the møøse quote. by Guido van Rossum · 22 years ago
  56. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  57. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  58. 5e355b2 In both spilldata() functions, pretend that the docstring for by Guido van Rossum · 22 years ago
  59. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  60. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  61. cddc1a0 Quote href properly. by Neil Schemenauer · 22 years ago
  62. d69711c Remove unnecessary \b. It was causing the RE to miss the tailing by Neil Schemenauer · 22 years ago
  63. df70878 add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes by Skip Montanaro · 22 years ago
  64. 54e0eab OS/2 more program behaves like Win32 more by Andrew MacIntyre · 22 years ago
  65. 59ed448 SF patch #474485: pydoc generates some bad html, from Rich Salz. by Tim Peters · 23 years ago
  66. 8dd7ade SF bug [#472347] pydoc and properties. by Tim Peters · 23 years ago
  67. 8ac8be5 docroutine() (both instances): Docstrings for class methods weren't by Tim Peters · 23 years ago
  68. 351e362 List class attrs in MRO order of defining class instead of by alphabetic by Tim Peters · 23 years ago
  69. 3ffeae1 Removed no-longer-true comment about pydoc working under all versions of by Tim Peters · 23 years ago
  70. c86f6ca Display a class's method resolution order, if it's non-trivial. "Trivial" by Tim Peters · 23 years ago
  71. f33532c + Display property functions in the same order they're specified to by Tim Peters · 23 years ago
  72. 2306d24 + Got rid of all instances of <small>. Under IE5, GUI-mode pydoc has by Tim Peters · 23 years ago
  73. 3e767d1 GUI mode now displays useful stuff for properties. This is usually better by Tim Peters · 23 years ago
  74. f4aad8e + Text-mode (but not yet GUI mode) pydoc now produces useful stuff for by Tim Peters · 23 years ago
  75. fa26f7c More work on class display: by Tim Peters · 23 years ago
  76. b47879b Try to do for pydoc's GUI mode what the earlier checkin did for text by Tim Peters · 23 years ago
  77. 2835549 Part of a partial solution to SF bugs 463378, 463381, 463383, 463384. by Tim Peters · 23 years ago
  78. 4bcfa31 Since inspect.isfunction(obj) is a precondition for calling by Tim Peters · 23 years ago
  79. 536d226 After much thrashing, I believe this is a truly minimal patch to teach by Tim Peters · 23 years ago
  80. 5e9eb98 Oh, ok, so plainpager is probably marginally better. by Fred Drake · 23 years ago
  81. 0a66fcb If $TERM is "dumb" or "emacs", just dump the text instead of trying to run by Fred Drake · 23 years ago
  82. e61967f Change some text just a little to avoid font-lock hell. by Fred Drake · 23 years ago
  83. d03f8fe One-character style change to appease Netscape stylesheets. by Ka-Ping Yee · 23 years ago
  84. 6191a23 Use nturl2path to generate a file: URL to source files in Windows. by Ka-Ping Yee · 23 years ago
  85. 9bc576b Use inspect.stack()[1][3] to tell if Helper.__repr__ is called interactively. by Ka-Ping Yee · 23 years ago
  86. eca15c1 Add inode checks to detect circular symbolic links (so that the by Ka-Ping Yee · 23 years ago
  87. 59685c5 Small style change to accommodate Netscape. by Ka-Ping Yee · 23 years ago
  88. da79389 Word-wrap the list of cross-references. by Ka-Ping Yee · 23 years ago
  89. 79c009d Another pass through the topic table to fill in cross references. by Ka-Ping Yee · 23 years ago
  90. dec96e9 Make force-loading optional; don't force-load in interactive mode. by Ka-Ping Yee · 23 years ago
  91. b7a4830 Fix linking to classes (in class tree, and add links on unbound methods). by Ka-Ping Yee · 23 years ago
  92. 6dcfa38 Fix call to ModuleScanner from GUI search interface. by Ka-Ping Yee · 23 years ago
  93. 35cf0a3 Added a big new Helper class to provide interactive help! by Ka-Ping Yee · 23 years ago
  94. 1312162 Give up trying to keep dynamically loaded extensions up to date: by Ka-Ping Yee · 23 years ago
  95. fd54069 Remove forking. Doesn't work in Windows. by Ka-Ping Yee · 23 years ago
  96. 6624696 Typo fixes and small touches. by Ka-Ping Yee · 23 years ago
  97. 9aa0d90 Properly qualify methods inherited from classes in other modules. by Ka-Ping Yee · 23 years ago
  98. 41763b9 Fix typo in instantiation of ErrorDuringImport. by Ka-Ping Yee · 23 years ago
  99. 5a804ed Fix synopsis() so it can handle binary module files. by Ka-Ping Yee · 23 years ago
  100. f78a81b Fix some reloading problems (still more work needed). by Ka-Ping Yee · 23 years ago