summaryrefslogtreecommitdiffstats
path: root/Include/pyerrors.h
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and re...Miss Islington (bot)2024-06-241-1/+0
* gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...Pablo Galindo Salgado2024-01-301-0/+1
* gh-108765: Move standard includes to Python.h (#108769)Victor Stinner2023-09-011-4/+2
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-081-0/+6
* gh-87347: Add parenthesis around macro arguments (#93915)Victor Stinner2022-06-201-1/+1
* gh-91320: Fix more old-style cast warnings in C++ (#93285)Victor Stinner2022-06-021-1/+1
* gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel2022-04-151-0/+4
* bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...Irit Katriel2021-10-221-0/+3
* bpo-45434: Remove useless space in includes (GH-28963)Victor Stinner2021-10-141-1/+1
* bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)Inada Naoki2021-03-291-0/+1
* bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)Antoine Pitrou2021-03-111-0/+3
* bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)Victor Stinner2021-02-191-6/+0
* bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)Victor Stinner2020-06-151-15/+2
* bpo-39882: Py_FatalError() logs the function name (GH-18819)Victor Stinner2020-03-061-1/+5
* bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)Victor Stinner2020-02-071-2/+2
* bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)Nick Coghlan2019-08-251-1/+0
* bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)Victor Stinner2019-05-041-11/+0
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-241-0/+1
* bpo-35134: Add Include/cpython/pyerrors.h (GH-10727)Victor Stinner2018-11-261-168/+6
* bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)Alexey Izbyshev2018-11-021-3/+3
* Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)Victor Stinner2018-08-011-3/+5
* bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)Serhiy Storchaka2018-06-151-3/+2
* Clean up after bpo-33738. (GH-7627)Serhiy Storchaka2018-06-111-2/+1
* bpo-33738: Address review comments in GH #7477 (GH-7585)Christian Tismer2018-06-101-2/+2
* bpo-33738: Fix macros which contradict PEP 384 (GH-7477)Christian Tismer2018-06-091-0/+4
* bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)xdegaye2017-10-261-2/+0
* Move exc state to generator. Fixes bpo-25612 (#1773)Mark Shannon2017-10-221-0/+1
* Delete sigcheck.c since it appears unused (#1723)Segev Finer2017-05-251-1/+1
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-3/+18
|\
| * Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-3/+18
* | Issue #19569: Compiler warnings are now emitted if use most of deprecatedSerhiy Storchaka2016-11-201-5/+5
|/
* Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raisingSerhiy Storchaka2016-10-211-0/+11
* Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-071-0/+3
* Issue #15767: Add ModuleNotFoundError.Eric Snow2016-09-071-0/+1
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-0/+1
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-0/+1
* Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-201-0/+1
* Issue #21715: Extracted shared complicated code in the _io module to newSerhiy Storchaka2014-10-081-1/+3
|\
| * Issue #21715: Extracted shared complicated code in the _io module to newSerhiy Storchaka2014-10-081-1/+3
* | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b...Antoine Pitrou2014-09-301-0/+6
|/
* Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings2014-02-101-25/+0
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-101-0/+30
* Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis2014-01-031-0/+6
* Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-3/+0
* Close #17828: better handling of codec errorsNick Coghlan2013-11-131-0/+22
* Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least...Antoine Pitrou2013-10-071-1/+1
|\
| * Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least...Antoine Pitrou2013-10-071-1/+1
* | Factor-out the common code for setting a KeyError.Raymond Hettinger2013-09-021-0/+1
* | Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-0/+7
* | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-041-1/+0