1. 32a66a0 Fixed a couple more C99 comments and one occurence of inline. by Christian Heimes · 17 years ago
  2. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 17 years ago
  3. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 17 years ago
  4. dea1b56 warnings.warn_explicit() did not have the proper TypeErrors in place to prevent by Brett Cannon · 17 years ago
  5. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  6. dacde0d turn PyErr_WarnPy3k into a macro by Benjamin Peterson · 17 years ago
  7. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  8. 9c5b515 Fix a refleak in the _warnings module. by Georg Brandl · 17 years ago
  9. d295032 Fix logic error in Python/_warnings.c and add a test to verify by Benjamin Peterson · 17 years ago
  10. e3dcb01 Fix a bug in the handling of the stacklevel argument in warnings.warn() where by Brett Cannon · 17 years ago
  11. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 17 years ago
  12. 64a4bbe Fix the C implementation of 'warnings' to infer the filename of the module that by Brett Cannon · 17 years ago
  13. ab9cc1b Fix some indentation errors. by Brett Cannon · 17 years ago
  14. b457dda Fix a backwards-compatibility mistake where a new optional argument for by Brett Cannon · 17 years ago
  15. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 17 years ago
  16. f9e7ebe Correct a refleak found by "regrtest.py -R:: test_structmembers" by Amaury Forgeot d'Arc · 17 years ago
  17. 6715352 Use PyString_InternFromString instead of PyString_FromString for static vars by Christian Heimes · 17 years ago
  18. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago