Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) | Jeroen Demeyer | 2019-11-05 | 1 | -0/+1 |
* | bpo-37249: add declaration of _PyObject_GetMethod (GH-14015) | Jeroen Demeyer | 2019-06-14 | 1 | -0/+3 |
* | bpo-36974: implement PEP 590 (GH-13185) | Jeroen Demeyer | 2019-05-29 | 1 | -7/+8 |
* | bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) | Victor Stinner | 2019-04-12 | 1 | -0/+15 |
* | bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11... | Serhiy Storchaka | 2018-12-11 | 1 | -3/+0 |
* | bpo-35134: Create Include/cpython/object.h (GH-10679) | Victor Stinner | 2018-11-26 | 1 | -0/+454 |