summaryrefslogtreecommitdiff
path: root/Lib/pydoc.py
Commit message (Expand)AuthorAgeFilesLines
* #4259: update the URL pattern for module documentationAndrew M. Kuchling2008-12-111-2/+3
* Patch #1194449: correctly detect unbound methods in pydoc.Georg Brandl2007-03-131-2/+2
* Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" toGeorg Brandl2007-03-131-0/+3
* [Patch #1600491 from Jim Jewett] Describe how to build help files on WindowsAndrew M. Kuchling2006-12-191-0/+3
* Patch #1520294: Support for getset and member descriptors in types.py,Barry Warsaw2006-07-271-1/+21
* Second phase of refactoring for runpy, pkgutil, pydoc, and setuptoolsPhillip J. Eby2006-04-181-109/+73
* Fix pydoc.synopsis() so that it doesn't error out with an unreadableGeorg Brandl2006-03-081-1/+5
* The names of lambda functions are now properly displayed in pydoc.Georg Brandl2006-02-171-1/+1
* Fix SF bug #417833 (pydoc HTTP reload failure) by removing fromKa-Ping Yee2005-11-051-13/+17
* Accept patch to resolve SF bug #651124.Ka-Ping Yee2005-11-051-2/+2
* fix typos, mostly in commentsFred Drake2005-10-281-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+1
* bug [ 729103 ] Cannot retrieve name of super objectGeorg Brandl2005-10-011-3/+3
* That was one too much.Georg Brandl2005-07-221-1/+1
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
* Use getdoc(object) instead of object.__doc__ to fix indentation problems.Ka-Ping Yee2005-02-191-2/+10
* Replace list of constants with tuples of constants.Raymond Hettinger2005-02-061-9/+9
* Patch #936774: unify the display of data descriptors, including slots,Johannes Gijsbers2005-01-081-37/+27
* SF patch #1094007: Remove witty comment in pydoc.pyRaymond Hettinger2005-01-011-2/+1
* Back out rev 1.96; see #1009389.Martin v. Löwis2004-11-141-1/+1
* Patch #1061931 / bug #971872: factor out part of spillproperties, soJohannes Gijsbers2004-11-071-30/+55
* Patch #934356: if a module defines __all__, believe that rather than usingJohannes Gijsbers2004-08-301-4/+12
* Patch #997284: Allow pydoc to work with XP Themes (.manifest file)Martin v. Löwis2004-08-221-2/+10
* Patch #1009389: Make __credits__ a Unicode object.Martin v. Löwis2004-08-221-1/+1
* Use readline/raw_input() in pydoc.Helper.interact if available and self.inputJohannes Gijsbers2004-08-171-4/+12
* Change pydoc.stripid() be able to match against 64-bit addresses by havingBrett Cannon2004-06-191-1/+1
* pydoc.stripid() is now case-insensitive for its regex to support platforms thatBrett Cannon2004-06-191-6/+6
* Respect a module's __all__ attribute. Closes #969938.Skip Montanaro2004-06-111-8/+21
* correct name error caught by Neal Norwitz with pycheckerSkip Montanaro2004-06-071-3/+3
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-4/+5
* Patch #785689: Use basename in usage. Backported to 2.3.Martin v. Löwis2003-10-311-1/+1
* Let library modules use the new keyword arguments for list.sort().Raymond Hettinger2003-10-161-1/+1
* display link to module docs when it looks like the object module is a coreSkip Montanaro2003-09-101-1/+47
* (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__Skip Montanaro2003-06-271-10/+10
* Support keyword and topics help in cli(). Fixes #715782.Martin v. Löwis2003-06-141-4/+6
* Have pydoc try handling an object as "other" if the object does not act the wayBrett Cannon2003-06-111-3/+10
* Fix SF bug #735694, Pydoc.py fixes linksNeal Norwitz2003-05-261-5/+6
* Patch #711902: Cause pydoc to show data descriptor __doc__ strings.Martin v. Löwis2003-05-031-2/+2
* SF patch #706338, Fix a few broken links in pydoc by Greg ChapmanNeal Norwitz2003-03-301-4/+4
* Hide private names beginning with _ (but don't hide __special__ names).Ka-Ping Yee2003-03-281-54/+77
* Fix SF patch #695581, "returnself" -> "return self"Neal Norwitz2003-03-011-1/+1
* Get rid of many apply() calls.Guido van Rossum2003-02-271-5/+5
* Fix for SF 686380, from SF patch 686771 by Ping. (errors trying toGuido van Rossum2003-02-161-1/+1
* Fix SF bug #642168, help() fails for some builtin topicsNeal Norwitz2003-02-071-2/+2
* SF bug 666444: 'help' makes linefeed only under Win32.Tim Peters2003-02-071-2/+2
* 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