Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
af080876dc4148b15bb79886b8aeecbf173f4fd3
/
Lib
/
test
/
test_pydoc.py
ee105dc
Fixed test_tempfilepager in test_pydoc on Windows.
by Serhiy Storchaka
· 11 years ago
984f630
#1065986: Make pydoc handle unicode strings.
by R David Murray
· 11 years ago
c0e6047
Issue #19397: test_pydoc now works with -S (help not added to builtins).
by Terry Jan Reedy
· 12 years ago
f41ffed
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
by Antoine Pitrou
· 12 years ago
72121c6
- Issue #17041: Fix testing when Python is configured with the
by Serhiy Storchaka
· 12 years ago
c313b1d
#14638: pydoc now treats non-str __name__ as None instead of raising
by R David Murray
· 13 years ago
22d2711
Issue #13861: Prevent test_apropos* test case failures in test_pydoc.
by Ned Deily
· 13 years ago
1a96f8d
Issue #7425: Refactor test_pydoc test case for '-k' behavior and add
by Ned Deily
· 14 years ago
9a52830
Make “pydoc somebuiltin.somemethod” work (#8887)
by Éric Araujo
· 14 years ago
bdfa2e6
Backport test from #11926.
by Ezio Melotti
· 14 years ago
9aa5a34
Issue #11666: Teach pydoc to display full help for named tuples
by Raymond Hettinger
· 14 years ago
aeb2e82
Fix #8225. xml.etree was displaying an incorrect link when viewed in help.
by Brian Curtin
· 15 years ago
f28fd24
Issue 6292: for the moment at least, the test suite passes if run
by R. David Murray
· 15 years ago
e511fc7
#7930: fix stripid
by Ezio Melotti
· 15 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 15 years ago
161df94
Try to fix transient refleaks in test_pydoc.
by Antoine Pitrou
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
ef087da
Fix issue 5230 by having pydoc's safeimport check to see if the import
by R. David Murray
· 16 years ago
d67ea7d
fix issue #6121 by stripping spaces from the argument in the 'help' function.
by R. David Murray
· 16 years ago
c060b0e
Issue 3190: pydoc now hides module __package__ attributes
by Nick Coghlan
· 17 years ago
8e8de4a
Correct test_pydoc for win32 platforms, to account for normalized URLs:
by Amaury Forgeot d'Arc
· 17 years ago
3a7305e
fix test_pydoc so it works on make installed Python installations
by Benjamin Peterson
· 17 years ago
b7e419e
Use inspect.getabsfile() to get the documented module's filename.
by Georg Brandl
· 17 years ago
fb3de1f
Improve diffing logic and output for test_pydoc.
by Georg Brandl
· 17 years ago
f5c38da
bring test_pydoc up to my high standards (now that I have them)
by Benjamin Peterson
· 17 years ago
8632cc2
GHOP #121: improve test_pydoc, by Benjamin Peterson.
by Georg Brandl
· 17 years ago
1c596d5
Use absolute import for test package
by Amaury Forgeot d'Arc
· 17 years ago
7477205
Add a few tests for pydoc.
by Amaury Forgeot d'Arc
· 17 years ago