summaryrefslogtreecommitdiff
path: root/Include/pyerrors.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.Martin v. Löwis2012-04-191-0/+2
* Fix #14600. Correct reference handling and naming of ImportError convenience ...Brian Curtin2012-04-171-3/+2
* put PyImportErrorObject with its brothersBenjamin Peterson2012-04-121-7/+7
* Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-121-0/+13
* Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-0/+1
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-0/+7
* PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-12/+30
* Implement PEP 393.Martin v. Löwis2011-09-281-0/+6
* Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.hVictor Stinner2011-03-211-2/+0
* Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-1/+11
* Issue #10780: Remove commas at the end of the argument listVictor Stinner2010-12-281-2/+2
* Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-2/+2
* Issue #9738: Document encodings of error and warning functionsVictor Stinner2010-12-271-11/+46
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-2/+16
* Issue #5437: A preallocated MemoryError instance should not hold tracebackAntoine Pitrou2010-10-281-1/+0
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-241-0/+1
* Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()Victor Stinner2010-10-091-2/+7
* add PyErr_SyntaxLocationEx, to support adding a column offsetBenjamin Peterson2010-09-201-0/+1
* Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-111-1/+5
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-27/+27
* Merged revisions 77088 via svnmerge fromGeorg Brandl2009-12-281-2/+4
* Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-1/+2
* Merged revisions 72698-72699 via svnmerge fromHirokazu Yamamoto2009-05-171-6/+2
* remove duplicate definition of PyExc_BufferError #4950Benjamin Peterson2009-01-161-1/+0
* 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