summaryrefslogtreecommitdiffstats
path: root/Objects/exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* SF #1499797, Fix for memory leak in WindowsError_strNeal Norwitz2006-06-041-1/+0
* Fix memory leak found by valgrind.Neal Norwitz2006-06-021-1/+0
* Correctly unpickle 2.4 exceptions via __setstate__ (patch #1498571)Georg Brandl2006-06-011-0/+24
* Do the check for no keyword arguments in __init__ so thatGeorg Brandl2006-05-301-3/+3
* Disallow keyword args for exceptions.Georg Brandl2006-05-301-0/+3
* Add a test case for exception pickling. args is never NULL.Georg Brandl2006-05-301-11/+8
* Restore exception pickle support. #1497319.Georg Brandl2006-05-301-1/+11
* Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.Georg Brandl2006-05-291-0/+1
* Make last patch valid C89 so Windows compilers can deal with it.Thomas Wouters2006-05-281-1/+2
* use the UnicodeError traversal and clearing functions in UnicodeErrorMichael W. Hudson2006-05-281-4/+4
* Fix refleaks in UnicodeError get and set methods.Georg Brandl2006-05-281-45/+56
* Quality control, meet exceptions.c, round two.Michael W. Hudson2006-05-281-222/+165
* Quality control, meet exceptions.c.Michael W. Hudson2006-05-281-128/+105
* move semicolonsRichard Jones2006-05-271-53/+51
* doc string additions and tweaksRichard Jones2006-05-271-8/+21
* Remove spurious semicolons after macro invocations.Georg Brandl2006-05-271-42/+42
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-0/+2130