summaryrefslogtreecommitdiffstats
path: root/Objects/exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* 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