summaryrefslogtreecommitdiff
path: root/Lib/pydoc.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-33422: Fix quotation marks getting deleted when looking up byte/str...Andrés Delfino2018-05-071-2/+8
* #16484: Change PYTHONDOCS to "https:", and fix links to use lowercaseMartin Panter2016-06-121-8/+9
* Issue #18010: Fix pydoc GUI search to handle package exceptionsMartin Panter2015-11-071-1/+4
* Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.Serhiy Storchaka2015-04-211-1/+1
* Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with emptyBerker Peksag2015-02-201-2/+2
* Issue #22314: pydoc now works when the LINES environment variable is set.Serhiy Storchaka2014-11-281-1/+7
* Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch bySerhiy Storchaka2014-11-271-3/+5
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...Georg Brandl2014-09-301-1/+1
* make sure the builtin help function doesn't fail when sys.stdin is not a vali...Benjamin Peterson2014-06-071-0/+2
* don't remove self from example code in the HTML output (closes #13223)Benjamin Peterson2014-06-071-2/+7
* #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