Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ce5a56e9851a65a94b24b27ec6e55d4c47d7e46c
/
Python
/
_warnings.c
4833c98
start out this branch always with filename NULL
by Benjamin Peterson
· 14 years ago
9b6c605
plug refleak
by Benjamin Peterson
· 14 years ago
65c1535
Issue #12467: warnings: fix a race condition if a warning is emitted at
by Victor Stinner
· 14 years ago
24b07bc
#11515: fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
1994969
When DeprecationWarning was silenced by default, it also silenced any use of -Q
by Brett Cannon
· 15 years ago
0bc7747
Remove C++/C99-style comments.
by Brett Cannon
· 15 years ago
3ffa43d
The silencing of DeprecationWarning was not taking -3 into consideration. Since
by Brett Cannon
· 15 years ago
6fdd3dc
DeprecationWarning is now silent by default.
by Brett Cannon
· 15 years ago
e78e5d2
Issue #6415: Fixed warnings.warn sagfault on bad formatted string.
by Hirokazu Yamamoto
· 16 years ago
f7f858d
Issue 5954, PyFrame_GetLineNumber:
by Jeffrey Yasskin
· 16 years ago
15ba4da
_warnings was importing itself to get an attribute. That's bad if warnings gets
by Brett Cannon
· 16 years ago
6c4cff0
Require implementations for warnings.showwarning() support the 'line' argument.
by Brett Cannon
· 16 years ago
32a66a0
Fixed a couple more C99 comments and one occurence of inline.
by Christian Heimes
· 17 years ago
1eaf074
Move test.test_support.catch_warning() to the warnings module, rename it
by Brett Cannon
· 17 years ago
2252d11
#3342: In tracebacks, printed source lines were not indented since r62555.
by Amaury Forgeot d'Arc
· 17 years ago
dea1b56
warnings.warn_explicit() did not have the proper TypeErrors in place to prevent
by Brett Cannon
· 17 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
dacde0d
turn PyErr_WarnPy3k into a macro
by Benjamin Peterson
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
9c5b515
Fix a refleak in the _warnings module.
by Georg Brandl
· 17 years ago
d295032
Fix logic error in Python/_warnings.c and add a test to verify
by Benjamin Peterson
· 17 years ago
e3dcb01
Fix a bug in the handling of the stacklevel argument in warnings.warn() where
by Brett Cannon
· 17 years ago
8a232cc
Add a DeprecationWarning for when warnings.showwarning() is set to a function
by Brett Cannon
· 17 years ago
64a4bbe
Fix the C implementation of 'warnings' to infer the filename of the module that
by Brett Cannon
· 17 years ago
ab9cc1b
Fix some indentation errors.
by Brett Cannon
· 17 years ago
b457dda
Fix a backwards-compatibility mistake where a new optional argument for
by Brett Cannon
· 17 years ago
a692c4d
Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon.
by Benjamin Peterson
· 17 years ago
f9e7ebe
Correct a refleak found by "regrtest.py -R:: test_structmembers"
by Amaury Forgeot d'Arc
· 17 years ago
6715352
Use PyString_InternFromString instead of PyString_FromString for static vars
by Christian Heimes
· 17 years ago
e974689
Re-implement the 'warnings' module in C. This allows for usage of the
by Brett Cannon
· 17 years ago