| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605) | Eric Snow | 2024-10-18 | 1 | -1/+2 |
|
|
* | gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) | Serhiy Storchaka | 2024-09-24 | 1 | -35/+56 |
|
|
* | gh-123969: refactor _PyErr_RaiseSyntaxError and _PyErr_EmitSyntaxWarning out ... | Irit Katriel | 2024-09-16 | 1 | -0/+46 |
|
|
* | gh-118702: Implement vectorcall for BaseException (#118703) | Victor Stinner | 2024-05-10 | 1 | -4/+5 |
|
|
* | gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381) | Nice Zombies | 2024-04-30 | 1 | -2/+2 |
|
|
* | gh-111375: Use `NULL` rather than `None` in the exception stack to indicate t... | Carey Metcalfe | 2023-12-21 | 1 | -3/+3 |
|
|
* | gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715) | Eric Snow | 2023-11-06 | 1 | -175/+0 |
|
|
* | gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643) | Serhiy Storchaka | 2023-11-03 | 1 | -11/+0 |
|
|
* | gh-76785: Crossinterp utils additions (gh-111530) | Eric Snow | 2023-11-01 | 1 | -0/+175 |
|
|
* | gh-108082: Add PyErr_FormatUnraisable() function (GH-111086) | Serhiy Storchaka | 2023-10-31 | 1 | -8/+40 |
|
|
* | gh-110079: Remove extern "C" { ...} in C code (#110080) | Victor Stinner | 2023-09-29 | 1 | -9/+0 |
|
|
* | gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612) | Serhiy Storchaka | 2023-09-23 | 1 | -3/+1 |
|
|
* | gh-108511: Add C API functions which do not silently ignore errors (GH-109025) | Serhiy Storchaka | 2023-09-17 | 1 | -10/+6 |
|
|
* | gh-108765: Python.h no longer includes <ctype.h> (#108831) | Victor Stinner | 2023-09-03 | 1 | -1/+0 |
|
|
* | gh-107916: Save the error code before decoding the filename in PyErr_SetFromE... | Serhiy Storchaka | 2023-08-21 | 1 | -0/+8 |
|
|
* | gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (... | Serhiy Storchaka | 2023-08-19 | 1 | -8/+29 |
|
|
* | gh-106521: Remove _PyObject_LookupAttr() function (GH-106642) | Serhiy Storchaka | 2023-07-12 | 1 | -2/+2 |
|
|
* | gh-106084: Remove old PyObject call aliases (#106085) | Victor Stinner | 2023-06-26 | 1 | -1/+1 |
|
|
* | gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141) | Irit Katriel | 2023-06-01 | 1 | -31/+7 |
|
|
* | gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte... | Eric Snow | 2023-05-02 | 1 | -7/+4 |
|
|
* | gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054) | Eric Snow | 2023-05-01 | 1 | -2/+2 |
|
|
* | gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940) | Eric Snow | 2023-04-27 | 1 | -9/+3 |
|
|
* | gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_n... | Irit Katriel | 2023-04-11 | 1 | -0/+27 |
|
|
* | gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1... | Irit Katriel | 2023-03-18 | 1 | -41/+26 |
|
|
* | gh-102594: PyErr_SetObject adds note to exception raised on normalization err... | Irit Katriel | 2023-03-16 | 1 | -5/+35 |
|
|
* | gh-102493: fix normalization in PyErr_SetObject (#102502) | Irit Katriel | 2023-03-07 | 1 | -4/+12 |
|
|
* | GH-101578: Normalize the current exception (GH-101607) | Mark Shannon | 2023-02-08 | 1 | -84/+141 |
|
|
* | gh-99537: Use Py_SETREF(var, NULL) in C code (#99687) | Victor Stinner | 2022-11-23 | 1 | -2/+1 |
|
|
* | gh-99537: Use Py_SETREF() function in C code (#99657) | Victor Stinner | 2022-11-22 | 1 | -5/+2 |
|
|
* | gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530) | Victor Stinner | 2022-11-16 | 1 | -15/+8 |
|
|
* | gh-99300: Use Py_NewRef() in Python/ directory (#99302) | Victor Stinner | 2022-11-10 | 1 | -4/+2 |
|
|
* | gh-91058: Add error suggestions to 'import from' import errors (#98305) | Pablo Galindo Salgado | 2022-10-25 | 1 | -3/+25 |
|
|
* | gh-94673: Add _PyStaticType_InitBuiltin() (#95152) | Eric Snow | 2022-07-25 | 1 | -2/+2 |
|
|
* | GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215) | Kumar Aditya | 2022-05-27 | 1 | -16/+0 |
|
|
* | Fix refleaks in PyErr_SetHandledException (GH-91627) | Dennis Sweeney | 2022-04-17 | 1 | -3/+2 |
|
|
* | gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531) | Irit Katriel | 2022-04-15 | 1 | -8/+33 |
|
|
* | bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466) | Oleg Iarygin | 2022-02-25 | 1 | -6/+0 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -34/+19 |
|
|
* | bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736) | Victor Stinner | 2022-01-21 | 1 | -0/+1 |
|
|
* | bpo-46417: Finalize structseq types at exit (GH-30645) | Victor Stinner | 2022-01-21 | 1 | -0/+11 |
|
|
* | bpo-45711: Remove type and traceback from exc_info (GH-30122) | Irit Katriel | 2021-12-17 | 1 | -17/+1 |
|
|
* | bpo-46008: Make runtime-global object/type lifecycle functions and state cons... | Eric Snow | 2021-12-09 | 1 | -1/+5 |
|
|
* | bpo-45711: Remove unnecessary normalization of exc_info (GH-29922) | Irit Katriel | 2021-12-08 | 1 | -20/+0 |
|
|
* | bpo-45711: Change exc_info related APIs to derive type and traceback from the... | Irit Katriel | 2021-11-30 | 1 | -26/+48 |
|
|
* | bpo-45711: use exc_value instead of exc_type to determine if exc_info is vali... | Irit Katriel | 2021-11-25 | 1 | -21/+75 |
|
|
* | bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) | Pablo Galindo Salgado | 2021-11-20 | 1 | -4/+14 |
|
|
* | bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) | Victor Stinner | 2021-10-13 | 1 | -3/+4 |
|
|
* | bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895) | Victor Stinner | 2021-10-12 | 1 | -5/+6 |
|
|
* | bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891) | Victor Stinner | 2021-10-11 | 1 | -1/+1 |
|
|
* | bpo-41031: Match C and Python code formatting of unprintable exceptions and e... | Irit Katriel | 2021-09-05 | 1 | -1/+3 |
|
|