Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18... | Skip Montanaro | 2020-06-01 | 1 | -8/+0 |
* | bpo-40421: Add PyFrame_GetBack() function (GH-19765) | Victor Stinner | 2020-04-29 | 1 | -0/+2 |
* | bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) | Victor Stinner | 2020-04-29 | 1 | -2/+0 |
* | bpo-40421: Add pyframe.h header file (GH-19755) | Victor Stinner | 2020-04-28 | 1 | -5/+2 |
* | bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) | Dong-hee Na | 2020-02-17 | 1 | -1/+1 |
* | bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (GH-18052) | Nick Coghlan | 2020-01-20 | 1 | -0/+87 |