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
/
Objects
/
exceptions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF #1499797, Fix for memory leak in WindowsError_str
Neal Norwitz
2006-06-04
1
-1/+0
*
Fix memory leak found by valgrind.
Neal Norwitz
2006-06-02
1
-1/+0
*
Correctly unpickle 2.4 exceptions via __setstate__ (patch #1498571)
Georg Brandl
2006-06-01
1
-0/+24
*
Do the check for no keyword arguments in __init__ so that
Georg Brandl
2006-05-30
1
-3/+3
*
Disallow keyword args for exceptions.
Georg Brandl
2006-05-30
1
-0/+3
*
Add a test case for exception pickling. args is never NULL.
Georg Brandl
2006-05-30
1
-11/+8
*
Restore exception pickle support. #1497319.
Georg Brandl
2006-05-30
1
-1/+11
*
Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.
Georg Brandl
2006-05-29
1
-0/+1
*
Make last patch valid C89 so Windows compilers can deal with it.
Thomas Wouters
2006-05-28
1
-1/+2
*
use the UnicodeError traversal and clearing functions in UnicodeError
Michael W. Hudson
2006-05-28
1
-4/+4
*
Fix refleaks in UnicodeError get and set methods.
Georg Brandl
2006-05-28
1
-45/+56
*
Quality control, meet exceptions.c, round two.
Michael W. Hudson
2006-05-28
1
-222/+165
*
Quality control, meet exceptions.c.
Michael W. Hudson
2006-05-28
1
-128/+105
*
move semicolons
Richard Jones
2006-05-27
1
-53/+51
*
doc string additions and tweaks
Richard Jones
2006-05-27
1
-8/+21
*
Remove spurious semicolons after macro invocations.
Georg Brandl
2006-05-27
1
-42/+42
*
Conversion of exceptions over from faked-up classes to new-style C types.
Richard Jones
2006-05-27
1
-0/+2130