1. be7c460 bpo-35178: Fix warnings._formatwarnmsg() (GH-12033) by Xtreak · 5 years ago
  2. 2c07c49 bpo-29564: warnings suggests to enable tracemalloc (GH-10486) by Victor Stinner · 6 years ago
  3. 11a8966 bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622) by Thomas Kluyver · 6 years ago
  4. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  5. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  6. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 7 years ago
  7. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 7 years ago
  8. c975878 bpo-27535: Fix memory leak with warnings ignore (#4489) by Victor Stinner · 7 years ago
  9. 21c7730 bpo-32089: Use default action for ResourceWarning (#4584) by Victor Stinner · 7 years ago
  10. 8265627 bpo-27535: Optimize warnings.warn() (#4508) by Victor Stinner · 7 years ago
  11. 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 7 years ago
  12. 895862a bpo-32088: Display Deprecation in debug mode (#4474) by Victor Stinner · 7 years ago
  13. 5de3a64 Simplify code in warnings modules (#1935) by Alex Gaynor · 7 years ago
  14. 5affd23 bpo-29762: More use "raise from None". (#569) by Serhiy Storchaka · 7 years ago
  15. c1c3292 Issue #28835: Tidy previous showwarning changes based on review comments. by Ned Deily · 8 years ago
  16. 8ef46be catch_warnings() calls showwarning() if overriden by Victor Stinner · 8 years ago
  17. b6ae2ae Issue #18383: Merge warnings fix from 3.5 by Martin Panter · 8 years ago
  18. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  19. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  20. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  21. e091d32 Merge 3.5 by Victor Stinner · 8 years ago
  22. 2746168 warnings.formatwarning(): catch exceptions by Victor Stinner · 8 years ago
  23. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 8 years ago
  24. eedf13f Fix test_logging by Victor Stinner · 8 years ago
  25. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  26. 1231a46 Add _showwarnmsg() and _formatwarnmsg() to warnings by Victor Stinner · 8 years ago
  27. 714e493 Issue #24305: Prevent import subsystem stack frames from being counted by Larry Hastings · 9 years ago
  28. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  29. 2c63c4b Fixed a typo in a comment (issue #23016). by Serhiy Storchaka · 10 years ago
  30. eb9a9b6 Fixed a typo in a comment (issue #23016). by Serhiy Storchaka · 10 years ago
  31. 6059952 Issue #23016: A warning no longer produces AttributeError when the program by Serhiy Storchaka · 10 years ago
  32. 927131e Issue #23016: A warning no longer produces an AttributeError when the program by Serhiy Storchaka · 10 years ago
  33. 87538e7 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
  34. cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
  35. 145759c Merge for issue #22191 fix by Brett Cannon · 10 years ago
  36. 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
  37. d8089e0 Issue #16382: Improve exception message of warnings.warn() for bad category. by Berker Peksag · 10 years ago
  38. 7cb11fa Close #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed. by Antoine Pitrou · 11 years ago
  39. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  40. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  41. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  42. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  43. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  44. ef0e6c3 _warnings exposed two variables with the name 'default_action' and by Brett Cannon · 14 years ago
  45. 7ab4b8d Merged revisions 77402,77505,77510 via svnmerge from by Benjamin Peterson · 14 years ago
  46. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  47. fe99105 Use true booleans and PEP8 for argdefaults. by Georg Brandl · 15 years ago
  48. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  49. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 16 years ago
  50. ec92e18 Merge in r66135. Doing also required removing a stale DeprecationWarning along by Brett Cannon · 16 years ago
  51. deb75f5 Removed some unused imports to decrease the amount of loaded modules during startup. by Christian Heimes · 16 years ago
  52. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago
  53. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  54. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  55. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  56. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  57. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  58. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  59. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  60. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  61. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  62. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  63. 4edd989 Bug #1403410: The warnings module now doesn't get confused by Georg Brandl · 19 years ago
  64. 12fe9b4 bug [ 839151 ] attempt to access sys.argv when it doesn't exist by Georg Brandl · 19 years ago
  65. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 19 years ago
  66. 6cea693 Fix wrong variable name. by Walter Dörwald · 20 years ago
  67. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  68. 6602520 SF bug 917108: warnings.py does not define _test(). by Tim Peters · 20 years ago
  69. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  70. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 21 years ago
  71. d8f2120 defer re module imports to help improve interpreter startup by Skip Montanaro · 21 years ago
  72. a43fd0c Fix bug 683658 - PyErr_Warn may cause import deadlock. by Mark Hammond · 21 years ago
  73. ff9284bc2 Allow Unicode strings as message and module name. by Martin v. Löwis · 22 years ago
  74. 51a0ae3 Ignore IOError exceptions when writing the message. by Mark Hammond · 22 years ago
  75. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  76. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  77. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  78. d0cc4f0 resetwarnings(): Remove extra space from docstring guts. by Tim Peters · 22 years ago
  79. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  80. c86c1b8 resetwarnings(): change the docstring to reflect what the code by Tim Peters · 22 years ago
  81. b25c2b0 [Apply SF patch #504943] by Walter Dörwald · 22 years ago
  82. 8031bbe Allow for the possibility that globals['__name__'] does not exist; by Guido van Rossum · 23 years ago
  83. acc21d8 Ignore OverflowWarning by default. To enable the warning, use by Guido van Rossum · 23 years ago
  84. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  85. 3756fa3 Move a comment around to where it belongs (the code had alrady been moved). by Guido van Rossum · 23 years ago
  86. 9e26318 Add a new API: by Guido van Rossum · 23 years ago
  87. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  88. 9464a7d - Added keyword argument 'append' to filterwarnings(); if true, this by Guido van Rossum · 24 years ago
  89. d1db30b Improve error messages for invalid warning arguments; don't raise by Guido van Rossum · 24 years ago
  90. 2a862c6 Python part of the warnings subsystem. by Guido van Rossum · 24 years ago