Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f62b50f3068d008cc520507b71852dbe76be4a4d
/
Doc
/
library
/
warnings.rst
dc36d7c
#6647: add note to two examples
by Andrew M. Kuchling
· 15 years ago
d886290
#6647: document that catch_warnings is not thread-safe
by Andrew M. Kuchling
· 15 years ago
6fdd3dc
DeprecationWarning is now silent by default.
by Brett Cannon
· 16 years ago
f016970
#6843: add link from filterwarnings to where the meaning of the arguments is covered.
by Georg Brandl
· 16 years ago
b4d0ef9
#6513: fix example code: warning categories are classes, not instances.
by Georg Brandl
· 16 years ago
72f94f7
add versionadded
by Benjamin Peterson
· 16 years ago
6c4cff0
Require implementations for warnings.showwarning() support the 'line' argument.
by Brett Cannon
· 16 years ago
c62ef8b
Remove trailing whitespace.
by Georg Brandl
· 17 years ago
d2e0938
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon)
by Nick Coghlan
· 17 years ago
672237d
warnings.catch_warnings() now returns a list or None instead of the custom
by Brett Cannon
· 17 years ago
3dffcd1
Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only.
by Brett Cannon
· 17 years ago
2dd647b
typo fix
by Andrew M. Kuchling
· 17 years ago
1eaf074
Move test.test_support.catch_warning() to the warnings module, rename it
by Brett Cannon
· 17 years ago
311c580
Document the 'line' argument
by Andrew M. Kuchling
· 17 years ago
8a232cc
Add a DeprecationWarning for when warnings.showwarning() is set to a function
by Brett Cannon
· 17 years ago
4aa8df2
Fix markup.
by Georg Brandl
· 17 years ago
e974689
Re-implement the 'warnings' module in C. This allows for usage of the
by Brett Cannon
· 17 years ago
092a1f7
PyErr_Warn is decrepated. Use PyErr_WarnEx
by Benjamin Peterson
· 17 years ago
338d418
Use a versionchanged directive.
by Brett Cannon
· 18 years ago
2b92f6b
Diverse markup fixes.
by Georg Brandl
· 18 years ago
28104c5
Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504
by Christian Heimes
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago