1. dc36d7c #6647: add note to two examples by Andrew M. Kuchling · 15 years ago
  2. d886290 #6647: document that catch_warnings is not thread-safe by Andrew M. Kuchling · 15 years ago
  3. 6fdd3dc DeprecationWarning is now silent by default. by Brett Cannon · 16 years ago
  4. f016970 #6843: add link from filterwarnings to where the meaning of the arguments is covered. by Georg Brandl · 16 years ago
  5. b4d0ef9 #6513: fix example code: warning categories are classes, not instances. by Georg Brandl · 16 years ago
  6. 72f94f7 add versionadded by Benjamin Peterson · 16 years ago
  7. 6c4cff0 Require implementations for warnings.showwarning() support the 'line' argument. by Brett Cannon · 16 years ago
  8. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  9. 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 · 17 years ago
  10. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  11. 3dffcd1 Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only. by Brett Cannon · 17 years ago
  12. 2dd647b typo fix by Andrew M. Kuchling · 17 years ago
  13. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 17 years ago
  14. 311c580 Document the 'line' argument by Andrew M. Kuchling · 17 years ago
  15. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 17 years ago
  16. 4aa8df2 Fix markup. by Georg Brandl · 17 years ago
  17. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
  18. 092a1f7 PyErr_Warn is decrepated. Use PyErr_WarnEx by Benjamin Peterson · 17 years ago
  19. 338d418 Use a versionchanged directive. by Brett Cannon · 18 years ago
  20. 2b92f6b Diverse markup fixes. by Georg Brandl · 18 years ago
  21. 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 18 years ago
  22. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago