| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-95369: add missing decref in error case of exception group's split (GH-95370) | Miss Islington (bot) | 2022-07-28 | 1 | -0/+1 |
|
|
* | [3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack... | Miss Islington (bot) | 2022-07-27 | 1 | -2/+3 |
|
|
* | 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 |
|
|
* | bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594) | Victor Stinner | 2022-02-26 | 1 | -6/+4 |
|
|
* | bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31... | Irit Katriel | 2022-02-22 | 1 | -1/+6 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -4/+2 |
|
|
* | bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938) | Victor Stinner | 2022-01-27 | 1 | -1/+1 |
|
|
* | bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new... | Irit Katriel | 2022-01-24 | 1 | -1/+4 |
|
|
* | bpo-46417: Clear Unicode static types at exit (GH-30806) | Victor Stinner | 2022-01-22 | 1 | -6/+0 |
|
|
* | bpo-46417: Py_Finalize() clears static exceptioins (GH-30805) | Victor Stinner | 2022-01-22 | 1 | -1/+26 |
|
|
* | bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804) | Victor Stinner | 2022-01-22 | 1 | -170/+132 |
|
|
* | bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764) | Victor Stinner | 2022-01-21 | 1 | -2/+1 |
|
|
* | bpo-46219, 46221: simplify except* implementation following exc_info changes.... | Irit Katriel | 2022-01-02 | 1 | -2/+118 |
|
|
* | bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the part... | Irit Katriel | 2021-12-21 | 1 | -0/+5 |
|
|
* | bpo-45292: [PEP-654] add except* (GH-29581) | Irit Katriel | 2021-12-14 | 1 | -23/+135 |
|
|
* | bpo-46008: Make runtime-global object/type lifecycle functions and state cons... | Eric Snow | 2021-12-09 | 1 | -15/+29 |
|
|
* | bpo-45947: Place dict and values pointer at fixed (negative) offset just befo... | Mark Shannon | 2021-12-07 | 1 | -4/+1 |
|
|
* | bpo-45607: Make it possible to enrich exception displays via setting their __... | Irit Katriel | 2021-12-03 | 1 | -0/+31 |
|
|
* | bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G... | Irit Katriel | 2021-10-22 | 1 | -1/+527 |
|
|
* | Fix typos in the Objects directory (GH-28766) | Christian Clauss | 2021-10-06 | 1 | -1/+1 |
|
|
* | bpo-44348: BaseException deallocator uses trashcan (GH-28190) | Victor Stinner | 2021-09-07 | 1 | -1/+6 |
|
|
* | bpo-44854: Remove trailing whitespaces (GH-27689) | Serhiy Storchaka | 2021-08-09 | 1 | -1/+1 |
|
|
* | bpo-34013: Move the Python 2 hints from the exception constructor to the pars... | Pablo Galindo Salgado | 2021-07-27 | 1 | -201/+0 |
|
|
* | bpo-44029: Remove Py_UNICODE APIs (GH-25881) | Inada Naoki | 2021-05-07 | 1 | -19/+0 |
|
|
* | bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) | Pablo Galindo | 2021-04-23 | 1 | -17/+28 |
|
|
* | bpo-38530: Properly extend UnboundLocalError from NameError (GH-25444) | Pablo Galindo | 2021-04-16 | 1 | -1/+2 |
|
|
* | bpo-38530: Offer suggestions on NameError (GH-25397) | Pablo Galindo | 2021-04-14 | 1 | -2/+63 |
|
|
* | bpo-38530: Offer suggestions on AttributeError (#16856) | Pablo Galindo | 2021-04-14 | 1 | -2/+69 |
|
|
* | bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) | Inada Naoki | 2021-03-29 | 1 | -0/+9 |
|
|
* | bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) | Victor Stinner | 2021-02-19 | 1 | -4/+4 |
|
|
* | bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553) | Erlend Egeberg Aasland | 2021-02-17 | 1 | -2/+0 |
|
|
* | bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446) | Serhiy Storchaka | 2020-11-21 | 1 | -1/+3 |
|
|
* | bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) | Victor Stinner | 2020-09-23 | 1 | -1/+2 |
|
|
* | bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) | Pablo Galindo | 2020-09-01 | 1 | -2/+12 |
|
|
* | bpo-40521: Make MemoryError free list per interpreter (GH-21086) | Victor Stinner | 2020-06-23 | 1 | -30/+45 |
|
|
* | bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902) | Victor Stinner | 2020-05-05 | 1 | -11/+25 |
|
|
* | bpo-40268: Remove unused osdefs.h includes (GH-19532) | Victor Stinner | 2020-04-15 | 1 | -3/+5 |
|
|
* | bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) | Victor Stinner | 2020-04-15 | 1 | -1/+0 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+1 |
|
|
* | bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) | Victor Stinner | 2020-04-14 | 1 | -1/+0 |
|
|
* | bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data.... | Serhiy Storchaka | 2020-04-11 | 1 | -2/+2 |
|
|
* | bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) | Andy Lester | 2020-03-04 | 1 | -2/+2 |
|
|
* | bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131) | Nick Coghlan | 2019-08-25 | 1 | -9/+0 |
|
|
* | Fix typos in comments, docs and test names (#15018) | Min ho Kim | 2019-07-30 | 1 | -1/+1 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-36763: Implement the PEP 587 (GH-13592) | Victor Stinner | 2019-05-27 | 1 | -12/+12 |
|
|
* | bpo-36763: Add _PyInitError functions (GH-13395) | Victor Stinner | 2019-05-17 | 1 | -0/+1 |
|
|
* | fix confusing argument name in unicodeobject.c (GH-12653) | Max Bernstein | 2019-04-02 | 1 | -2/+2 |
|
|