index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
warnings.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
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