| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-127787: refactor helpers for `PyUnicodeErrorObject` internal interface (GH... | Bénédikt Tran | 2025-01-03 | 1 | -155/+287 |
|
|
* | gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694) | Bénédikt Tran | 2024-12-13 | 1 | -68/+148 |
|
|
* | gh-123378: fix post-merge typos in comments and NEWS (#127739) | Bénédikt Tran | 2024-12-08 | 1 | -3/+3 |
|
|
* | gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH... | Bénédikt Tran | 2024-12-04 | 1 | -109/+139 |
|
|
* | gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194) | Victor Stinner | 2024-10-09 | 1 | -4/+4 |
|
|
* | gh-123378: fix a crash in `UnicodeError.__str__` (#124935) | Bénédikt Tran | 2024-10-08 | 1 | -45/+66 |
|
|
* | gh-111178: fix some USAN failures - mismatched function pointers (GH-123004) | Bénédikt Tran | 2024-09-27 | 1 | -2/+3 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 1 | -1/+1 |
|
|
* | gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr... | Pablo Galindo Salgado | 2024-06-24 | 1 | -8/+12 |
|
|
* | gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) | Eric Snow | 2024-06-03 | 1 | -1/+1 |
|
|
* | gh-118702: Implement vectorcall for BaseException (#118703) | Victor Stinner | 2024-05-10 | 1 | -0/+40 |
|
|
* | gh-114570: Add PythonFinalizationError exception (#115352) | Victor Stinner | 2024-02-14 | 1 | -0/+5 |
|
|
* | gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10... | Steve Dower | 2024-02-13 | 1 | -4/+3 |
|
|
* | gh-113744: Add a new IncompleteInputError exception to improve incomplete inp... | Pablo Galindo Salgado | 2024-01-30 | 1 | -0/+6 |
|
|
* | gh-111666: Speed up `BaseExceptionGroup.{derive,split,subgroup}` (#111667) | Nikita Sobolev | 2023-11-04 | 1 | -20/+6 |
|
|
* | gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-1... | Radislav Chugunov | 2023-10-23 | 1 | -4/+0 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 1 | -1/+2 |
|
|
* | gh-106869: Use new PyMemberDef constant names (#106871) | Victor Stinner | 2023-07-25 | 1 | -31/+31 |
|
|
* | gh-106521: Remove _PyObject_LookupAttr() function (GH-106642) | Serhiy Storchaka | 2023-07-12 | 1 | -2/+2 |
|
|
* | gh-104922: remove PY_SSIZE_T_CLEAN (#106315) | Inada Naoki | 2023-07-02 | 1 | -1/+0 |
|
|
* | fix typos (#106247) | Inada Naoki | 2023-06-30 | 1 | -1/+1 |
|
|
* | gh-106084: Remove _PyObject_RealIsInstance() function (#106106) | Victor Stinner | 2023-06-26 | 1 | -0/+1 |
|
|
* | gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#... | Irit Katriel | 2023-06-23 | 1 | -3/+3 |
|
|
* | gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr ... | Serhiy Storchaka | 2023-06-23 | 1 | -16/+15 |
|
|
* | gh-92536: Remove PyUnicode_READY() calls (#105210) | Victor Stinner | 2023-06-01 | 1 | -2/+0 |
|
|
* | gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio... | Irit Katriel | 2023-05-30 | 1 | -0/+39 |
|
|
* | gh-104454: Fix refleak in AttributeError_reduce (#104455) | Charles Machalow | 2023-05-13 | 1 | -1/+3 |
|
|
* | gh-103333: Pickle the keyword attributes of AttributeError (#103352) | Charles Machalow | 2023-05-12 | 1 | -1/+43 |
|
|
* | gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte... | Eric Snow | 2023-05-02 | 1 | -6/+2 |
|
|
* | gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940) | Eric Snow | 2023-04-27 | 1 | -4/+0 |
|
|
* | gh-103590: do not wrap a single exception raised from a try-except* (#103665) | Irit Katriel | 2023-04-27 | 1 | -1/+6 |
|
|
* | gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407) | Irit Katriel | 2023-03-21 | 1 | -110/+0 |
|
|
* | gh-102594: PyErr_SetObject adds note to exception raised on normalization err... | Irit Katriel | 2023-03-16 | 1 | -0/+15 |
|
|
* | gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in... | Irit Katriel | 2023-03-08 | 1 | -26/+13 |
|
|
* | gh-90110: Fix the c-analyzer Tool (#102483) | Eric Snow | 2023-03-07 | 1 | -9/+4 |
|
|
* | GH-101578: Normalize the current exception (GH-101607) | Mark Shannon | 2023-02-08 | 1 | -12/+63 |
|
|
* | gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (... | Irit Katriel | 2022-11-18 | 1 | -1/+13 |
|
|
* | gh-99300: Use Py_NewRef() in Objects/ directory (#99335) | Victor Stinner | 2022-11-10 | 1 | -83/+37 |
|
|
* | gh-99181: fix except* on unhashable exceptions (GH-99192) | Irit Katriel | 2022-11-08 | 1 | -17/+26 |
|
|
* | gh-91058: Add error suggestions to 'import from' import errors (#98305) | Pablo Galindo Salgado | 2022-10-25 | 1 | -4/+16 |
|
|
* | gh-97591: In `Exception.__setstate__()` acquire strong references before call... | Ofey Chan | 2022-10-02 | 1 | -1/+7 |
|
|
* | gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) | Christian Heimes | 2022-08-16 | 1 | -0/+5 |
|
|
* | gh-95369: add missing decref in error case of exception group's split (GH-95370) | Irit Katriel | 2022-07-28 | 1 | -0/+1 |
|
|
* | gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during... | Pablo Galindo Salgado | 2022-07-27 | 1 | -2/+3 |
|
|
* | gh-94673: Add _PyStaticType_InitBuiltin() (#95152) | Eric Snow | 2022-07-25 | 1 | -2/+1 |
|
|
* | gh-94673: [c-analyzer] Add a Script to Identify Static Types (#94989) | Eric Snow | 2022-07-19 | 1 | -11/+3 |
|
|
* | GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215) | Kumar Aditya | 2022-05-27 | 1 | -4/+0 |
|
|
* | Use static inline function Py_EnterRecursiveCall() (#91988) | Victor Stinner | 2022-05-04 | 1 | -5/+6 |
|
|
* | gh-89770: Implement PEP-678 - Exception notes (GH-31317) | Irit Katriel | 2022-04-16 | 1 | -43/+80 |
|
|
* | bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (... | Dong-hee Na | 2022-03-30 | 1 | -8/+1 |
|
|