summaryrefslogtreecommitdiffstats
path: root/Include/pyerrors.h
Commit message (Expand)AuthorAgeFilesLines
* As discussed on python-dev, add a mechanism to indicate featuresNeal Norwitz2002-05-291-0/+1
* mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, toTim Peters2001-12-031-5/+0
* Removed preprocessor gimmick trying to force use of snprintf emulationTim Peters2001-11-281-8/+6
* Add function attributes that allow GCC to check the arguments of printf-likeNeil Schemenauer2001-10-231-3/+6
* weakref.ReferenceError becomes a built-in exception now that weak ref objectsFred Drake2001-10-051-0/+1
* Introduce OverflowWarning -- to be issued when short int operationsGuido van Rossum2001-08-231-0/+1
* Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 andMarc-André Lemburg2001-07-311-0/+7
* va_list is defined in stdarg.h.Marc-André Lemburg2001-07-311-0/+1
* This patch turns the Python API mismatch notice into a standardMarc-André Lemburg2001-07-311-0/+16
* Iterators phase 1. This comprises:Guido van Rossum2001-04-201-0/+1
* Add declaration for PyErr_WarnExplicit().Guido van Rossum2001-02-281-0/+2
* Improve SyntaxErrors for bad future statements. Set file and locationJeremy Hylton2001-02-281-0/+4
* Add declarations for standard warning category classes (PyExc_WarningGuido van Rossum2000-12-151-0/+10
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* refactor __del__ exception handler into PyErr_WriteUnraisableJeremy Hylton2000-09-011-0/+1
* Improve the exceptions raised by PyErr_BadInternalCall(); adding theFred Drake2000-08-241-0/+5
* ANSI-fication of the sources -- remove Py_PROTO!Fred Drake2000-07-081-20/+22
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Marc-Andre Lemburg: add PyExc_UnicodeErrorGuido van Rossum2000-03-101-0/+1
* Declarations related to new WindowsError exception.Guido van Rossum2000-02-171-0/+7
* Patch by Tim Peters:Guido van Rossum1999-06-221-0/+1
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-19/+19
* Added PyExc_NotImplementedErrorBarry Warsaw1998-12-011-0/+1
* New global variables: PyExc_EnvironmentError and PyExc_OSErrorBarry Warsaw1998-07-231-0/+3
* New API PyErr_NewException(name, base, dict) to create simple new exceptions.Guido van Rossum1997-09-161-0/+4
* [Py_Exc]NumberError => [Py_Exc]ArithmeticErrorBarry Warsaw1997-09-161-1/+1
* Introduce PyExc_Exception as the conceptual root class for all exceptions.Guido van Rossum1997-09-161-0/+1
* Added externs for three new exceptions PyExc_StandardError,Barry Warsaw1997-08-291-1/+7
* Three new C API functions:Barry Warsaw1997-08-221-0/+6
* Added AssertionError.Guido van Rossum1997-04-021-0/+1
* Remove ConflictError (which was also removed from bltinmodule.c, evenGuido van Rossum1997-03-311-1/+0
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+1
* Added prototype for PyErr_Format(exception, formatstring, ...) -> NULL.Guido van Rossum1997-02-141-0/+1
* Added declaration for PyErr_SetInterrupt.Barry Warsaw1997-01-031-1/+4
* Add const to error and newstring functionsGuido van Rossum1996-12-101-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-19/+19
* new names for lots of new functionsGuido van Rossum1995-01-171-1/+1
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-33/+31
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Lots of small things, see ChangeLogGuido van Rossum1994-12-301-1/+2
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-19/+19
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-3/+4
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* Several changes in one:Guido van Rossum1993-05-191-0/+4
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added SystemExit.Guido van Rossum1991-12-311-0/+1
* Added ImportError.Guido van Rossum1991-12-241-0/+1