1. 5e9eb98 Oh, ok, so plainpager is probably marginally better. by Fred Drake · 23 years ago
  2. 0a66fcb If $TERM is "dumb" or "emacs", just dump the text instead of trying to run by Fred Drake · 23 years ago
  3. e61967f Change some text just a little to avoid font-lock hell. by Fred Drake · 23 years ago
  4. d03f8fe One-character style change to appease Netscape stylesheets. by Ka-Ping Yee · 23 years ago
  5. 6191a23 Use nturl2path to generate a file: URL to source files in Windows. by Ka-Ping Yee · 23 years ago
  6. 9bc576b Use inspect.stack()[1][3] to tell if Helper.__repr__ is called interactively. by Ka-Ping Yee · 23 years ago
  7. eca15c1 Add inode checks to detect circular symbolic links (so that the by Ka-Ping Yee · 23 years ago
  8. 59685c5 Small style change to accommodate Netscape. by Ka-Ping Yee · 23 years ago
  9. da79389 Word-wrap the list of cross-references. by Ka-Ping Yee · 23 years ago
  10. 79c009d Another pass through the topic table to fill in cross references. by Ka-Ping Yee · 23 years ago
  11. dec96e9 Make force-loading optional; don't force-load in interactive mode. by Ka-Ping Yee · 23 years ago
  12. b7a4830 Fix linking to classes (in class tree, and add links on unbound methods). by Ka-Ping Yee · 23 years ago
  13. 6dcfa38 Fix call to ModuleScanner from GUI search interface. by Ka-Ping Yee · 23 years ago
  14. 35cf0a3 Added a big new Helper class to provide interactive help! by Ka-Ping Yee · 23 years ago
  15. 1312162 Give up trying to keep dynamically loaded extensions up to date: by Ka-Ping Yee · 23 years ago
  16. fd54069 Remove forking. Doesn't work in Windows. by Ka-Ping Yee · 23 years ago
  17. 6624696 Typo fixes and small touches. by Ka-Ping Yee · 23 years ago
  18. 9aa0d90 Properly qualify methods inherited from classes in other modules. by Ka-Ping Yee · 23 years ago
  19. 41763b9 Fix typo in instantiation of ErrorDuringImport. by Ka-Ping Yee · 23 years ago
  20. 5a804ed Fix synopsis() so it can handle binary module files. by Ka-Ping Yee · 23 years ago
  21. f78a81b Fix some reloading problems (still more work needed). by Ka-Ping Yee · 23 years ago
  22. e280c06 Browser compatibility fixes. by Ka-Ping Yee · 23 years ago
  23. 987ec90 Small formatting improvements. by Ka-Ping Yee · 23 years ago
  24. 3bda879 Show inherited methods, with hyperlinks to the base class they came from. by Ka-Ping Yee · 23 years ago
  25. 37f7b38 Fixes for various issues reported and discovered since Python 9: by Ka-Ping Yee · 23 years ago
  26. 30edd23 Whitespace normalization. by Tim Peters · 23 years ago
  27. db8ed15 Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'. by Ka-Ping Yee · 23 years ago
  28. c92cdf7 The sys.platform identifier for Windows is just 'win32' (for all varieties). by Ka-Ping Yee · 23 years ago
  29. b616e11 Believe it or not, but "more" on Windows requires "more <file" rather by Guido van Rossum · 23 years ago
  30. 239432a Clean up the handling of getsourcefile/getabsfile. by Ka-Ping Yee · 23 years ago
  31. a2fe103 Use imp.get_suffixes to determine a module name in modulename(file). by Ka-Ping Yee · 23 years ago
  32. d977e35 Also accept .so as an extension for module files. by Ka-Ping Yee · 23 years ago
  33. 66efbc7 Docstring improvements. by Ka-Ping Yee · 23 years ago
  34. 1d38463 Normalize case of paths in sys.path to avoid duplicates on Windows. by Ka-Ping Yee · 23 years ago
  35. 85ba673 Whitespace normalization. by Tim Peters · 23 years ago
  36. 457aab2 Macintosh compatibility. by Ka-Ping Yee · 23 years ago
  37. 5e2b173 Acknowledgements. by Ka-Ping Yee · 23 years ago
  38. 40c4991 Fix $Revision$ processing so it doesn't get eaten by CVS! by Ka-Ping Yee · 23 years ago
  39. 09d7d9a Add $Revision: $ tag. by Ka-Ping Yee · 23 years ago
  40. 6f3f9a4 Add display of $Revision $ and credits. by Ka-Ping Yee · 23 years ago
  41. dd17534 pydoc: text and HTML documentation generator for interactive use by Ka-Ping Yee · 23 years ago