Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41098: Doc: Add missing deprecated directives (GH-21162) | Miss Islington (bot) | 2020-08-07 | 1 | -2/+8 |
* | bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978) | Victor Stinner | 2020-05-07 | 1 | -1/+1 |
* | bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) | Victor Stinner | 2020-03-25 | 1 | -0/+5 |
* | bpo-39882: Py_FatalError() logs the function name (GH-18819) | Victor Stinner | 2020-03-06 | 1 | -0/+6 |
* | bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752) | Julien Danjou | 2020-01-13 | 1 | -0/+1 |
* | bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) | Zackery Spytz | 2019-05-28 | 1 | -8/+10 |
* | bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) | Victor Stinner | 2019-05-27 | 1 | -0/+3 |
* | bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-1... | Eric Snow | 2019-02-23 | 1 | -0/+1 |
* | bpo-35134: Add Include/cpython/pyerrors.h (GH-10727) | Victor Stinner | 2018-11-26 | 1 | -0/+176 |