index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Include
/
pyerrors.h
Commit message (
Expand
)
Author
Age
*
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...
Pablo Galindo Salgado
2024-06-24
*
gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...
Pablo Galindo Salgado
2024-01-30
*
gh-108765: Move standard includes to Python.h (#108769)
Victor Stinner
2023-09-01
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
*
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner
2022-06-20
*
gh-91320: Fix more old-style cast warnings in C++ (#93285)
Victor Stinner
2022-06-03
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
*
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...
Irit Katriel
2021-10-23
*
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner
2021-10-15
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
*
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
Victor Stinner
2021-02-19
*
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner
2020-06-15
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-07
*
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner
2020-02-07
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
*
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
Victor Stinner
2019-05-04
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
*
bpo-35134: Add Include/cpython/pyerrors.h (GH-10727)
Victor Stinner
2018-11-26
*
bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
Alexey Izbyshev
2018-11-02
*
Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)
Victor Stinner
2018-08-01
*
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka
2018-06-15
*
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka
2018-06-11
*
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer
2018-06-10
*
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer
2018-06-09
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
*
Delete sigcheck.c since it appears unused (#1723)
Segev Finer
2017-05-25
*
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka
2016-12-27
|
\
|
*
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka
2016-12-27
*
|
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
|
/
*
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka
2016-10-21
*
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
*
Issue #15767: Add ModuleNotFoundError.
Eric Snow
2016-09-07
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-11
*
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
*
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
|
\
|
*
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
*
|
Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b...
Antoine Pitrou
2014-09-30
|
/
*
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Larry Hastings
2014-02-10
*
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings
2014-02-09
*
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis
2014-01-03
*
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
*
Close #17828: better handling of codec errors
Nick Coghlan
2013-11-13
*
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least...
Antoine Pitrou
2013-10-07
|
\
|
*
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least...
Antoine Pitrou
2013-10-07
*
|
Factor-out the common code for setting a KeyError.
Raymond Hettinger
2013-09-02
*
|
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner
2013-08-26
*
|
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon
2013-07-04
[next]