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
/
Python
/
_warnings.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
#3342: In tracebacks, printed source lines were not indented since r62555.
Amaury Forgeot d'Arc
2008-07-11
1
-2/+2
*
warnings.warn_explicit() did not have the proper TypeErrors in place to prevent
Brett Cannon
2008-06-27
1
-5/+13
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-28/+28
*
turn PyErr_WarnPy3k into a macro
Benjamin Peterson
2008-05-26
1
-9/+0
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-28/+28
*
Fix a refleak in the _warnings module.
Georg Brandl
2008-05-13
1
-1/+3
*
Fix logic error in Python/_warnings.c and add a test to verify
Benjamin Peterson
2008-05-06
1
-0/+2
*
Fix a bug in the handling of the stacklevel argument in warnings.warn() where
Brett Cannon
2008-05-06
1
-3/+1
*
Add a DeprecationWarning for when warnings.showwarning() is set to a function
Brett Cannon
2008-05-05
1
-13/+43
*
Fix the C implementation of 'warnings' to infer the filename of the module that
Brett Cannon
2008-05-03
1
-0/+13
*
Fix some indentation errors.
Brett Cannon
2008-05-03
1
-9/+10
*
Fix a backwards-compatibility mistake where a new optional argument for
Brett Cannon
2008-05-02
1
-3/+0
*
Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...
Benjamin Peterson
2008-04-27
1
-0/+9
*
Correct a refleak found by "regrtest.py -R:: test_structmembers"
Amaury Forgeot d'Arc
2008-04-14
1
-5/+6
*
Use PyString_InternFromString instead of PyString_FromString for static vars
Christian Heimes
2008-04-13
1
-3/+3
*
Re-implement the 'warnings' module in C. This allows for usage of the
Brett Cannon
2008-04-12
1
-0/+856