1. 59ed448 SF patch #474485: pydoc generates some bad html, from Rich Salz. by Tim Peters · 23 years ago
  2. 8dd7ade SF bug [#472347] pydoc and properties. by Tim Peters · 23 years ago
  3. 8ac8be5 docroutine() (both instances): Docstrings for class methods weren't by Tim Peters · 23 years ago
  4. 351e362 List class attrs in MRO order of defining class instead of by alphabetic by Tim Peters · 23 years ago
  5. 3ffeae1 Removed no-longer-true comment about pydoc working under all versions of by Tim Peters · 23 years ago
  6. c86f6ca Display a class's method resolution order, if it's non-trivial. "Trivial" by Tim Peters · 23 years ago
  7. f33532c + Display property functions in the same order they're specified to by Tim Peters · 23 years ago
  8. 2306d24 + Got rid of all instances of <small>. Under IE5, GUI-mode pydoc has by Tim Peters · 23 years ago
  9. 3e767d1 GUI mode now displays useful stuff for properties. This is usually better by Tim Peters · 23 years ago
  10. f4aad8e + Text-mode (but not yet GUI mode) pydoc now produces useful stuff for by Tim Peters · 23 years ago
  11. fa26f7c More work on class display: by Tim Peters · 23 years ago
  12. b47879b Try to do for pydoc's GUI mode what the earlier checkin did for text by Tim Peters · 23 years ago
  13. 2835549 Part of a partial solution to SF bugs 463378, 463381, 463383, 463384. by Tim Peters · 23 years ago
  14. 4bcfa31 Since inspect.isfunction(obj) is a precondition for calling by Tim Peters · 23 years ago
  15. 536d226 After much thrashing, I believe this is a truly minimal patch to teach by Tim Peters · 23 years ago
  16. 5e9eb98 Oh, ok, so plainpager is probably marginally better. by Fred Drake · 23 years ago
  17. 0a66fcb If $TERM is "dumb" or "emacs", just dump the text instead of trying to run by Fred Drake · 23 years ago
  18. e61967f Change some text just a little to avoid font-lock hell. by Fred Drake · 23 years ago
  19. d03f8fe One-character style change to appease Netscape stylesheets. by Ka-Ping Yee · 23 years ago
  20. 6191a23 Use nturl2path to generate a file: URL to source files in Windows. by Ka-Ping Yee · 23 years ago
  21. 9bc576b Use inspect.stack()[1][3] to tell if Helper.__repr__ is called interactively. by Ka-Ping Yee · 23 years ago
  22. eca15c1 Add inode checks to detect circular symbolic links (so that the by Ka-Ping Yee · 23 years ago
  23. 59685c5 Small style change to accommodate Netscape. by Ka-Ping Yee · 23 years ago
  24. da79389 Word-wrap the list of cross-references. by Ka-Ping Yee · 23 years ago
  25. 79c009d Another pass through the topic table to fill in cross references. by Ka-Ping Yee · 23 years ago
  26. dec96e9 Make force-loading optional; don't force-load in interactive mode. by Ka-Ping Yee · 23 years ago
  27. b7a4830 Fix linking to classes (in class tree, and add links on unbound methods). by Ka-Ping Yee · 23 years ago
  28. 6dcfa38 Fix call to ModuleScanner from GUI search interface. by Ka-Ping Yee · 23 years ago
  29. 35cf0a3 Added a big new Helper class to provide interactive help! by Ka-Ping Yee · 23 years ago
  30. 1312162 Give up trying to keep dynamically loaded extensions up to date: by Ka-Ping Yee · 23 years ago
  31. fd54069 Remove forking. Doesn't work in Windows. by Ka-Ping Yee · 23 years ago
  32. 6624696 Typo fixes and small touches. by Ka-Ping Yee · 23 years ago
  33. 9aa0d90 Properly qualify methods inherited from classes in other modules. by Ka-Ping Yee · 23 years ago
  34. 41763b9 Fix typo in instantiation of ErrorDuringImport. by Ka-Ping Yee · 23 years ago
  35. 5a804ed Fix synopsis() so it can handle binary module files. by Ka-Ping Yee · 23 years ago
  36. f78a81b Fix some reloading problems (still more work needed). by Ka-Ping Yee · 23 years ago
  37. e280c06 Browser compatibility fixes. by Ka-Ping Yee · 23 years ago
  38. 987ec90 Small formatting improvements. by Ka-Ping Yee · 23 years ago
  39. 3bda879 Show inherited methods, with hyperlinks to the base class they came from. by Ka-Ping Yee · 23 years ago
  40. 37f7b38 Fixes for various issues reported and discovered since Python 9: by Ka-Ping Yee · 23 years ago
  41. 30edd23 Whitespace normalization. by Tim Peters · 23 years ago
  42. db8ed15 Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'. by Ka-Ping Yee · 23 years ago
  43. c92cdf7 The sys.platform identifier for Windows is just 'win32' (for all varieties). by Ka-Ping Yee · 23 years ago
  44. b616e11 Believe it or not, but "more" on Windows requires "more <file" rather by Guido van Rossum · 23 years ago
  45. 239432a Clean up the handling of getsourcefile/getabsfile. by Ka-Ping Yee · 23 years ago
  46. a2fe103 Use imp.get_suffixes to determine a module name in modulename(file). by Ka-Ping Yee · 23 years ago
  47. d977e35 Also accept .so as an extension for module files. by Ka-Ping Yee · 23 years ago
  48. 66efbc7 Docstring improvements. by Ka-Ping Yee · 23 years ago
  49. 1d38463 Normalize case of paths in sys.path to avoid duplicates on Windows. by Ka-Ping Yee · 23 years ago
  50. 85ba673 Whitespace normalization. by Tim Peters · 23 years ago
  51. 457aab2 Macintosh compatibility. by Ka-Ping Yee · 23 years ago
  52. 5e2b173 Acknowledgements. by Ka-Ping Yee · 23 years ago
  53. 40c4991 Fix $Revision$ processing so it doesn't get eaten by CVS! by Ka-Ping Yee · 23 years ago
  54. 09d7d9a Add $Revision: $ tag. by Ka-Ping Yee · 23 years ago
  55. 6f3f9a4 Add display of $Revision $ and credits. by Ka-Ping Yee · 23 years ago
  56. dd17534 pydoc: text and HTML documentation generator for interactive use by Ka-Ping Yee · 23 years ago