1. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  2. 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
  3. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  4. 3dffcd1 Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only. by Brett Cannon · 17 years ago
  5. 2dd647b typo fix by Andrew M. Kuchling · 17 years ago
  6. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 17 years ago
  7. 311c580 Document the 'line' argument by Andrew M. Kuchling · 17 years ago
  8. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 17 years ago
  9. 4aa8df2 Fix markup. by Georg Brandl · 17 years ago
  10. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
  11. 092a1f7 PyErr_Warn is decrepated. Use PyErr_WarnEx by Benjamin Peterson · 17 years ago
  12. 338d418 Use a versionchanged directive. by Brett Cannon · 18 years ago
  13. 2b92f6b Diverse markup fixes. by Georg Brandl · 18 years ago
  14. 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 18 years ago
  15. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago