summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
Commit message (Expand)AuthorAgeFilesLines
* Gracefully delay runtime error up to 1s. Add .willdispatch().Martin v. Löwis2002-12-281-0/+1
* Correct erroneous parenthesis placement in the delta from 1.63 to 1.64.Raymond Hettinger2002-11-021-2/+2
* SF bug 630824: pydoc Helper keywords missing 'yield'Tim Peters2002-10-301-0/+1
* Explicitly use floor divisionRaymond Hettinger2002-10-211-1/+1
* try executing 'less' in a parenthesized subshell - prevents systems likeSkip Montanaro2002-09-261-1/+1
* Added the standard MacOSX location for documentation inside a frameworkJack Jansen2002-08-231-1/+2
* Extend stripid() to handle strings ending in more than one '>'.Ka-Ping Yee2002-08-111-37/+36
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-4/+4
* Add a coding cookie, because of the møøse quote.Guido van Rossum2002-08-061-0/+1
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-4/+4
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-13/+13
* In both spilldata() functions, pretend that the docstring forGuido van Rossum2002-05-211-2/+8
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-071-4/+5
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-1/+2
* Quote href properly.Neil Schemenauer2002-03-241-1/+2
* Remove unnecessary \b. It was causing the RE to miss the tailingNeil Schemenauer2002-03-241-1/+1
* add repr_str as alias for repr_string in both HTMLRepr and TextRepr classesSkip Montanaro2002-03-071-0/+4
* OS/2 more program behaves like Win32 moreAndrew MacIntyre2002-03-031-1/+1
* SF patch #474485: pydoc generates some bad html, from Rich Salz.Tim Peters2001-10-311-5/+5
* SF bug [#472347] pydoc and properties.Tim Peters2001-10-181-3/+4
* docroutine() (both instances): Docstrings for class methods weren'tTim Peters2001-09-271-2/+0
* List class attrs in MRO order of defining class instead of by alphabeticTim Peters2001-09-271-23/+12
* Removed no-longer-true comment about pydoc working under all versions ofTim Peters2001-09-261-4/+0
* Display a class's method resolution order, if it's non-trivial. "Trivial"Tim Peters2001-09-261-1/+22
* + Display property functions in the same order they're specified toTim Peters2001-09-251-7/+7
* + Got rid of all instances of <small>. Under IE5, GUI-mode pydoc hasTim Peters2001-09-251-22/+19
* GUI mode now displays useful stuff for properties. This is usually betterTim Peters2001-09-251-4/+14
* + Text-mode (but not yet GUI mode) pydoc now produces useful stuff forTim Peters2001-09-241-9/+35
* More work on class display:Tim Peters2001-09-241-43/+61
* Try to do for pydoc's GUI mode what the earlier checkin did for textTim Peters2001-09-241-9/+92
* Part of a partial solution to SF bugs 463378, 463381, 463383, 463384.Tim Peters2001-09-231-8/+87
* Since inspect.isfunction(obj) is a precondition for callingTim Peters2001-09-201-6/+6
* After much thrashing, I believe this is a truly minimal patch to teachTim Peters2001-09-201-3/+6
* Oh, ok, so plainpager is probably marginally better.Fred Drake2001-07-231-1/+1
* If $TERM is "dumb" or "emacs", just dump the text instead of trying to runFred Drake2001-07-231-0/+2
* Change some text just a little to avoid font-lock hell.Fred Drake2001-05-101-1/+1
* One-character style change to appease Netscape stylesheets.Ka-Ping Yee2001-04-131-1/+1
* Use nturl2path to generate a file: URL to source files in Windows.Ka-Ping Yee2001-04-131-3/+7
* Use inspect.stack()[1][3] to tell if Helper.__repr__ is called interactively.Ka-Ping Yee2001-04-131-2/+2
* Add inode checks to detect circular symbolic links (so that theKa-Ping Yee2001-04-131-3/+7
* Small style change to accommodate Netscape.Ka-Ping Yee2001-04-131-1/+1
* Word-wrap the list of cross-references.Ka-Ping Yee2001-04-131-1/+5
* Another pass through the topic table to fill in cross references.Ka-Ping Yee2001-04-131-20/+27
* Make force-loading optional; don't force-load in interactive mode.Ka-Ping Yee2001-04-131-133/+147
* Fix linking to classes (in class tree, and add links on unbound methods).Ka-Ping Yee2001-04-121-24/+23
* Fix call to ModuleScanner from GUI search interface.Ka-Ping Yee2001-04-121-8/+10
* Added a big new Helper class to provide interactive help!Ka-Ping Yee2001-04-121-12/+276
* Give up trying to keep dynamically loaded extensions up to date:Ka-Ping Yee2001-04-121-1/+7
* Remove forking. Doesn't work in Windows.Ka-Ping Yee2001-04-121-2/+2
* Typo fixes and small touches.Ka-Ping Yee2001-04-121-13/+16