| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-42171: Add PEP573-related items to the limited API (GH-23009) | ![](//www.gravatar.com/avatar/870d613430249e453343efc9667ef636?s=13&d=retro) Petr Viktorin | 2020-11-10 | 1 | -1/+1 |
* | bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) | ![](//www.gravatar.com/avatar/8b97b5aad24c30e4a1357b38cc39aeaa?s=13&d=retro) scoder | 2020-05-12 | 1 | -1/+2 |
* | bpo-38787: C API for module state access from extension methods (PEP 573) (GH... | ![](//www.gravatar.com/avatar/870d613430249e453343efc9667ef636?s=13&d=retro) Petr Viktorin | 2020-05-07 | 1 | -20/+28 |
* | bpo-39573: Add Py_IS_TYPE() function (GH-18488) | ![](//www.gravatar.com/avatar/812423f9720d0d075727458a1d2d250d?s=13&d=retro) Dong-hee Na | 2020-02-13 | 1 | -1/+1 |
* | bpo-39372: Clean header files of declared interfaces with no implementations ... | ![](//www.gravatar.com/avatar/77c28d84086eaacc4f606416ea70434d?s=13&d=retro) Pablo Galindo | 2020-01-18 | 1 | -2/+0 |
* | bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (G... | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2019-11-20 | 1 | -2/+0 |
* | bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-09-11 | 1 | -1/+1 |
* | bpo-37340: remove free_list for bound method objects (GH-14232) | ![](//www.gravatar.com/avatar/351a10f392414345ed67a05e986dc4dd?s=13&d=retro) Inada Naoki | 2019-07-26 | 1 | -5/+0 |
* | bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603) | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-07-05 | 1 | -14/+0 |
* | bpo-36974: separate vectorcall functions for each calling convention (GH-13781) | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-07-05 | 1 | -7/+0 |
* | bpo-37151: remove _PyCFunction_FastCallDict (GH-14269) | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-06-21 | 1 | -5/+0 |
* | bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-05-30 | 1 | -1/+1 |
* | bpo-36974: implement PEP 590 (GH-13185) | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-05-29 | 1 | -1/+2 |
* | bpo-32240: Add the const qualifier to declarations of PyObject* array argumen... | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-12-15 | 1 | -6/+6 |
* | bpo-31890: define METH_STACKLESS (#4159) | ![](//www.gravatar.com/avatar/5cae1181e7ac43b710047e74ba093201?s=13&d=retro) Anselm Kruis | 2017-11-02 | 1 | -0/+9 |
* | bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-07-03 | 1 | -2/+4 |
* | Issue #29263: LOAD_METHOD support for C methods | ![](//www.gravatar.com/avatar/351a10f392414345ed67a05e986dc4dd?s=13&d=retro) INADA Naoki | 2017-02-03 | 1 | -0/+7 |
* | Optimize methoddescr_call(): avoid temporary PyCFunction | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2017-01-18 | 1 | -0/+7 |
* | Issue #27810: Exclude METH_FASTCALL from the stable API | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2016-09-12 | 1 | -1/+1 |
* | Add METH_FASTCALL calling convention | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2016-09-09 | 1 | -0/+4 |
* | Issue #27810: Add _PyCFunction_FastCallKeywords() | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2016-09-09 | 1 | -0/+5 |
* | Use Py_ssize_t type for number of arguments | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2016-08-25 | 1 | -1/+2 |
* | _PyFunction_FastCallDict() supports keyword args | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2016-08-22 | 1 | -1/+1 |
* | Add _PyObject_FastCall() | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2016-08-19 | 1 | -0/+6 |
* | Removed trailing whitespaces in miscalenous files. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2015-04-03 | 1 | -2/+2 |
* | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2014-08-06 | 1 | -0/+1 |
* | Revert back PyCFunction_New macro. Keep PyCFunction_NewEx usage in python cor... | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-26 | 1 | -1/+1 |
* | Issue #15422: get rid of PyCFunction_New macro | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
* | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo... | ![](//www.gravatar.com/avatar/07409edb3a1ad06230bdd725369ed675?s=13&d=retro) David Malcolm | 2012-06-22 | 1 | -0/+5 |
* | Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant | ![](//www.gravatar.com/avatar/fc761ccaf6c0d7d977e2959f9bfebd06?s=13&d=retro) Eli Bendersky | 2012-04-05 | 1 | -8/+8 |
* | Issue #13577: Built-in methods and functions now have a __qualname__. | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2011-12-23 | 1 | -1/+2 |
* | Merge branches/pep-0384. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2010-12-03 | 1 | -0/+4 |
* | #3247: get rid of Py_FindMethod | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2008-07-02 | 1 | -10/+0 |
* | Oops, forgot that there are modules outside the win32 world. | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2008-07-02 | 1 | -0/+10 |
* | #3247: Get rid of Py_FindMethod: | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2008-07-02 | 1 | -10/+0 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2008-02-16 | 1 | -0/+2 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2007-12-19 | 1 | -1/+1 |
* | Get rid of METH_OLDARGS. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2007-09-01 | 1 | -1/+1 |
* | Merged revisions 56467-56482 via svnmerge from | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
* | Completely get rid of PyClass and PyInstance. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2006-08-17 | 1 | -1/+1 |
* | Add const to several API functions that take char *. | ![](//www.gravatar.com/avatar/abfc96478aa67b1a1887ff2bac255e05?s=13&d=retro) Jeremy Hylton | 2005-12-10 | 1 | -4/+4 |
* | Wrote down the invariants of some common objects whose structure is | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2004-10-28 | 1 | -7/+12 |
* | * Added a new method flag, METH_COEXIST. | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2003-12-13 | 1 | -0/+7 |
* | Provide __module__ attributes for functions defined in C and Python. | ![](//www.gravatar.com/avatar/abfc96478aa67b1a1887ff2bac255e05?s=13&d=retro) Jeremy Hylton | 2003-01-31 | 1 | -1/+4 |
* | Excise DL_EXPORT from Include. | ![](//www.gravatar.com/avatar/892812c8e0a35b4cc1b131ad00c2ebbc?s=13&d=retro) Mark Hammond | 2002-08-12 | 1 | -8/+8 |
* | Introduce two new flag bits that can be set in a PyMethodDef method | ![](//www.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107?s=13&d=retro) Fred Drake | 2002-03-28 | 1 | -1/+7 |
* | Remove much dead code from ceval.c | ![](//www.gravatar.com/avatar/abfc96478aa67b1a1887ff2bac255e05?s=13&d=retro) Jeremy Hylton | 2001-08-12 | 1 | -0/+5 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
* | Added #define for oldest version of argument calling | ![](//www.gravatar.com/avatar/e2cb0083d4d61cebb1325281f88f3843?s=13&d=retro) Andrew M. Kuchling | 2000-08-03 | 1 | -0/+1 |
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2000-07-09 | 1 | -3/+3 |