summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pydoc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test failures (--without-doc-strings).Stefan Krah2014-01-181-1/+3
* Issue #20226: Added tests for new features and regressions.Larry Hastings2014-01-161-0/+5
* Issue #19703: Update pydoc to use the new importer APIs.Eric Snow2014-01-071-0/+2
* Issue 20123: Disable a problematic test.Eric Snow2014-01-051-2/+3
* Issue 20123: try using a different builtin module in a pydoc test.Eric Snow2014-01-051-2/+2
* Issue 20123: Fix pydoc.synopsis() for "binary" modules.Eric Snow2014-01-051-0/+52
* Merge with 3.3Terry Jan Reedy2013-11-051-1/+1
|\
| * Issue #19397: test_pydoc now works with -S (help not added to builtins).Terry Jan Reedy2013-11-051-1/+1
* | Issue #19030: fix new pydoc tests for --without-doc-stringsEthan Furman2013-10-221-5/+22
* | Fix test_pydoc failure introduced by 2f09a6980e1a (issue #19030).Charles-François Natali2013-10-211-14/+14
* | Issue #19030: final pieces for proper location of various class attributes lo...Ethan Furman2013-10-211-0/+175
* | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-041-1/+1
* | Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-121-1/+1
* | Issue #11995: test_pydoc doesn't import all sys.path modules anymore.Antoine Pitrou2013-05-191-15/+58
|\ \ | |/
| * Issue #11995: test_pydoc doesn't import all sys.path modules anymore.Antoine Pitrou2013-05-191-15/+58
| * #17476: make allmethods actually return all methods.R David Murray2013-03-191-0/+24
| |\
| | * #17476: make allmethods actually return all methods.R David Murray2013-03-191-0/+24
* | | #17115: Remove what appears to be a useless chunk of code which brokeBrett Cannon2013-05-041-4/+0
* | | Merge: #17476: make allmethods actually return all methods.R David Murray2013-03-191-0/+24
* | | #17464: improve pydoc test coverage.R David Murray2013-03-191-0/+25
|/ /
* | Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-21/+32
|\ \ | |/
| * Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-17/+32
* | Fix test_pydoc for build --without-doc-strings.Stefan Krah2013-01-261-0/+4
* | merge #14638: pydoc now treats non-str __name__ as None instead of raisingR David Murray2012-04-231-0/+11
|\ \ | |/
| * #14638: pydoc now treats non-str __name__ as None instead of raisingR David Murray2012-04-231-0/+11
* | Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-5/+4
* | Issue #13861: mergeNed Deily2012-02-031-2/+2
|\ \ | |/
| * Issue #13861: Prevent test_apropos* test case failures in test_pydoc.Ned Deily2012-02-031-2/+2
* | merge from 3.2Ned Deily2011-10-061-42/+53
|\ \ | |/
| * Issue #7425: Refactor test_pydoc test case for '-k' behavior and addNed Deily2011-10-061-42/+53
* | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-281-2/+2
* | Merge fix for #8887 from 3.2Éric Araujo2011-07-291-0/+18
|\ \ | |/
| * Make “pydoc somebuiltin.somemethod” work (#8887)Éric Araujo2011-07-291-0/+18
* | Merge from 3.2Antoine Pitrou2011-07-151-21/+26
|\ \ | |/
| * Use test.script_helper in test_pydocAntoine Pitrou2011-07-151-11/+13
| * test_pydoc needs to cleanup after itselfAntoine Pitrou2011-07-151-13/+16
* | (merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie ifVictor Stinner2011-06-301-1/+12
|\ \ | |/
| * Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, toVictor Stinner2011-06-301-1/+12
* | (Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabledVictor Stinner2011-05-201-0/+6
|\ \ | |/
| * test_pydoc: skip PydocServerTest if thread support is disabledVictor Stinner2011-05-201-0/+6
* | #11926: merge with 3.2.Ezio Melotti2011-04-281-0/+7
|\ \ | |/
| * #11926: merge with 3.1.Ezio Melotti2011-04-281-0/+7
| |\
| | * #11926: add missing keywords to help("keywords").Ezio Melotti2011-04-281-1/+7
| | * Merged revisions 86504 via svnmerge fromAlexander Belopolsky2010-11-181-10/+6
| | * Merged revisions 79520 via svnmerge fromBrian Curtin2010-03-311-0/+6
| | * Merged revisions 78209 via svnmerge fromEzio Melotti2010-02-161-0/+13
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-3/+3
| | * Merged revisions 73623-73624 via svnmerge fromBenjamin Peterson2009-06-281-0/+42
* | | Issue #11666: Teach pydoc to display full help for named tuplesRaymond Hettinger2011-03-251-1/+11
|\ \ \ | |/ /
| * | Issue #11666: Teach pydoc to display full help for named tuplesRaymond Hettinger2011-03-251-1/+11