Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254) | Victor Stinner | 2021-01-19 | 1 | -1/+1 |
* | bpo-42923: Py_FatalError() avoids fprintf() (GH-24242) | Victor Stinner | 2021-01-18 | 1 | -7/+3 |
* | bpo-40421: Add pyframe.h header file (GH-19755) | Victor Stinner | 2020-04-28 | 1 | -1/+1 |
* | bpo-38353: Fix compiler warning in internal headers (GH-16573) | Victor Stinner | 2019-10-04 | 1 | -2/+2 |
* | bpo-38353: Cleanup includes in the internal C API (GH-16548) | Victor Stinner | 2019-10-02 | 1 | -1/+2 |
* | bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507) | Victor Stinner | 2019-05-22 | 1 | -0/+4 |
* | bpo-35134: Split traceback.h header (GH-13430) | Victor Stinner | 2019-05-19 | 1 | -0/+92 |