COMMITS
/ Python/errors.c July 17, 2013
V
Issue #18408: Fix PyErr_SetImportError(), handle PyDict_SetItemString() failure
Victor Stinner committed
July 16, 2013
V
Issue #18408: Fix PyErr_NormalizeException(), handle PyObject_IsSubclass() failure
Victor Stinner committed
July 11, 2013
V
Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now
Victor Stinner committed
July 4, 2013
B
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon committed
June 13, 2013
B
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon committed
December 19, 2012
A
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov committed
November 3, 2012
A
Issue #7317: Display full tracebacks when an error occurs asynchronously.
Andrew Svetlov committed
April 19, 2012
M
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Martin v. Löwis committed
April 18, 2012
A
Fix it for good :-)
Antoine Pitrou committed
B
fix refcnt/style/debuging oversights
Benjamin Peterson committed
B
Fix email post-commit review comments.
Brian Curtin committed
April 17, 2012
B
Fix #14600. Correct reference handling and naming of ImportError convenience function
Brian Curtin committed
April 13, 2012
B
Issue #1559549: Add 'name' and 'path' attributes to ImportError.
Brett Cannon committed
December 17, 2011
V
Issue #13560: Locale codec functions use the classic "errors" parameter,
Victor Stinner committed
V
Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8
Victor Stinner committed
December 12, 2011
F
Issue #13575: there is only one class type.
Florent Xicluna committed
October 17, 2011
V
Instantiate the OS-related exception as soon as we raise it, so that "except"
Victor Stinner committed
October 14, 2011
M
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis committed
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 12, 2011
A
Instantiate the OS-related exception as soon as we raise it, so that
Antoine Pitrou committed
A
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
December 28, 2010
V
Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
Victor Stinner committed
October 28, 2010
A
Issue #5437: A preallocated MemoryError instance should not hold traceback
Antoine Pitrou committed
October 24, 2010
G
October 17, 2010
V
PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of
Victor Stinner committed
September 20, 2010
B
add PyErr_SyntaxLocationEx, to support adding a column offset
Benjamin Peterson committed
June 7, 2010
V
Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#
Victor Stinner committed
May 13, 2010
J
Make PyErr_Occurred return NULL if there is no current thread. Previously it
Jeffrey Yasskin committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 8, 2010
V
PyErr_SetFromErrnoWithFilename() decodes the filename using
Victor Stinner committed
February 22, 2010
A
Poor PLAN9, it isn't supported
Antoine Pitrou committed
December 28, 2009
G
Merged revisions 77088 via svnmerge from
Georg Brandl committed
May 17, 2009
H
Merged revisions 72698-72699 via svnmerge from
Hirokazu Yamamoto committed
April 11, 2009
G
Merged revisions 71024,71058 via svnmerge from
Georg Brandl committed
August 29, 2008
A
Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside
Amaury Forgeot d'Arc committed
August 26, 2008
A
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 31, 2008
A
Correct one of the "MemoryError oddities":
Amaury Forgeot d'Arc committed
B
Merged revisions 65320 via svnmerge from
Benjamin Peterson committed
July 15, 2008
B
implement chained exception tracebacks
Benjamin Peterson committed
June 14, 2008
G
Implicit exception chaining via __context__ (PEP 3134).
Guido van Rossum committed
April 13, 2008
January 3, 2008
C
Merged revisions 59666-59679 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
November 15, 2007
C
Added some additional checks for sys.std?? is None, see #1440
Christian Heimes committed
November 2, 2007
G
Fixes for issue 1752184, ensuring type objects are always created
Guido van Rossum committed
October 10, 2007
G
Minor cleanup of the comment for PyErr_ProgramText() and a tweak to the code
Guido van Rossum committed