aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/pydoc.py
Commit message (Expand)AuthorAge
* SF patch #474485: pydoc generates some bad html, from Rich Salz.Tim Peters2001-10-31
* SF bug [#472347] pydoc and properties.Tim Peters2001-10-18
* docroutine() (both instances): Docstrings for class methods weren'tTim Peters2001-09-27
* List class attrs in MRO order of defining class instead of by alphabeticTim Peters2001-09-27
* Removed no-longer-true comment about pydoc working under all versions ofTim Peters2001-09-26
* Display a class's method resolution order, if it's non-trivial. "Trivial"Tim Peters2001-09-26
* + Display property functions in the same order they're specified toTim Peters2001-09-25
* + Got rid of all instances of <small>. Under IE5, GUI-mode pydoc hasTim Peters2001-09-25
* GUI mode now displays useful stuff for properties. This is usually betterTim Peters2001-09-25
* + Text-mode (but not yet GUI mode) pydoc now produces useful stuff forTim Peters2001-09-24
* More work on class display:Tim Peters2001-09-24
* Try to do for pydoc's GUI mode what the earlier checkin did for textTim Peters2001-09-24
* Part of a partial solution to SF bugs 463378, 463381, 463383, 463384.Tim Peters2001-09-23
* Since inspect.isfunction(obj) is a precondition for callingTim Peters2001-09-20
* After much thrashing, I believe this is a truly minimal patch to teachTim Peters2001-09-20
* Oh, ok, so plainpager is probably marginally better.Fred Drake2001-07-23
* If $TERM is "dumb" or "emacs", just dump the text instead of trying to runFred Drake2001-07-23
* Change some text just a little to avoid font-lock hell.Fred Drake2001-05-10
* One-character style change to appease Netscape stylesheets.Ka-Ping Yee2001-04-13
* Use nturl2path to generate a file: URL to source files in Windows.Ka-Ping Yee2001-04-13
* Use inspect.stack()[1][3] to tell if Helper.__repr__ is called interactively.Ka-Ping Yee2001-04-13
* Add inode checks to detect circular symbolic links (so that theKa-Ping Yee2001-04-13
* Small style change to accommodate Netscape.Ka-Ping Yee2001-04-13
* Word-wrap the list of cross-references.Ka-Ping Yee2001-04-13
* Another pass through the topic table to fill in cross references.Ka-Ping Yee2001-04-13
* Make force-loading optional; don't force-load in interactive mode.Ka-Ping Yee2001-04-13
* Fix linking to classes (in class tree, and add links on unbound methods).Ka-Ping Yee2001-04-12
* Fix call to ModuleScanner from GUI search interface.Ka-Ping Yee2001-04-12
* Added a big new Helper class to provide interactive help!Ka-Ping Yee2001-04-12
* Give up trying to keep dynamically loaded extensions up to date:Ka-Ping Yee2001-04-12
* Remove forking. Doesn't work in Windows.Ka-Ping Yee2001-04-12
* Typo fixes and small touches.Ka-Ping Yee2001-04-12
* Properly qualify methods inherited from classes in other modules.Ka-Ping Yee2001-04-12
* Fix typo in instantiation of ErrorDuringImport.Ka-Ping Yee2001-04-10
* Fix synopsis() so it can handle binary module files.Ka-Ping Yee2001-04-10
* Fix some reloading problems (still more work needed).Ka-Ping Yee2001-03-27
* Browser compatibility fixes.Ka-Ping Yee2001-03-23
* Small formatting improvements.Ka-Ping Yee2001-03-23
* Show inherited methods, with hyperlinks to the base class they came from.Ka-Ping Yee2001-03-23
* Fixes for various issues reported and discovered since Python 9:Ka-Ping Yee2001-03-23
* Whitespace normalization.Tim Peters2001-03-16
* Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'.Ka-Ping Yee2001-03-02
* The sys.platform identifier for Windows is just 'win32' (for all varieties).Ka-Ping Yee2001-03-02
* Believe it or not, but "more" on Windows requires "more <file" ratherGuido van Rossum2001-03-02
* Clean up the handling of getsourcefile/getabsfile.Ka-Ping Yee2001-03-02
* Use imp.get_suffixes to determine a module name in modulename(file).Ka-Ping Yee2001-03-02
* Also accept .so as an extension for module files.Ka-Ping Yee2001-03-01
* Docstring improvements.Ka-Ping Yee2001-03-01
* Normalize case of paths in sys.path to avoid duplicates on Windows.Ka-Ping Yee2001-03-01
* Whitespace normalization.Tim Peters2001-02-28