summaryrefslogtreecommitdiff
path: root/Lib/pydoc.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #11666: Teach pydoc to display full help for named tuplesRaymond Hettinger2011-03-251-9/+12
* Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,...Georg Brandl2011-02-251-1/+1
* Merged revisions 82547 via svnmerge fromAlexander Belopolsky2011-01-111-2/+3
* Merged revisions 84173 via svnmerge fromSenthil Kumaran2010-08-181-1/+1
* Merged revisions 83370,83372-83374,83384 via svnmerge fromGeorg Brandl2010-08-011-4/+7
* In a number of places code still reversRonald Oussoren2010-05-051-5/+1
* Fix a test_pydoc failure on Neal Norwitz's buildbot.Brian Curtin2010-04-011-1/+1
* Correct what was intended to be a single-tuple to just be a != check.Brian Curtin2010-03-311-1/+1
* Fix #8225. xml.etree was displaying an incorrect link when viewed in help.Brian Curtin2010-03-311-1/+2
* #7930: fix stripidEzio Melotti2010-02-161-3/+1
* Issue #7328: don't corrupt sys.path when running pydoc with the -m switchNick Coghlan2009-11-151-5/+7
* Fix issue 5230 by having pydoc's safeimport check to see if the importR. David Murray2009-06-231-3/+4
* fix issue #6121 by stripping spaces from the argument in the 'help'R. David Murray2009-05-271-0/+1
* Move pydoc_topics module to its own subdirectory, so that no generated code i...Georg Brandl2009-04-261-5/+5
* #5698: Fix casing of !DOCTYPE to conform to W3C specs.Georg Brandl2009-04-101-1/+1
* Patch #4739 by David Laban: add symbols to pydoc help topics,Georg Brandl2008-12-271-2/+55
* #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine.Georg Brandl2008-08-301-3/+3
* Silence SyntaxWarning and DeprecationWarning in pydoc triggered by tupleBrett Cannon2008-08-031-10/+15
* #3045: fix pydoc behavior for TEMP path with spaces.Georg Brandl2008-07-161-2/+2
* Issue 3190: pydoc now hides module __package__ attributesNick Coghlan2008-07-021-2/+3
* 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