Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3c919cf140170a03c20ec68a8fe63586b718d057
/
Lib
/
test
/
test_pydoc.py
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