COMMITS
/ Include/pyerrors.h May 25, 2017
S
Delete sigcheck.c since it appears unused (#1723)
Segev Finer committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
October 21, 2016
S
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka committed
September 7, 2016
E
Issue #15767: Use ModuleNotFoundError.
Eric Snow committed
E
Issue #15767: Add ModuleNotFoundError.
Eric Snow committed
July 3, 2015
Y
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
October 8, 2014
S
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka committed
S
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka committed
September 30, 2014
February 10, 2014
L
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Larry Hastings committed
L
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings committed
January 3, 2014
M
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
November 13, 2013
N
Close #17828: better handling of codec errors
Nick Coghlan committed
October 7, 2013
A
September 2, 2013
R
Factor-out the common code for setting a KeyError.
Raymond Hettinger committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
July 4, 2013
B
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon committed
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
June 12, 2013
B
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon committed
August 9, 2012
B
use char instead of int to please T_BOOL (closes #15597)
Benjamin Peterson committed
June 17, 2012
N
Issue #13783: the PEP 380 implementation no longer expands the public C API
Nick Coghlan committed
June 4, 2012
B
__GNUC__ does not imply gcc version is present, so just check for version (closes #14994)
Benjamin Peterson committed
May 15, 2012
B
PEP 415: Implement suppression of __context__ display with an exception attribute
Benjamin Peterson committed
April 19, 2012
M
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Martin v. Löwis committed
April 17, 2012
B
Fix #14600. Correct reference handling and naming of ImportError convenience function
Brian Curtin committed
April 13, 2012
B
put PyImportErrorObject with its brothers
Benjamin Peterson committed
B
Issue #1559549: Add 'name' and 'path' attributes to ImportError.
Brett Cannon committed
February 26, 2012
N
Close issue #6210: Implement PEP 409
Nick Coghlan committed
January 13, 2012
N
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan committed
October 12, 2011
A
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
March 21, 2011
V
Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h
Victor Stinner committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
December 28, 2010
V
Issue #10780: Remove commas at the end of the argument list
Victor Stinner committed
V
Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
Victor Stinner committed
December 27, 2010
V
Issue #9738: Document encodings of error and warning functions
Victor Stinner committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
October 28, 2010
A
Issue #5437: A preallocated MemoryError instance should not hold traceback
Antoine Pitrou committed
October 24, 2010
G
October 9, 2010
V
Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()
Victor Stinner committed
September 20, 2010
B
add PyErr_SyntaxLocationEx, to support adding a column offset
Benjamin Peterson committed
September 11, 2010
V
Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed