summaryrefslogtreecommitdiffstats
path: root/Include/pyerrors.h
Commit message (Expand)AuthorAgeFilesLines
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-15/+8
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-0/+23
* Merge ssize_t branch.Martin v. Löwis2006-02-151-15/+15
* * set_new() doesn't need to zero the structure a second time after tp_allocRaymond Hettinger2005-08-061-0/+6
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-021-0/+1
* Stop producing or using OverflowWarning. PEP 237 thought this wouldTim Peters2004-08-251-0/+1
* Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macrosNeal Norwitz2003-07-011-1/+1
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-111-4/+5
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-061-0/+3
* Fix PEP 293 related problems with --disable-unicode buildsWalter Dörwald2002-11-211-0/+3
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-031-2/+23
* Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCCNeil Schemenauer2002-09-151-3/+3
* Removed bogus PyUnicodeTranslateError_GetEncoding, asWalter Dörwald2002-09-021-1/+0
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-021-0/+66
* Added a FutureWarning for constructs that will change semantically inBarry Warsaw2002-08-141-0/+1
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-73/+73
* New functions for extension writers on Windows:Thomas Heller2002-07-291-0/+3
* 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