| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 1 | -3/+3 |
|
|
* | Issue #7317: Display full tracebacks when an error occurs asynchronously. | Andrew Svetlov | 2012-11-03 | 1 | -7/+8 |
|
|
* | Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. | Martin v. Löwis | 2012-04-19 | 1 | -0/+33 |
|
|
* | Fix it for good :-) | Antoine Pitrou | 2012-04-18 | 1 | -3/+1 |
|
|
* | fix refcnt/style/debuging oversights | Benjamin Peterson | 2012-04-18 | 1 | -5/+7 |
|
|
* | Fix email post-commit review comments. | Brian Curtin | 2012-04-18 | 1 | -8/+11 |
|
|
* | Fix #14600. Correct reference handling and naming of ImportError convenience ... | Brian Curtin | 2012-04-17 | 1 | -27/+20 |
|
|
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError. | Brett Cannon | 2012-04-13 | 1 | -0/+47 |
|
|
* | Issue #13560: Locale codec functions use the classic "errors" parameter, | Victor Stinner | 2011-12-17 | 1 | -1/+1 |
|
|
* | Issue #13560: os.strerror() now uses the current locale encoding instead of U... | Victor Stinner | 2011-12-17 | 1 | -8/+9 |
|
|
* | Issue #13575: there is only one class type. | Florent Xicluna | 2011-12-12 | 1 | -1/+1 |
|
|
* | Instantiate the OS-related exception as soon as we raise it, so that "except" | Victor Stinner | 2011-10-17 | 1 | -5/+9 |
|
|
* | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. | Martin v. Löwis | 2011-10-14 | 1 | -10/+16 |
|
|
* | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
|
|
* | Instantiate the OS-related exception as soon as we raise it, so that | Antoine Pitrou | 2011-10-12 | 1 | -6/+10 |
|
|
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -4/+5 |
|
|
* | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 | 1 | -1/+2 |
|
|
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -2/+2 |
|
|
* | Issue #10780: PyErr_SetFromWindowsErrWithFilename() and | Victor Stinner | 2010-12-28 | 1 | -2/+2 |
|
|
* | Issue #5437: A preallocated MemoryError instance should not hold traceback | Antoine Pitrou | 2010-10-28 | 1 | -23/+1 |
|
|
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -2/+4 |
|
|
* | PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of | Victor Stinner | 2010-10-17 | 1 | -1/+1 |
|
|
* | add PyErr_SyntaxLocationEx, to support adding a column offset | Benjamin Peterson | 2010-09-20 | 1 | -1/+17 |
|
|
* | Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# | Victor Stinner | 2010-06-07 | 1 | -1/+1 |
|
|
* | Make PyErr_Occurred return NULL if there is no current thread. Previously it | Jeffrey Yasskin | 2010-05-13 | 1 | -3/+8 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -641/+641 |
|
|
* | PyErr_SetFromErrnoWithFilename() decodes the filename using | Victor Stinner | 2010-05-08 | 1 | -1/+1 |
|
|
* | Poor PLAN9, it isn't supported | Antoine Pitrou | 2010-02-22 | 1 | -9/+0 |
|
|
* | Merged revisions 77088 via svnmerge from | Georg Brandl | 2009-12-28 | 1 | -0/+35 |
|
|
* | Merged revisions 72698-72699 via svnmerge from | Hirokazu Yamamoto | 2009-05-17 | 1 | -6/+2 |
|
|
* | Merged revisions 71024,71058 via svnmerge from | Georg Brandl | 2009-04-11 | 1 | -1/+9 |
|
|
* | Issue 3611: in some cases (a __del__ re-raising an exception, when called fro... | Amaury Forgeot d'Arc | 2008-08-29 | 1 | -5/+9 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 1 | -2/+3 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Correct one of the "MemoryError oddities": | Amaury Forgeot d'Arc | 2008-07-31 | 1 | -0/+10 |
|
|
* | Merged revisions 65320 via svnmerge from | Benjamin Peterson | 2008-07-31 | 1 | -3/+12 |
|
|
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 1 | -2/+20 |
|
|
* | Implicit exception chaining via __context__ (PEP 3134). | Guido van Rossum | 2008-06-14 | 1 | -2/+31 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -64/+0 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Added some additional checks for sys.std?? is None, see #1440 | Christian Heimes | 2007-11-15 | 1 | -1/+1 |
|
|
* | Fixes for issue 1752184, ensuring type objects are always created | Guido van Rossum | 2007-11-02 | 1 | -1/+1 |
|
|
* | Minor cleanup of the comment for PyErr_ProgramText() and a tweak to the code | Guido van Rossum | 2007-10-10 | 1 | -7/+10 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -0/+8 |
|
|
* | Patch #1075: Use wide API to format error messages. | Martin v. Löwis | 2007-09-03 | 1 | -32/+57 |
|
|
* | Add const to some strings that are not modified | Neal Norwitz | 2007-08-24 | 1 | -5/+5 |
|
|
* | Use unicode for much of errors. | Neal Norwitz | 2007-08-24 | 1 | -7/+7 |
|
|
* | PyErr_Warn is deprecated in 2.5 - goes away for 3.0 | Skip Montanaro | 2007-08-12 | 1 | -11/+0 |
|
|