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