summaryrefslogtreecommitdiff
path: root/Include/pyerrors.h
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-34/+34
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-281-2/+4
* Add const qualifier to PyErr_SetFromErrnoWithFilename and toAlexandre Vassalotti2009-06-121-2/+3
* Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.Hirokazu Yamamoto2009-05-171-7/+3
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-10/+0
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-0/+1
* Add necessary headers to back-port new buffer protocol to Python 2.6Travis E. Oliphant2008-03-171-0/+2
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-0/+3
* Fix a crasher where Python code managed to infinitely recurse in C code withoutBrett Cannon2007-09-071-0/+1
* Add T_PYSSIZET in structmember.h: This can be used forWalter Dörwald2007-06-131-2/+2
* Variation of patch # 1624059 to speed up checking if an object is a subclassNeal Norwitz2007-02-251-5/+3
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-141-0/+1
* Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().Neal Norwitz2006-07-301-1/+5
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-2/+66
* - Add new Warning class, ImportWarningThomas Wouters2006-04-271-0/+1
* 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