summaryrefslogtreecommitdiffstats
path: root/Objects/exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* WindowsError.str should display the windows error code,Thomas Heller2006-10-271-7/+7
* Bug #1566800: make sure that EnvironmentError can be called with anyGeorg Brandl2006-09-301-1/+1
* Allow exceptions to be directly sliced againBrett Cannon2006-09-201-1/+8
* Remove the __unicode__ method from exceptions. Allows unicode() to be calledBrett Cannon2006-09-091-17/+0
* Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.Georg Brandl2006-09-061-2/+8
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-141-0/+10
* Fix build problems with the platform SDK on windows. It is not sufficient to...Kristján Valur Jónsson2006-07-031-3/+3
* Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CR...Kristján Valur Jónsson2006-06-121-0/+35
* 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