summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
Commit message (Expand)AuthorAgeFilesLines
* #1065986: add missing error handler in pydoc unicode fix.R David Murray2014-01-051-1/+3
* #1065986: Make pydoc handle unicode strings.R David Murray2014-01-051-14/+44
* #14638: pydoc now treats non-str __name__ as None instead of raisingR David Murray2012-04-231-1/+2
* #14434: make tutorial link in 'help' banner version-specificR David Murray2012-03-311-2/+2
* Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-211-5/+24
* Issue #7425: Prevent pydoc -k failures due to module import errors.Ned Deily2011-10-061-5/+6
* Make “pydoc somebuiltin.somemethod” work (#8887)Éric Araujo2011-07-291-6/+7
* Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with...Senthil Kumaran2011-07-281-1/+1
* - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.Charles-François Natali2011-07-271-2/+2
* Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)Victor Stinner2011-05-261-2/+2
* 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