summaryrefslogtreecommitdiffstats
path: root/Doc/library/warnings.rst
Commit message (Expand)AuthorAgeFilesLines
* Backport rev. 3ae74b361f53 to 2.7 branch.Georg Brandl2013-03-281-0/+2
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
| * Add Misc/NEWS entry and relevant doc change for issue 10271.Brett Cannon2011-07-181-2/+1
| * Mention logging.captureWarnings in the warnings module doc.Antoine Pitrou2011-07-091-0/+4
| * More source linksRaymond Hettinger2011-01-271-0/+3
| * #10535: Enable silenced warnings in unittest by defaultEzio Melotti2010-12-011-0/+5
| * Markup fix.Georg Brandl2010-10-261-1/+1
| * Add documentation about the default warnings filters.Georg Brandl2010-10-241-3/+21
| * Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-241-0/+3
| * Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-1/+1
| * fix versionchangedBenjamin Peterson2010-06-281-1/+1
| * Merged revisions 77402,77505,77510 via svnmerge fromBenjamin Peterson2010-06-281-9/+35
| * Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-2/+15
| * Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-7/+7
| * Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,...Benjamin Peterson2009-09-111-17/+19
| * Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-291-1/+1
| * Remove 2.6 versionchanges, turn 2.7 ones into 3.1.Georg Brandl2009-01-041-5/+0
| * Remove trailing whitespace.Georg Brandl2009-01-031-3/+3
| * forward port r66386Benjamin Peterson2008-10-161-13/+21
| * Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-091-37/+73
| * Merged revisions 66134,66136,66143,66154-66155,66190 via svnmerge fromBenjamin Peterson2008-09-031-1/+1
| * Merge in r66135. Doing also required removing a stale DeprecationWarning alongBrett Cannon2008-09-021-0/+49
| * Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-...Alexandre Vassalotti2008-05-151-1/+6
| * Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-5/+5
| * Merged revisions 59423-59440 via svnmerge fromChristian Heimes2007-12-091-2/+2
| * Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-0/+4
| * Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
| * Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+242
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-1/+1
* Issue #14676: DeprecationWarning is ignored too; patch by Peter EisentrautSandro Tosi2012-04-281-1/+2
* update to new C roles and directivesSandro Tosi2012-01-141-1/+1
* Backport source links from 3.x.Éric Araujo2011-08-191-0/+4
* Mention logging.captureWarnings in the warnings module doc.Antoine Pitrou2011-07-091-0/+4
* Fix mismerges of version directives.Georg Brandl2010-11-261-6/+1
* Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,...Georg Brandl2010-11-261-1/+1
* Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge fromGeorg Brandl2010-11-261-0/+19
* #6647: add note to two examplesAndrew M. Kuchling2010-04-021-2/+7
* #6647: document that catch_warnings is not thread-safeAndrew M. Kuchling2010-04-021-0/+8
* DeprecationWarning is now silent by default.Brett Cannon2010-01-101-9/+35
* #6843: add link from filterwarnings to where the meaning of the arguments is ...Georg Brandl2009-09-051-17/+19
* #6513: fix example code: warning categories are classes, not instances.Georg Brandl2009-07-181-1/+1
* add versionaddedBenjamin Peterson2009-07-121-0/+2
* 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