COMMITS
/ Include/pyerrors.h June 20, 2022
V
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner committed
June 2, 2022
V
gh-91320: Fix more old-style cast warnings in C++ (#93285)
Victor Stinner committed
April 15, 2022
I
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel committed
October 22, 2021
I
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
Irit Katriel committed
October 14, 2021
V
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
March 11, 2021
A
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou committed
February 19, 2021
V
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
Victor Stinner committed
June 15, 2020
V
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner committed
March 6, 2020
V
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner committed
August 25, 2019
N
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan committed
May 4, 2019
V
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
Victor Stinner committed
January 24, 2019
E
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse committed
November 26, 2018
V
bpo-35134: Add Include/cpython/pyerrors.h (GH-10727)
Victor Stinner committed
November 2, 2018
A
bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
Alexey Izbyshev committed
August 1, 2018
V
Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)
Victor Stinner committed
June 15, 2018
S
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka committed
June 11, 2018
S
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka committed
June 10, 2018
C
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer committed
June 9, 2018
C
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer committed
October 26, 2017
X
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye committed
October 22, 2017
M
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon committed
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