1. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 5 years ago
  2. be7c460 bpo-35178: Fix warnings._formatwarnmsg() (GH-12033) by Xtreak · 5 years ago
  3. 2c07c49 bpo-29564: warnings suggests to enable tracemalloc (GH-10486) by Victor Stinner · 6 years ago
  4. b796e7d Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) by Sergey Fedoseev · 6 years ago
  5. 419e88d bpo-33912: Fix test_warnings when run with -Werror (GH-7839) by Christopher Frederickson · 6 years ago
  6. 11a8966 bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622) by Thomas Kluyver · 6 years ago
  7. e292b75 bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) by Victor Stinner · 6 years ago
  8. b056562 bpo-33509: Fix _warnings for module_globals=None (#6833) by Victor Stinner · 6 years ago
  9. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  10. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 7 years ago
  11. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 7 years ago
  12. c975878 bpo-27535: Fix memory leak with warnings ignore (#4489) by Victor Stinner · 7 years ago
  13. 5d3e800 bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (#3717) by Oren Milman · 7 years ago
  14. 91fb0af bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (#3219) by Oren Milman · 7 years ago
  15. 9d984fd bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (#3496) by Oren Milman · 7 years ago
  16. 252033d bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (#3485) by Oren Milman · 7 years ago
  17. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  18. 7eebeb8 bpo-30812: Fix test_warnings, restore _showwarnmsg (#2504) by Victor Stinner · 7 years ago
  19. f15c4d3 bpo-20548: Use specific asserts in warnings and exceptions tests (#788) by Serhiy Storchaka · 7 years ago
  20. 8ae9e6a warnings: Fix the issue number by Victor Stinner · 8 years ago
  21. 8ef46be catch_warnings() calls showwarning() if overriden by Victor Stinner · 8 years ago
  22. e3d7474 Issue #27528: Merge warning doc and test from 3.5 by Martin Panter · 8 years ago
  23. 2219450 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  24. bae75cf Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  25. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  26. 6371152 first step in backout of bad default->3.5 merge d085b4f779af. Create new head and fix whitespace. by Ned Deily · 8 years ago
  27. b69d3fe Merge 3.5 (test_warnings) by Victor Stinner · 8 years ago
  28. 0025eb1 test_warnings: catch stderr and check warning by Victor Stinner · 8 years ago
  29. b6ae2ae Issue #18383: Merge warnings fix from 3.5 by Martin Panter · 8 years ago
  30. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  31. 6c45d39 Issue #21925: Fix test_warnings for release mode by Victor Stinner · 8 years ago
  32. e091d32 Merge 3.5 by Victor Stinner · 8 years ago
  33. 2746168 warnings.formatwarning(): catch exceptions by Victor Stinner · 8 years ago
  34. e0511e7 Fix test_warnings.test_improper_option() by Victor Stinner · 8 years ago
  35. f9a7115 Issue #26588: remove debug traces from _tracemalloc. by Victor Stinner · 8 years ago
  36. 92c21d7 Issue #26588: skip test_warnings.test_tracemalloc() by Victor Stinner · 8 years ago
  37. 74879e4 Try again to fix test_warnings on Windows by Victor Stinner · 8 years ago
  38. bfab932 Try to fix test_warnings on Windows by Victor Stinner · 8 years ago
  39. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  40. 1231a46 Add _showwarnmsg() and _formatwarnmsg() to warnings by Victor Stinner · 8 years ago
  41. 45fd951 Merge from 3.5 by Steve Dower · 9 years ago
  42. 96d4943 Reapplied change to test_warnings.py to test_warnings/__init__.py. by Steve Dower · 9 years ago
  43. 714e493 Issue #24305: Prevent import subsystem stack frames from being counted by Larry Hastings · 9 years ago
  44. 540a81c Issue #21925: Fix test_warnings for release mode by Victor Stinner · 8 years ago