summaryrefslogtreecommitdiffstats
path: root/Include/pyerrors.h
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-7/+0
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-0/+2
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-241-0/+3
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-0/+1
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+1
* Fix a compile error on Windows.Collin Winter2007-08-311-1/+1
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-20/+26
* Add const to some strings that are not modifiedNeal Norwitz2007-08-241-4/+4
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-181-0/+1
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-121-3/+0
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+0
* Change PyErr_Format() to generate a unicode string (by usingWalter Dörwald2007-05-251-2/+1
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-6/+0
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-4/+0
* Merged revisions 53875-53911 via svnmerge fromThomas Wouters2007-02-251-6/+5
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+67
* 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