1. 5533ff6 Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation) by Nick Coghlan · 15 years ago
  2. cd2e704 Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks by Nick Coghlan · 15 years ago
  3. d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) by Nick Coghlan · 16 years ago
  4. 12c8660 Correct a couple of errors in the updated catch_warning documentation (the Py3k version was fixed before being checked in) by Nick Coghlan · 16 years ago
  5. 38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. by Nick Coghlan · 16 years ago
  6. e76e4d7 Add a note about the renaming of test.test_support in 3.0. by Brett Cannon · 16 years ago
  7. 98b9c07 Document the 'record' argument for test.test_support.catch_warning(). by Brett Cannon · 16 years ago
  8. f15ff46 Markup fix by Andrew M. Kuchling · 17 years ago
  9. b19be57 Some cleanup in the docs. by Georg Brandl · 17 years ago
  10. d558f67 Document new utility functions in test_support. by Georg Brandl · 17 years ago
  11. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago