| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -0/+4 |
|
|
* | Mention logging.captureWarnings in the warnings module doc. | Antoine Pitrou | 2011-07-09 | 1 | -0/+4 |
|
|
* | Fix mismerges of version directives. | Georg Brandl | 2010-11-26 | 1 | -6/+1 |
|
|
* | Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,... | Georg Brandl | 2010-11-26 | 1 | -1/+1 |
|
|
* | Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -0/+19 |
|
|
* | #6647: add note to two examples | Andrew M. Kuchling | 2010-04-02 | 1 | -2/+7 |
|
|
* | #6647: document that catch_warnings is not thread-safe | Andrew M. Kuchling | 2010-04-02 | 1 | -0/+8 |
|
|
* | DeprecationWarning is now silent by default. | Brett Cannon | 2010-01-10 | 1 | -9/+35 |
|
|
* | #6843: add link from filterwarnings to where the meaning of the arguments is ... | Georg Brandl | 2009-09-05 | 1 | -17/+19 |
|
|
* | #6513: fix example code: warning categories are classes, not instances. | Georg Brandl | 2009-07-18 | 1 | -1/+1 |
|
|
* | add versionadded | Benjamin Peterson | 2009-07-12 | 1 | -0/+2 |
|
|
* | Require implementations for warnings.showwarning() support the 'line' argument. | Brett Cannon | 2009-03-11 | 1 | -3/+2 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -4/+4 |
|
|
* | Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te... | Nick Coghlan | 2008-09-11 | 1 | -11/+21 |
|
|
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -38/+74 |
|
|
* | Make it more obvious that warnings.catch_warnings() and its arguments should ... | Brett Cannon | 2008-09-05 | 1 | -1/+1 |
|
|
* | typo fix | Andrew M. Kuchling | 2008-09-02 | 1 | -1/+1 |
|
|
* | Move test.test_support.catch_warning() to the warnings module, rename it | Brett Cannon | 2008-09-02 | 1 | -0/+50 |
|
|
* | Document the 'line' argument | Andrew M. Kuchling | 2008-05-10 | 1 | -1/+6 |
|
|
* | Add a DeprecationWarning for when warnings.showwarning() is set to a function | Brett Cannon | 2008-05-05 | 1 | -1/+2 |
|
|
* | Fix markup. | Georg Brandl | 2008-04-13 | 1 | -7/+5 |
|
|
* | Re-implement the 'warnings' module in C. This allows for usage of the | Brett Cannon | 2008-04-12 | 1 | -5/+13 |
|
|
* | PyErr_Warn is decrepated. Use PyErr_WarnEx | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
|
|
* | Use a versionchanged directive. | Brett Cannon | 2007-12-09 | 1 | -2/+5 |
|
|
* | Diverse markup fixes. | Georg Brandl | 2007-12-06 | 1 | -1/+1 |
|
|
* | Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 | Christian Heimes | 2007-11-27 | 1 | -0/+8 |
|
|
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+242 |
|
|