Commits
User selector
Commit History
Commits on Feb 24, 2022
bpo-45459: Add pytypedefs.h header file (GH-31527)
Show description for ec091bdauthored
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076befauthored
Commits on Apr 1, 2021
bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)
Show description for 2ac0515authored
Commits on Feb 23, 2021
Commits on Nov 10, 2020
Commits on May 12, 2020
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
Show description for 4c9ea09authored
Commits on May 7, 2020
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Show description for e1becf4authored
Commits on Feb 13, 2020
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Show description for d905df7authored
Commits on Jan 18, 2020
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Show description for cd7db76authored
Commits on Nov 20, 2019
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
Show description for 4dedd0fauthored
Commits on Sep 11, 2019
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Show description for 7a6873cauthored andcommitted
Commits on Jul 26, 2019
Commits on Jul 5, 2019
- authored andcommitted
- authored andcommitted
Commits on Jun 20, 2019
- authored andcommitted
Commits on May 30, 2019
- authored andcommitted
Commits on May 29, 2019
bpo-36974: implement PEP 590 (GH-13185)
Show description for aacc77fauthored andcommitted
Commits on Dec 15, 2017
Commits on Nov 2, 2017
bpo-31890: define METH_STACKLESS (#4159)
Show description for 9e33973authored andcommitted
Commits on Jul 3, 2017
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Show description for 6969eafauthored
Commits on Feb 2, 2017
Issue #29263: LOAD_METHOD support for C methods
Show description for 5566bbbcommitted
Commits on Jan 18, 2017
Optimize methoddescr_call(): avoid temporary PyCFunction
Show description for c525723committed
Commits on Sep 12, 2016
Commits on Sep 10, 2016
Add METH_FASTCALL calling convention
Show description for a9efb2fcommitted
Commits on Sep 9, 2016
Issue #27810: Add _PyCFunction_FastCallKeywords()
Show description for ae8b69ccommitted
Commits on Aug 24, 2016
Use Py_ssize_t type for number of arguments
Show description for 74319aecommitted
Commits on Aug 22, 2016
_PyFunction_FastCallDict() supports keyword args
Show description for b900939committed
Commits on Aug 19, 2016
Add _PyObject_FastCall()
Show description for 9be7e7bcommitted
Commits on Apr 3, 2015
Commits on Dec 26, 2012
Commits on Dec 25, 2012
Commits on Jun 22, 2012
Commits on Apr 5, 2012
Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant
Show description for 0069babcommitted
Commits on Dec 23, 2011
Issue #13577: Built-in methods and functions now have a __qualname__.
Show description for 5b62942committed