| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-36974: implement PEP 590 (GH-13185) | Jeroen Demeyer | 2019-05-29 | 1 | -1/+2 |
|
|
* | bpo-32240: Add the const qualifier to declarations of PyObject* array argumen... | Serhiy Storchaka | 2017-12-15 | 1 | -6/+6 |
|
|
* | bpo-31890: define METH_STACKLESS (#4159) | Anselm Kruis | 2017-11-02 | 1 | -0/+9 |
|
|
* | bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) | Serhiy Storchaka | 2017-07-03 | 1 | -2/+4 |
|
|
* | Issue #29263: LOAD_METHOD support for C methods | INADA Naoki | 2017-02-02 | 1 | -0/+7 |
|
|
* | Optimize methoddescr_call(): avoid temporary PyCFunction | Victor Stinner | 2017-01-18 | 1 | -0/+7 |
|
|
* | Issue #27810: Exclude METH_FASTCALL from the stable API | Victor Stinner | 2016-09-12 | 1 | -1/+1 |
|
|
* | Add METH_FASTCALL calling convention | Victor Stinner | 2016-09-10 | 1 | -0/+4 |
|
|
* | Issue #27810: Add _PyCFunction_FastCallKeywords() | Victor Stinner | 2016-09-09 | 1 | -0/+5 |
|
|
* | Use Py_ssize_t type for number of arguments | Victor Stinner | 2016-08-24 | 1 | -1/+2 |
|
|
* | _PyFunction_FastCallDict() supports keyword args | Victor Stinner | 2016-08-22 | 1 | -1/+1 |
|
|
* | Add _PyObject_FastCall() | Victor Stinner | 2016-08-19 | 1 | -0/+6 |
|
|
* | Removed trailing whitespaces in miscalenous files. | Serhiy Storchaka | 2015-04-03 | 1 | -2/+2 |
|
|
* | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty... | Antoine Pitrou | 2014-08-06 | 1 | -0/+1 |
|
|
* | Revert back PyCFunction_New macro. Keep PyCFunction_NewEx usage in python cor... | Andrew Svetlov | 2012-12-26 | 1 | -1/+1 |
|
|
* | Issue #15422: get rid of PyCFunction_New macro | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo... | David Malcolm | 2012-06-22 | 1 | -0/+5 |
|
|
* | Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant | Eli Bendersky | 2012-04-05 | 1 | -8/+8 |
|
|
* | Issue #13577: Built-in methods and functions now have a __qualname__. | Antoine Pitrou | 2011-12-23 | 1 | -1/+2 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+4 |
|
|
* | #3247: get rid of Py_FindMethod | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -10/+0 |
|
|
* | Oops, forgot that there are modules outside the win32 world. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -0/+10 |
|
|
* | #3247: Get rid of Py_FindMethod: | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -10/+0 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | 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. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Get rid of METH_OLDARGS. | Georg Brandl | 2007-09-01 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
|
|
* | Completely get rid of PyClass and PyInstance. | Guido van Rossum | 2006-08-17 | 1 | -1/+1 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -4/+4 |
|
|
* | Wrote down the invariants of some common objects whose structure is | Armin Rigo | 2004-10-28 | 1 | -7/+12 |
|
|
* | * Added a new method flag, METH_COEXIST. | Raymond Hettinger | 2003-12-13 | 1 | -0/+7 |
|
|
* | Provide __module__ attributes for functions defined in C and Python. | Jeremy Hylton | 2003-01-31 | 1 | -1/+4 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -8/+8 |
|
|
* | Introduce two new flag bits that can be set in a PyMethodDef method | Fred Drake | 2002-03-28 | 1 | -1/+7 |
|
|
* | Remove much dead code from ceval.c | Jeremy Hylton | 2001-08-12 | 1 | -0/+5 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Added #define for oldest version of argument calling | Andrew M. Kuchling | 2000-08-03 | 1 | -0/+1 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -3/+3 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -24/+22 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -6/+6 |
|
|
* | Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject | Guido van Rossum | 1998-07-10 | 1 | -0/+15 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | changes for keyword args to built-in functions and classes | Guido van Rossum | 1995-07-26 | 1 | -1/+4 |
|
|
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
|
|
* | added findmethodinchain and methodchain data types | Guido van Rossum | 1995-01-26 | 1 | -0/+8 |
|
|
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -13/+16 |
|
|
* | added ml_doc and changed newmethodlist interface | Guido van Rossum | 1995-01-07 | 1 | -4/+5 |
|
|
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+6 |
|
|