summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pydoc.py
Commit message (Expand)AuthorAgeFilesLines
* 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