| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH... | Bénédikt Tran | 2024-12-17 | 1 | -0/+12 |
|
|
* | gh-123969: refactor _PyErr_RaiseSyntaxError and _PyErr_EmitSyntaxWarning out ... | Irit Katriel | 2024-09-16 | 1 | -0/+5 |
|
|
* | gh-122163: Add notes for JSON serialization errors (GH-122165) | Serhiy Storchaka | 2024-07-23 | 1 | -1/+2 |
|
|
* | gh-119521: Use `PyAPI_DATA`, not `extern`, for `_PyExc_IncompleteInputError` ... | Petr Viktorin | 2024-06-24 | 1 | -1/+2 |
|
|
* | gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr... | Pablo Galindo Salgado | 2024-06-24 | 1 | -0/+4 |
|
|
* | gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900) | Victor Stinner | 2024-03-16 | 1 | -3/+0 |
|
|
* | GH-115802: JIT "small" code for Windows (GH-115964) | Brandt Bucher | 2024-02-29 | 1 | -4/+4 |
|
|
* | gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715) | Eric Snow | 2023-11-06 | 1 | -24/+0 |
|
|
* | gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643) | Serhiy Storchaka | 2023-11-03 | 1 | -5/+0 |
|
|
* | gh-76785: Crossinterp utils additions (gh-111530) | Eric Snow | 2023-11-01 | 1 | -0/+24 |
|
|
* | gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863) | Victor Stinner | 2023-09-04 | 1 | -0/+5 |
|
|
* | gh-106320: Remove private _PyErr_ChainExceptions() (#108713) | Victor Stinner | 2023-08-31 | 1 | -0/+7 |
|
|
* | gh-106320: Remove private _PyErr_SetKeyError() (#108607) | Victor Stinner | 2023-08-29 | 1 | -0/+4 |
|
|
* | gh-107211: No longer export internal functions (6) (#108424) | Victor Stinner | 2023-08-24 | 1 | -0/+1 |
|
|
* | gh-107944: Improve error message for function calls with bad keyword argument... | Pablo Galindo Salgado | 2023-08-17 | 1 | -1/+1 |
|
|
* | gh-107211: No longer export internal functions (2) (#107214) | Victor Stinner | 2023-07-25 | 1 | -36/+36 |
|
|
* | gh-106320: Remove private _PyErr C API functions (#106356) | Victor Stinner | 2023-07-03 | 1 | -0/+48 |
|
|
* | gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141) | Irit Katriel | 2023-06-01 | 1 | -2/+1 |
|
|
* | gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_n... | Irit Katriel | 2023-04-11 | 1 | -0/+2 |
|
|
* | GH-101578: Normalize the current exception (GH-101607) | Mark Shannon | 2023-02-08 | 1 | -1/+10 |
|
|
* | gh-90667: Add specializations of Py_DECREF when types are known (GH-30872) | Dennis Sweeney | 2022-04-19 | 1 | -7/+0 |
|
|
* | bpo-46417: Finalize structseq types at exit (GH-30645) | Victor Stinner | 2022-01-21 | 1 | -0/+1 |
|
|
* | bpo-46219, 46221: simplify except* implementation following exc_info changes.... | Irit Katriel | 2022-01-02 | 1 | -3/+3 |
|
|
* | bpo-45711: Remove type and traceback from exc_info (GH-30122) | Irit Katriel | 2021-12-17 | 1 | -10/+2 |
|
|
* | bpo-45292: [PEP-654] add except* (GH-29581) | Irit Katriel | 2021-12-14 | 1 | -0/+8 |
|
|
* | bpo-46008: Make runtime-global object/type lifecycle functions and state cons... | Eric Snow | 2021-12-09 | 1 | -0/+8 |
|
|
* | bpo-45711: use exc_value instead of exc_type to determine if exc_info is vali... | Irit Katriel | 2021-11-25 | 1 | -0/+2 |
|
|
* | bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503) | Victor Stinner | 2021-09-21 | 1 | -0/+6 |
|
|
* | bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) | Dennis Sweeney | 2021-05-03 | 1 | -0/+2 |
|
|
* | bpo-38530: Offer suggestions on AttributeError (#16856) | Pablo Galindo | 2021-04-14 | 1 | -0/+2 |
|
|
* | bpo-42923: Dump extension modules on fatal error (GH-24207) | Victor Stinner | 2021-01-18 | 1 | -0/+2 |
|
|
* | bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) | Chris Jerdonek | 2020-05-22 | 1 | -1/+1 |
|
|
* | bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) | Chris Jerdonek | 2020-05-18 | 1 | -0/+17 |
|
|
* | bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184) | Victor Stinner | 2020-03-26 | 1 | -0/+2 |
|
|
* | bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) | Victor Stinner | 2019-11-07 | 1 | -1/+2 |
|
|
* | bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050) | Victor Stinner | 2019-11-05 | 1 | -0/+6 |
|
|
* | bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060) | Victor Stinner | 2019-06-13 | 1 | -0/+2 |
|
|
* | bpo-36710: Add tstate parameter in ceval.c (GH-13547) | Victor Stinner | 2019-05-24 | 1 | -0/+62 |
|
|