1. ac0cea5 Merge: #17476: make allmethods actually return all methods. by R David Murray · 11 years ago
  2. 455f296 #17464: improve pydoc test coverage. by R David Murray · 11 years ago
  3. 26f1166 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  4. 9d0add0 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  5. fb93190 Fix test_pydoc for build --without-doc-strings. by Stefan Krah · 12 years ago
  6. a82c960 merge #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  7. c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  8. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  9. f16d677 Issue #13861: merge by Ned Deily · 13 years ago
  10. 3429491 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 13 years ago
  11. 9403071 merge from 3.2 by Ned Deily · 13 years ago
  12. 92a81a1 Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 13 years ago
  13. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  14. c473f8c Merge fix for #8887 from 3.2 by Éric Araujo · 13 years ago
  15. e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 13 years ago
  16. afed6ec Merge from 3.2 by Antoine Pitrou · 13 years ago
  17. f7f5475 Use test.script_helper in test_pydoc by Antoine Pitrou · 13 years ago
  18. a6e81a2 test_pydoc needs to cleanup after itself by Antoine Pitrou · 13 years ago
  19. 319672e (merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie if by Victor Stinner · 13 years ago
  20. e6c910e Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to by Victor Stinner · 13 years ago
  21. ba8ef7a (Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 13 years ago
  22. 62a68f2 test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 13 years ago
  23. 60811c2 #11926: merge with 3.2. by Ezio Melotti · 13 years ago
  24. 44aad85 #11926: merge with 3.1. by Ezio Melotti · 13 years ago
  25. b185a04 #11926: add missing keywords to help("keywords"). by Ezio Melotti · 13 years ago
  26. 007bdbd Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 13 years ago
  27. 1103d05 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 13 years ago
  28. 98dbba5 Issue #3080: Use repr() to format the module name on error by Victor Stinner · 13 years ago
  29. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 13 years ago
  30. d2f3857 #10961: fix exception handling in new pydoc server code. by Georg Brandl · 14 years ago
  31. ecace28 Handle Windows paths and don't double up on HTML header sections in new pydoc URL handler by Nick Coghlan · 14 years ago
  32. 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 14 years ago
  33. d80d5f4 #940286: pydoc.Helper.help() ignores input/output init parameters. by Georg Brandl · 14 years ago
  34. 4979b9b Merged revisions 86504 via svnmerge from by Alexander Belopolsky · 14 years ago
  35. a47bbf5 Issue #10446: Several changes to module documentation generated by pydoc: by Alexander Belopolsky · 14 years ago
  36. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  37. 0d8a1dd Merged revisions 79520 via svnmerge from by Brian Curtin · 14 years ago
  38. 49c284c Merged revisions 79518 via svnmerge from by Brian Curtin · 14 years ago
  39. 085a656 Fix test_pydoc when sys.modules["test"] is first imported using importlib.import_module. by Florent Xicluna · 14 years ago
  40. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 14 years ago
  41. bf839b9 Merged revisions 78209 via svnmerge from by Ezio Melotti · 14 years ago
  42. 412c95a Merged revisions 78207 via svnmerge from by Ezio Melotti · 14 years ago
  43. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  44. aecd3b7 Merged revisions 75967 via svnmerge from by Antoine Pitrou · 15 years ago
  45. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  46. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  47. d76c8da Merged revisions 73623-73624 via svnmerge from by Benjamin Peterson · 15 years ago
  48. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  49. 1f1b9d3 Merged revisions 72966 via svnmerge from by R. David Murray · 15 years ago
  50. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  51. c5e9464 Merged revisions 64095 via svnmerge from by Benjamin Peterson · 16 years ago
  52. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
  53. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  54. 768db92 Correct recently merged tests: by Amaury Forgeot d'Arc · 16 years ago
  55. 8c03b4d Merged revisions 62486-62487 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago