index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pydoc.py
Commit message (
Expand
)
Author
Age
*
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Serhiy Storchaka
2015-04-21
*
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
*
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
Serhiy Storchaka
2015-02-20
*
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
Benjamin Peterson
2015-02-16
*
Merge from 3.3
Senthil Kumaran
2014-09-17
|
\
|
*
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all i...
Senthil Kumaran
2014-09-17
*
|
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
Zachary Ware
2014-07-10
*
|
Fix test_pydoc failure introduced by 7aa72075d440. Patch by Berker Peksag.
Charles-François Natali
2014-06-20
*
|
Issue #21768: fix type in test_pydoc, patch by Claudiu Popa.
Terry Jan Reedy
2014-06-20
*
|
make sure the builtin help function doesn't fail when sys.stdin is not a vali...
Benjamin Peterson
2014-06-07
*
|
don't remove self from example code in the HTML output (closes #13223)
Benjamin Peterson
2014-06-07
*
|
Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc.
Eric Snow
2014-02-22
*
|
Issue #20710: The pydoc summary line no longer displays the "self" parameter
Larry Hastings
2014-02-20
*
|
Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok.
Serhiy Storchaka
2014-02-19
*
|
Fix test failures (--without-doc-strings).
Stefan Krah
2014-01-18
*
|
Issue #20226: Added tests for new features and regressions.
Larry Hastings
2014-01-16
*
|
Issue #19703: Update pydoc to use the new importer APIs.
Eric Snow
2014-01-06
*
|
Issue 20123: Disable a problematic test.
Eric Snow
2014-01-04
*
|
Issue 20123: try using a different builtin module in a pydoc test.
Eric Snow
2014-01-04
*
|
Issue 20123: Fix pydoc.synopsis() for "binary" modules.
Eric Snow
2014-01-04
*
|
Merge with 3.3
Terry Jan Reedy
2013-11-04
|
\
|
|
*
Issue #19397: test_pydoc now works with -S (help not added to builtins).
Terry Jan Reedy
2013-11-04
*
|
Issue #19030: fix new pydoc tests for --without-doc-strings
Ethan Furman
2013-10-22
*
|
Fix test_pydoc failure introduced by 2f09a6980e1a (issue #19030).
Charles-François Natali
2013-10-21
*
|
Issue #19030: final pieces for proper location of various class attributes lo...
Ethan Furman
2013-10-20
*
|
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon
2013-07-04
*
|
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon
2013-06-12
*
|
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Antoine Pitrou
2013-05-19
|
\
|
|
*
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Antoine Pitrou
2013-05-19
|
*
#17476: make allmethods actually return all methods.
R David Murray
2013-03-19
|
|
\
|
|
*
#17476: make allmethods actually return all methods.
R David Murray
2013-03-19
*
|
|
#17115: Remove what appears to be a useless chunk of code which broke
Brett Cannon
2013-05-04
*
|
|
Merge: #17476: make allmethods actually return all methods.
R David Murray
2013-03-19
*
|
|
#17464: improve pydoc test coverage.
R David Murray
2013-03-19
|
/
/
*
|
Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
|
\
|
|
*
Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
*
|
Fix test_pydoc for build --without-doc-strings.
Stefan Krah
2013-01-26
*
|
merge #14638: pydoc now treats non-str __name__ as None instead of raising
R David Murray
2012-04-23
|
\
|
|
*
#14638: pydoc now treats non-str __name__ as None instead of raising
R David Murray
2012-04-23
*
|
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
*
|
Issue #13861: merge
Ned Deily
2012-02-03
|
\
|
|
*
Issue #13861: Prevent test_apropos* test case failures in test_pydoc.
Ned Deily
2012-02-03
*
|
merge from 3.2
Ned Deily
2011-10-06
|
\
|
|
*
Issue #7425: Refactor test_pydoc test case for '-k' behavior and add
Ned Deily
2011-10-06
*
|
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti
2011-09-28
*
|
Merge fix for #8887 from 3.2
Éric Araujo
2011-07-29
|
\
|
|
*
Make “pydoc somebuiltin.somemethod” work (#8887)
Éric Araujo
2011-07-29
*
|
Merge from 3.2
Antoine Pitrou
2011-07-15
|
\
|
|
*
Use test.script_helper in test_pydoc
Antoine Pitrou
2011-07-15
|
*
test_pydoc needs to cleanup after itself
Antoine Pitrou
2011-07-15
[next]