| Commit message (Expand) | Author | Age |
* | PyErr_Format(): Factor out most of this code into | Barry Warsaw | 2001-08-24 |
* | PyErr_Occurred(): Use PyThreadState_GET(), which saves a tiny function call | Tim Peters | 2001-05-30 |
* | Use Py_CHARMASK for ctype macros. Fixes bug #232787. | Martin v. Löwis | 2001-03-06 |
* | Add PyErr_WarnExplicit(), which calls warnings.warn_explicit(), with | Guido van Rossum | 2001-02-28 |
* | Improve SyntaxErrors for bad future statements. Set file and location | Jeremy Hylton | 2001-02-28 |
* | Add PyErr_Warn(). | Guido van Rossum | 2000-12-15 |
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 |
* | Avoid a couple of "value computed is not used" warnings from gcc -Wall; | Fred Drake | 2000-10-10 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 |
* | code part of patch #100895 by Fredrik Lundh | Jeremy Hylton | 2000-09-01 |
* | refactor __del__ exception handler into PyErr_WriteUnraisable | Jeremy Hylton | 2000-09-01 |
* | Improve the exceptions raised by PyErr_BadInternalCall(); adding the | Fred Drake | 2000-08-24 |
* | Do not set a MemoryError exception over another MemoryError exception, | Vladimir Marangozov | 2000-08-18 |
* | Avoid dumping core when PyErr_NormalizeException() is called without | Guido van Rossum | 2000-08-07 |
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 |
* | delete obsolete SYMANTEC__CFM68K__ #ifdefs | Skip Montanaro | 2000-07-12 |
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 |
* | PyErr_GivenExceptionMatches(): Check for err==NULL and exc==NULL and | Barry Warsaw | 2000-05-02 |
* | Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError | Guido van Rossum | 2000-03-02 |
* | Mark pointed out a buglet in his patch: i < _sys_nerr isn't strong | Guido van Rossum | 2000-02-21 |
* | Patch by Mark Hammond: | Guido van Rossum | 2000-02-17 |
* | Patch by Christian Tismer for Win32, to use FormatMessage() instead of | Guido van Rossum | 1999-04-21 |
* | Use PyThreadState_GET() macro. | Guido van Rossum | 1998-12-21 |
* | When errno is zero, avoid calling strerror() and use "Error" for the | Guido van Rossum | 1998-10-14 |
* | PyErr_SetFromErrnoWithFilename(): New function which supports setting | Barry Warsaw | 1998-07-23 |
* | Fix subtle bug in cleanup code in PyErr_NormalizeException(), detected | Guido van Rossum | 1997-12-09 |
* | New version of PyErr_NewException() that is compatible with -X option. | Guido van Rossum | 1997-10-03 |
* | PyErr_NormalizeException(): If the exception's type is a class and the | Barry Warsaw | 1997-09-30 |
* | New API PyErr_NewException(name, base, dict) to create simple new exceptions. | Guido van Rossum | 1997-09-16 |
* | PyErr_NoMemory(): If the pre-instantiated memory exception is non-null | Barry Warsaw | 1997-08-29 |
* | Three new C API functions: | Barry Warsaw | 1997-08-22 |
* | Use strerror on the mac if using MSL (Jack). | Guido van Rossum | 1997-08-12 |
* | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 |
* | Quickly renamed. Also removed the long comment explaining why this is | Guido van Rossum | 1997-04-29 |
* | Keep Microsoft VC happy. | Guido van Rossum | 1997-04-11 |
* | (Jack:) On the Mac, use standard strerror() if using MSL C-library. | Guido van Rossum | 1997-04-11 |
* | Oops, remove an unused variable from PyErr_Format(). | Guido van Rossum | 1997-02-14 |
* | Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL. | Guido van Rossum | 1997-02-14 |
* | Add const to error and newstring functions | Guido van Rossum | 1996-12-10 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 |
* | remove unwanted fatal() from err_badcall() | Guido van Rossum | 1995-09-18 |
* | err_badcall() is fatal error | Guido van Rossum | 1995-08-28 |
* | Porting to CW CFM68K | Jack Jansen | 1995-06-27 |
* | changes in NT tests | Guido van Rossum | 1995-03-09 |
* | rename macstrerror to PyMac_StrError; no EINTR test in CW | Guido van Rossum | 1995-02-18 |
* | Undef strerror on the mac before redefining it | Jack Jansen | 1995-01-19 |
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 |
* | Lots of changes, most minor (fatal() instead of abort(), use of | Guido van Rossum | 1995-01-02 |