summaryrefslogtreecommitdiff
path: root/Lib/test/test_pydoc.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31028: Fix test_pydoc when run directly (#2864) (#2911)Victor Stinner2017-07-271-1/+1
* #16484: Change PYTHONDOCS to "https:", and fix links to use lowercaseMartin Panter2016-06-121-0/+14
* Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-011-0/+2
* Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with emptyBerker Peksag2015-02-201-0/+29
* Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag.Charles-François Natali2014-06-201-2/+4
* Issue #21768: fix type in test_pydoc, patch by Claudiu Popa.Terry Jan Reedy2014-06-201-1/+1
* make sure the builtin help function doesn't fail when sys.stdin is not a vali...Benjamin Peterson2014-06-071-0/+8
* don't remove self from example code in the HTML output (closes #13223)Benjamin Peterson2014-06-071-0/+44
* Fixed test_tempfilepager in test_pydoc on Windows.Serhiy Storchaka2014-01-101-2/+3
* #1065986: Make pydoc handle unicode strings.R David Murray2014-01-051-0/+91
* Issue #19397: test_pydoc now works with -S (help not added to builtins).Terry Jan Reedy2013-11-041-1/+1
* Issue #11995: test_pydoc doesn't import all sys.path modules anymore.Antoine Pitrou2013-05-191-8/+49
* - Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-9/+23
* #14638: pydoc now treats non-str __name__ as None instead of raisingR David Murray2012-04-231-0/+11
* Issue #13861: Prevent test_apropos* test case failures in test_pydoc.Ned Deily2012-02-031-2/+2
* Issue #7425: Refactor test_pydoc test case for '-k' behavior and addNed Deily2011-10-061-49/+63
* Make “pydoc somebuiltin.somemethod” work (#8887)Éric Araujo2011-07-291-2/+19
* Backport test from #11926.Ezio Melotti2011-04-281-1/+9
* Issue #11666: Teach pydoc to display full help for named tuplesRaymond Hettinger2011-03-251-1/+11
* Fix #8225. xml.etree was displaying an incorrect link when viewed in help.Brian Curtin2010-03-311-0/+6
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-231-0/+4
* #7930: fix stripidEzio Melotti2010-02-161-0/+13
* use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+3
* Try to fix transient refleaks in test_pydoc.Antoine Pitrou2009-10-301-3/+7
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-3/+3
* Fix issue 5230 by having pydoc's safeimport check to see if the importR. David Murray2009-06-231-0/+42
* fix issue #6121 by stripping spaces from the argument in the 'help'R. David Murray2009-05-271-0/+8
* Issue 3190: pydoc now hides module __package__ attributesNick Coghlan2008-07-021-2/+0
* Correct test_pydoc for win32 platforms, to account for normalized URLs:Amaury Forgeot d'Arc2008-06-101-1/+6
* fix test_pydoc so it works on make installed Python installationsBenjamin Peterson2008-05-221-14/+26
* Use inspect.getabsfile() to get the documented module's filename.Georg Brandl2008-05-201-7/+3
* Improve diffing logic and output for test_pydoc.Georg Brandl2008-05-201-7/+7
* bring test_pydoc up to my high standards (now that I have them)Benjamin Peterson2008-05-181-19/+17
* GHOP #121: improve test_pydoc, by Benjamin Peterson.Georg Brandl2008-05-181-33/+263
* Use absolute import for test packageAmaury Forgeot d'Arc2008-04-241-1/+1
* Add a few tests for pydoc.Amaury Forgeot d'Arc2008-04-241-0/+33