summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
Commit message (Expand)AuthorAgeFilesLines
* Generate pydoc's topic help from the reST docs via Sphinx'Georg Brandl2008-06-011-136/+125
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-231-1/+1
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-16/+16
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-16/+16
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-161-1/+1
* #2133: fix HTML color spec.Georg Brandl2008-02-171-1/+1
* Update PEP URL.Andrew M. Kuchling2008-02-051-1/+1
* Remove effectless expression statement.Georg Brandl2008-01-271-1/+0
* #1715: include sub-extension modules in pydoc text output.Georg Brandl2008-01-211-1/+13
* Adapt pydoc to new doc URLs.Georg Brandl2008-01-211-7/+6
* Check in the patch proposed by Ben Hayden (benjhayden) for issueKa-Ping Yee2008-01-131-3/+5
* Patch #1194449: correctly detect unbound methods in pydoc.Georg Brandl2007-03-131-2/+2
* Patch #1530482: add pydoc.render_doc() which returns the documentationGeorg Brandl2007-03-131-22/+26
* Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" toGeorg Brandl2007-03-131-0/+3
* Bug #1628895: some better tries to find HTML documentation in pydoc.Georg Brandl2007-03-021-7/+12
* Handle old-style instances more gracefully (display documentation onKa-Ping Yee2007-01-141-6/+13
* [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