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