1. a40681d bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) by Stéphane Wirtel · 6 years ago
  2. e7a4bb5 bpo-35798: Add test.support.check_syntax_warning(). (#11895) by Serhiy Storchaka · 6 years ago
  3. 12e696b bpo-35042: Use the :pep: role where a PEP is specified (#10036) by Stéphane Wirtel · 7 years ago
  4. 271818f Fix "Python" casing in a few places (GH-9001) by Andrés Delfino · 7 years ago
  5. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 7 years ago
  6. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 7 years ago
  7. d5d9e02 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) by Nick Coghlan · 7 years ago
  8. b21d155 bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930) by Serhiy Storchaka · 7 years ago
  9. 988fb28 bpo-11015: Update test.support documentation (GH-5610) by Cheryl Sabella · 8 years ago
  10. 0e61e67 bpo-31567: add or fix decorator markup in docs (#3959) by Daisuke Miyakawa · 8 years ago
  11. f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 8 years ago
  12. 7fae81e Fix trailing colon and newline in test.rst (#1250) by Louie Lu · 8 years ago
  13. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  14. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  15. 4da945f Merge Issue #22558. by Terry Jan Reedy · 9 years ago
  16. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  17. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 9 years ago
  18. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  19. 3902d62 merge with 3.5 by Georg Brandl · 9 years ago
  20. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  21. d226d30 Issue #23883: Add test.support.check__all__() and test gettext.__all__ by Martin Panter · 10 years ago
  22. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  23. 9955a37 Various minor typos in documentation and comments by Martin Panter · 10 years ago
  24. 3d3aedc Fix usage of the default role. by Zachary Ware · 10 years ago
  25. 7c63fd3 issue9859: add the missing versionadded tag to the documentation. by Gregory P. Smith · 10 years ago
  26. 4e72cce issue9859: Document test.support.detect_api_mismatch() and simplify its test. by Gregory P. Smith · 10 years ago
  27. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 11 years ago
  28. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 11 years ago
  29. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 11 years ago
  30. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  31. 77e904e Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. by Antoine Pitrou · 12 years ago
  32. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 12 years ago
  33. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 12 years ago
  34. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 12 years ago
  35. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 12 years ago
  36. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 12 years ago
  37. 5d50ade StringIO.StringIO -> io.StringIO (closes #17168) by Benjamin Peterson · 13 years ago
  38. f0c10f0 Issue #14554: merge with 3.2 by Sandro Tosi · 13 years ago
  39. 3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  40. df7ac06 Merge doc fixes #14553 and #14552. by R David Murray · 13 years ago
  41. 644cabe #14552: remove redundant wording in 'test' docs. by R David Murray · 13 years ago
  42. f1cdb60 Reflow paragraph (not that it helped much). by R David Murray · 13 years ago
  43. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 13 years ago
  44. 2496f33 Close issue 12958 by flagging expected failures in test_socket on Mac OS X by Nick Coghlan · 14 years ago
  45. 39112a9 Merge with 3.2. by Georg Brandl · 14 years ago
  46. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 14 years ago
  47. c353f68 fix doc typo for library/test.rst by Eli Bendersky · 14 years ago
  48. e168965 Issue #11015: bring test.support docs up to date by Eli Bendersky · 14 years ago
  49. 197c9c9 Make this a note again. by Antoine Pitrou · 15 years ago
  50. 1d55c7e Advertise “python -m test” over test.regrtest (r87296 followup) by Éric Araujo · 15 years ago
  51. 055d2e0 Advertise “python -m” instead of direct filename. by Éric Araujo · 15 years ago
  52. 36730e8 Make this a warning and fix indentation by Antoine Pitrou · 15 years ago
  53. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 15 years ago
  54. 279b56d Fix a minor docs bug. by Senthil Kumaran · 15 years ago
  55. 3a4e50c Document the fact that the 'test' package is meant only for use by Python by Brett Cannon · 15 years ago
  56. af1d434 Merged revisions 81279 via svnmerge from by Senthil Kumaran · 15 years ago
  57. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 15 years ago
  58. f8754a6 Update versionadded/changed. by Ezio Melotti · 15 years ago
  59. 53b506be Merged revisions 79049 via svnmerge from by Florent Xicluna · 15 years ago
  60. b14930c Only the parts which are relevant for 3.x branch. by Florent Xicluna · 15 years ago
  61. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 16 years ago
  62. 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 16 years ago
  63. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 16 years ago
  64. 4738470 Merged revisions 71799 via svnmerge from by Nick Coghlan · 16 years ago
  65. fce769e Merged revisions 71465 via svnmerge from by Nick Coghlan · 16 years ago
  66. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 17 years ago
  67. fcf5d63 forward port r66386 by Benjamin Peterson · 17 years ago
  68. b130493 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for it to test_warnings. (forward port of r64910 from trunk) by Nick Coghlan · 17 years ago
  69. 79e4803 remove test.support.have_unicode by Benjamin Peterson · 17 years ago
  70. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  71. 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 17 years ago
  72. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 18 years ago
  73. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 18 years ago
  74. c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 18 years ago
  75. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
  76. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 18 years ago
  77. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago