aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/warnings.py
Commit message (Expand)AuthorAge
* gh-122088: Copy the coroutine status of the underlying callable in `@warnings...Sebastian Rittau2024-07-23
* gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...Kirill Podoprigora2024-06-30
* gh-117535: Change unknown filename of warnings from `sys` to `<sys>` (#118018)Tian Gao2024-04-18
* gh-113781: Silence AttributeError in warning module during Python finalizatio...Serhiy Storchaka2024-01-09
* bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter(...Rémi Lapeyre2023-12-01
* gh-104003: Implement PEP 702 (#104004)Jelle Zijlstra2023-11-29
* Fix docstring of `warnings._deprecated` to show correct `remove` value (#105178)Nikita Sobolev2023-06-01
* gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)Gregory P. Smith2023-01-27
* gh-91230: Concise catch_warnings with simplefilter (#91435)Zac Hatfield-Dodds2022-04-23
* bpo-47061: deprecate the `aifc` module (GH-32134)Brett Cannon2022-04-05
* bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)Serhiy Storchaka2020-01-05
* bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)Xtreak2019-03-01
* bpo-29564: warnings suggests to enable tracemalloc (GH-10486)Victor Stinner2018-11-13
* bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)Thomas Kluyver2018-06-08
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-21
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-08
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-12
* bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...Jesse-Bakker2017-11-30
* bpo-27535: Fix memory leak with warnings ignore (#4489)Victor Stinner2017-11-27
* bpo-32089: Use default action for ResourceWarning (#4584)Victor Stinner2017-11-27
* bpo-27535: Optimize warnings.warn() (#4508)Victor Stinner2017-11-22
* bpo-32089: Fix warnings filters in dev mode (#4482)Victor Stinner2017-11-20
* bpo-32088: Display Deprecation in debug mode (#4474)Victor Stinner2017-11-20
* Simplify code in warnings modules (#1935)Alex Gaynor2017-06-04
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-05
* Issue #28835: Tidy previous showwarning changes based on review comments.Ned Deily2016-12-06
* catch_warnings() calls showwarning() if overridenVictor Stinner2016-12-06
* Issue #18383: Merge warnings fix from 3.5Martin Panter2016-05-26
|\
| * Issue #18383: Avoid adding duplicate filters when warnings is reloadedMartin Panter2016-05-26
* | Merge typo fixes from 3.5Martin Panter2016-04-05
|\|
| * Fix typos in documentation and commentsMartin Panter2016-04-05
* | Merge 3.5Victor Stinner2016-03-25
|\|
| * warnings.formatwarning(): catch exceptionsVictor Stinner2016-03-25
* | Add a source parameter to warnings.warn()Victor Stinner2016-03-23
* | Fix test_loggingVictor Stinner2016-03-19
* | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-19
* | Add _showwarnmsg() and _formatwarnmsg() to warningsVictor Stinner2016-03-19
|/
* Issue #24305: Prevent import subsystem stack frames from being countedLarry Hastings2015-09-06
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
* Fixed a typo in a comment (issue #23016).Serhiy Storchaka2014-12-14
|\
| * Fixed a typo in a comment (issue #23016).Serhiy Storchaka2014-12-14
* | Issue #23016: A warning no longer produces an AttributeError when the programSerhiy Storchaka2014-12-10
|\|
| * Issue #23016: A warning no longer produces AttributeError when the programSerhiy Storchaka2014-12-10
* | Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-18
|\|
| * Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-18
* | Merge for issue #22191 fixBrett Cannon2014-08-22
|\|
| * Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-22
* | Issue #16382: Improve exception message of warnings.warn() for bad category.Berker Peksag2014-07-11
|/
* Close #19379: Lazily import linecache in the warnings module, to make startup...Antoine Pitrou2013-10-24
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04