1. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  2. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  3. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  4. 77e904e Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. by Antoine Pitrou · 11 years ago
  5. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  6. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  7. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  8. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  9. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 12 years ago
  10. 5d50ade StringIO.StringIO -> io.StringIO (closes #17168) by Benjamin Peterson · 12 years ago
  11. f0c10f0 Issue #14554: merge with 3.2 by Sandro Tosi · 12 years ago
  12. 3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  13. df7ac06 Merge doc fixes #14553 and #14552. by R David Murray · 12 years ago
  14. 644cabe #14552: remove redundant wording in 'test' docs. by R David Murray · 12 years ago
  15. f1cdb60 Reflow paragraph (not that it helped much). by R David Murray · 12 years ago
  16. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 12 years ago
  17. 2496f33 Close issue 12958 by flagging expected failures in test_socket on Mac OS X by Nick Coghlan · 13 years ago
  18. 39112a9 Merge with 3.2. by Georg Brandl · 13 years ago
  19. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  20. c353f68 fix doc typo for library/test.rst by Eli Bendersky · 13 years ago
  21. e168965 Issue #11015: bring test.support docs up to date by Eli Bendersky · 13 years ago
  22. 197c9c9 Make this a note again. by Antoine Pitrou · 14 years ago
  23. 1d55c7e Advertise “python -m test” over test.regrtest (r87296 followup) by Éric Araujo · 14 years ago
  24. 055d2e0 Advertise “python -m” instead of direct filename. by Éric Araujo · 14 years ago
  25. 36730e8 Make this a warning and fix indentation by Antoine Pitrou · 14 years ago
  26. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  27. 279b56d Fix a minor docs bug. by Senthil Kumaran · 14 years ago
  28. 3a4e50c Document the fact that the 'test' package is meant only for use by Python by Brett Cannon · 14 years ago
  29. af1d434 Merged revisions 81279 via svnmerge from by Senthil Kumaran · 14 years ago
  30. 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 · 14 years ago
  31. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  32. 53b506be Merged revisions 79049 via svnmerge from by Florent Xicluna · 14 years ago
  33. b14930c Only the parts which are relevant for 3.x branch. by Florent Xicluna · 14 years ago
  34. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  35. 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 15 years ago
  36. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  37. 4738470 Merged revisions 71799 via svnmerge from by Nick Coghlan · 15 years ago
  38. fce769e Merged revisions 71465 via svnmerge from by Nick Coghlan · 15 years ago
  39. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
  40. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  41. 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 · 16 years ago
  42. 79e4803 remove test.support.have_unicode by Benjamin Peterson · 16 years ago
  43. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  44. 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 16 years ago
  45. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  46. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  47. 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 · 17 years ago
  48. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  49. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  50. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago