1. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 8 years ago
  2. f40fcb3 Issue #23637: Showing a warning no longer fails with UnicodeErrror. by Serhiy Storchaka · 9 years ago
  3. e6b4243 Issue #23016: A warning no longer produces an AttributeError when sys.stderr by Serhiy Storchaka · 10 years ago
  4. 0140845 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
  5. 1994969 When DeprecationWarning was silenced by default, it also silenced any use of -Q by Brett Cannon · 14 years ago
  6. 1f3b4e1 Fix some py3k warnings in the standard library. by Florent Xicluna · 15 years ago
  7. 3ffa43d The silencing of DeprecationWarning was not taking -3 into consideration. Since by Brett Cannon · 15 years ago
  8. 6fdd3dc DeprecationWarning is now silent by default. by Brett Cannon · 15 years ago
  9. d87affe Improve some docstrings in the 'warnings' module. by Neil Schemenauer · 15 years ago
  10. 6c4cff0 Require implementations for warnings.showwarning() support the 'line' argument. by Brett Cannon · 16 years ago
  11. 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
  12. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 16 years ago
  13. 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 16 years ago
  14. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 16 years ago
  15. dea1b56 warnings.warn_explicit() did not have the proper TypeErrors in place to prevent by Brett Cannon · 16 years ago
  16. 2e6407d Practice EAFP, and revert 62787 by Benjamin Peterson · 16 years ago
  17. 323c40d Make the Python implementation of warnings compatible with the C implementation regarding non-callable showwarning by Benjamin Peterson · 16 years ago
  18. 9c19bc6 Remove the use of 'inspect' from 'warnings' for detected deprecated use of the by Brett Cannon · 16 years ago
  19. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 16 years ago
  20. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  21. 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 17 years ago
  22. b6983bb Ignore ImportWarning by default by Nick Coghlan · 18 years ago
  23. 53ab5b7 'warning's was improperly requiring that a command-line Warning category be by Brett Cannon · 18 years ago
  24. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 18 years ago
  25. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  26. 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 18 years ago
  27. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
  28. 4edd989 Bug #1403410: The warnings module now doesn't get confused by Georg Brandl · 19 years ago
  29. 12fe9b4 bug [ 839151 ] attempt to access sys.argv when it doesn't exist by Georg Brandl · 19 years ago
  30. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
  31. 6cea693 Fix wrong variable name. by Walter Dörwald · 20 years ago
  32. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  33. 6602520 SF bug 917108: warnings.py does not define _test(). by Tim Peters · 20 years ago
  34. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  35. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 21 years ago
  36. d8f2120 defer re module imports to help improve interpreter startup by Skip Montanaro · 21 years ago
  37. a43fd0c Fix bug 683658 - PyErr_Warn may cause import deadlock. by Mark Hammond · 22 years ago
  38. ff9284b Allow Unicode strings as message and module name. by Martin v. Löwis · 22 years ago
  39. 51a0ae3 Ignore IOError exceptions when writing the message. by Mark Hammond · 22 years ago
  40. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  41. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  42. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  43. d0cc4f0 resetwarnings(): Remove extra space from docstring guts. by Tim Peters · 22 years ago
  44. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  45. c86c1b8 resetwarnings(): change the docstring to reflect what the code by Tim Peters · 22 years ago
  46. b25c2b0 [Apply SF patch #504943] by Walter Dörwald · 22 years ago
  47. 8031bbe Allow for the possibility that globals['__name__'] does not exist; by Guido van Rossum · 23 years ago
  48. acc21d8 Ignore OverflowWarning by default. To enable the warning, use by Guido van Rossum · 23 years ago
  49. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
  50. 3756fa3 Move a comment around to where it belongs (the code had alrady been moved). by Guido van Rossum · 24 years ago
  51. 9e26318 Add a new API: by Guido van Rossum · 24 years ago
  52. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  53. 9464a7d - Added keyword argument 'append' to filterwarnings(); if true, this by Guido van Rossum · 24 years ago
  54. d1db30b Improve error messages for invalid warning arguments; don't raise by Guido van Rossum · 24 years ago
  55. 2a862c6 Python part of the warnings subsystem. by Guido van Rossum · 24 years ago