1. 6602520 SF bug 917108: warnings.py does not define _test(). by Tim Peters · 21 years ago
  2. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  3. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 22 years ago
  4. d8f2120 defer re module imports to help improve interpreter startup by Skip Montanaro · 22 years ago
  5. a43fd0c Fix bug 683658 - PyErr_Warn may cause import deadlock. by Mark Hammond · 22 years ago
  6. ff9284bc2 Allow Unicode strings as message and module name. by Martin v. Löwis · 23 years ago
  7. 51a0ae3 Ignore IOError exceptions when writing the message. by Mark Hammond · 23 years ago
  8. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 23 years ago
  9. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 23 years ago
  10. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 23 years ago
  11. d0cc4f0 resetwarnings(): Remove extra space from docstring guts. by Tim Peters · 23 years ago
  12. 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
  13. c86c1b8 resetwarnings(): change the docstring to reflect what the code by Tim Peters · 23 years ago
  14. b25c2b0 [Apply SF patch #504943] by Walter Dörwald · 23 years ago
  15. 8031bbe Allow for the possibility that globals['__name__'] does not exist; by Guido van Rossum · 24 years ago
  16. acc21d8 Ignore OverflowWarning by default. To enable the warning, use by Guido van Rossum · 24 years ago
  17. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
  18. 3756fa3 Move a comment around to where it belongs (the code had alrady been moved). by Guido van Rossum · 24 years ago
  19. 9e26318 Add a new API: by Guido van Rossum · 24 years ago
  20. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 25 years ago
  21. 9464a7d - Added keyword argument 'append' to filterwarnings(); if true, this by Guido van Rossum · 25 years ago
  22. d1db30b Improve error messages for invalid warning arguments; don't raise by Guido van Rossum · 25 years ago
  23. 2a862c6 Python part of the warnings subsystem. by Guido van Rossum · 25 years ago