| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #18383: Avoid adding duplicate filters when warnings is reloaded | Martin Panter | 2016-05-26 | 1 | -11/+15 |
* | Fix typos in documentation and comments | Martin Panter | 2016-04-05 | 1 | -1/+1 |
* | warnings.formatwarning(): catch exceptions | Victor Stinner | 2016-03-25 | 1 | -2/+8 |
* | Issue #24305: Prevent import subsystem stack frames from being counted | Larry Hastings | 2015-09-06 | 1 | -4/+27 |
* | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -1/+1 |
* | Fixed a typo in a comment (issue #23016). | Serhiy Storchaka | 2014-12-14 | 1 | -1/+1 |
|\ |
|
| * | Fixed a typo in a comment (issue #23016). | Serhiy Storchaka | 2014-12-14 | 1 | -1/+1 |
* | | Issue #23016: A warning no longer produces an AttributeError when the program | Serhiy Storchaka | 2014-12-10 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | Issue #4180: The warnings registries are now reset when the filters are modif... | Antoine Pitrou | 2014-09-18 | 1 | -1/+3 |
| |\ |
|
| | * | Merge for issue #22191 fix | Brett Cannon | 2014-08-22 | 1 | -1/+3 |
| | |\ |
|
| | | * | Issue #16382: Improve exception message of warnings.warn() for bad category. | Berker Peksag | 2014-07-11 | 1 | -1/+3 |
* | | | | Issue #23016: A warning no longer produces AttributeError when the program | Serhiy Storchaka | 2014-12-10 | 1 | -0/+3 |
|/ / / |
|
* | | | Issue #4180: The warnings registries are now reset when the filters are modif... | Antoine Pitrou | 2014-09-18 | 1 | -1/+16 |
|/ / |
|
* | | Issue #22191: Fix warnings.__all__. | Brett Cannon | 2014-08-22 | 1 | -1/+2 |
|/ |
|
* | Close #19379: Lazily import linecache in the warnings module, to make startup... | Antoine Pitrou | 2013-10-24 | 1 | -4/+2 |
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -3/+3 |
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-13 | 1 | -3/+3 |
* | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
* | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -0/+7 |
* | _warnings exposed two variables with the name 'default_action' and | Brett Cannon | 2010-09-04 | 1 | -3/+3 |
* | Merged revisions 77402,77505,77510 via svnmerge from | Benjamin Peterson | 2010-06-28 | 1 | -2/+4 |
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -1/+13 |
* | Use true booleans and PEP8 for argdefaults. | Georg Brandl | 2009-09-16 | 1 | -2/+2 |
* | forward port r66386 | Benjamin Peterson | 2008-10-16 | 1 | -0/+15 |
* | Merged revisions 66321 via svnmerge from | Brett Cannon | 2008-09-09 | 1 | -25/+21 |
* | Merge in r66135. Doing also required removing a stale DeprecationWarning along | Brett Cannon | 2008-09-02 | 1 | -0/+70 |
* | Removed some unused imports to decrease the amount of loaded modules during s... | Christian Heimes | 2008-08-15 | 1 | -1/+0 |
* | Merged revisions 64549 via svnmerge from | Brett Cannon | 2008-06-27 | 1 | -0/+1 |
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -0/+3 |
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -123/+148 |
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -2/+2 |
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -3/+2 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -3/+3 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -2/+0 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+8 |
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -1/+2 |
* | Bug #1403410: The warnings module now doesn't get confused | Georg Brandl | 2006-01-13 | 1 | -1/+1 |
* | bug [ 839151 ] attempt to access sys.argv when it doesn't exist | Georg Brandl | 2005-06-26 | 1 | -1/+5 |
* | Replace list of constants with tuples of constants. | Raymond Hettinger | 2005-02-06 | 1 | -1/+1 |
* | Fix wrong variable name. | Walter Dörwald | 2004-12-29 | 1 | -1/+1 |
* | Stop producing or using OverflowWarning. PEP 237 thought this would | Tim Peters | 2004-08-25 | 1 | -0/+1 |
* | SF bug 917108: warnings.py does not define _test(). | Tim Peters | 2004-03-21 | 1 | -8/+3 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -11/+11 |
* | Change warnings to avoid importing re module during startup. | Jeremy Hylton | 2003-07-11 | 1 | -43/+28 |
* | defer re module imports to help improve interpreter startup | Skip Montanaro | 2003-05-14 | 1 | -1/+4 |
* | Fix bug 683658 - PyErr_Warn may cause import deadlock. | Mark Hammond | 2003-02-19 | 1 | -1/+4 |
* | Allow Unicode strings as message and module name. | Martin v. Löwis | 2002-10-14 | 1 | -2/+2 |