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