summaryrefslogtreecommitdiffstats
path: root/Doc/library/warnings.rst
Commit message (Expand)AuthorAgeFilesLines
* Require implementations for warnings.showwarning() support the 'line' argument.Brett Cannon2009-03-111-3/+2
* Remove trailing whitespace.Georg Brandl2009-01-031-4/+4
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-111-11/+21
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-38/+74
* Make it more obvious that warnings.catch_warnings() and its arguments should ...Brett Cannon2008-09-051-1/+1
* typo fixAndrew M. Kuchling2008-09-021-1/+1
* Move test.test_support.catch_warning() to the warnings module, rename itBrett Cannon2008-09-021-0/+50
* Document the 'line' argumentAndrew M. Kuchling2008-05-101-1/+6
* Add a DeprecationWarning for when warnings.showwarning() is set to a functionBrett Cannon2008-05-051-1/+2
* Fix markup.Georg Brandl2008-04-131-7/+5
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-5/+13
* PyErr_Warn is decrepated. Use PyErr_WarnExBenjamin Peterson2008-03-311-1/+1
* Use a versionchanged directive.Brett Cannon2007-12-091-2/+5
* Diverse markup fixes.Georg Brandl2007-12-061-1/+1
* Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504Christian Heimes2007-11-271-0/+8
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+242